SecurityInsights class

Extends

コンストラクター

SecurityInsights(TokenCredential, string, SecurityInsightsOptionalParams)

SecurityInsights クラスの新しいインスタンスを初期化します。

プロパティ

$host
actions
alertRules
alertRuleTemplates
apiVersion
automationRules
bookmarkOperations
bookmarkRelations
bookmarks
dataConnectors
dataConnectorsCheckRequirementsOperations
domainWhois
entities
entitiesGetTimeline
entitiesRelations
entityQueries
entityQueryTemplates
entityRelations
fileImports
incidentComments
incidentRelations
incidents
iPGeodata
metadata
officeConsents
operations
productSettings
securityMLAnalyticsSettings
sentinelOnboardingStates
sourceControlOperations
sourceControls
subscriptionId
threatIntelligenceIndicator
threatIntelligenceIndicatorMetrics
threatIntelligenceIndicators
watchlistItems
watchlists

継承されたプロパティ

pipeline

このクライアントが要求を行うために使用するパイプライン

継承されたメソッド

sendOperationRequest<T>(OperationArguments, OperationSpec)

指定された OperationSpec を使用して設定された HTTP 要求を送信します。

sendRequest(PipelineRequest)

指定された httpRequest を送信します。

コンストラクターの詳細

SecurityInsights(TokenCredential, string, SecurityInsightsOptionalParams)

SecurityInsights クラスの新しいインスタンスを初期化します。

new SecurityInsights(credentials: TokenCredential, subscriptionId: string, options?: SecurityInsightsOptionalParams)

パラメーター

credentials
TokenCredential

クライアント サブスクリプションを一意に識別するサブスクリプション資格情報。

subscriptionId

string

ターゲット サブスクリプションの ID。

options
SecurityInsightsOptionalParams

パラメーター のオプション

プロパティの詳細

$host

$host: string

プロパティ値

string

actions

actions: Actions

プロパティ値

alertRules

alertRules: AlertRules

プロパティ値

alertRuleTemplates

alertRuleTemplates: AlertRuleTemplates

プロパティ値

apiVersion

apiVersion: string

プロパティ値

string

automationRules

automationRules: AutomationRules

プロパティ値

bookmarkOperations

bookmarkOperations: BookmarkOperations

プロパティ値

bookmarkRelations

bookmarkRelations: BookmarkRelations

プロパティ値

bookmarks

bookmarks: Bookmarks

プロパティ値

dataConnectors

dataConnectors: DataConnectors

プロパティ値

dataConnectorsCheckRequirementsOperations

dataConnectorsCheckRequirementsOperations: DataConnectorsCheckRequirementsOperations

プロパティ値

domainWhois

domainWhois: DomainWhois

プロパティ値

entities

entities: Entities

プロパティ値

entitiesGetTimeline

entitiesGetTimeline: EntitiesGetTimeline

プロパティ値

entitiesRelations

entitiesRelations: EntitiesRelations

プロパティ値

entityQueries

entityQueries: EntityQueries

プロパティ値

entityQueryTemplates

entityQueryTemplates: EntityQueryTemplates

プロパティ値

entityRelations

entityRelations: EntityRelations

プロパティ値

fileImports

fileImports: FileImports

プロパティ値

incidentComments

incidentComments: IncidentComments

プロパティ値

incidentRelations

incidentRelations: IncidentRelations

プロパティ値

incidents

incidents: Incidents

プロパティ値

iPGeodata

iPGeodata: IPGeodata

プロパティ値

metadata

metadata: Metadata

プロパティ値

officeConsents

officeConsents: OfficeConsents

プロパティ値

operations

operations: Operations

プロパティ値

productSettings

productSettings: ProductSettings

プロパティ値

securityMLAnalyticsSettings

securityMLAnalyticsSettings: SecurityMLAnalyticsSettings

プロパティ値

sentinelOnboardingStates

sentinelOnboardingStates: SentinelOnboardingStates

プロパティ値

sourceControlOperations

sourceControlOperations: SourceControlOperations

プロパティ値

sourceControls

sourceControls: SourceControls

プロパティ値

subscriptionId

subscriptionId: string

プロパティ値

string

threatIntelligenceIndicator

threatIntelligenceIndicator: ThreatIntelligenceIndicator

プロパティ値

threatIntelligenceIndicatorMetrics

threatIntelligenceIndicatorMetrics: ThreatIntelligenceIndicatorMetrics

プロパティ値

threatIntelligenceIndicators

threatIntelligenceIndicators: ThreatIntelligenceIndicators

プロパティ値

watchlistItems

watchlistItems: WatchlistItems

プロパティ値

watchlists

watchlists: Watchlists

プロパティ値

継承されたプロパティの詳細

pipeline

このクライアントが要求を行うために使用するパイプライン

pipeline: Pipeline

プロパティ値

coreClient.ServiceClient.pipeline から継承

継承済みメソッドの詳細

sendOperationRequest<T>(OperationArguments, OperationSpec)

指定された OperationSpec を使用して設定された HTTP 要求を送信します。

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

パラメーター

operationArguments
OperationArguments

HTTP 要求のテンプレート値が設定される引数。

operationSpec
OperationSpec

httpRequest の設定に使用する OperationSpec。

戻り値

Promise<T>

coreClient.ServiceClient.sendOperationRequest から継承

sendRequest(PipelineRequest)

指定された httpRequest を送信します。

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

パラメーター

request
PipelineRequest

戻り値

Promise<PipelineResponse>

coreClient.ServiceClient.sendRequest から継承