Bicep 資源定義
dataConnectors 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.SecurityInsights/dataConnectors 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.SecurityInsights/dataConnectors@2024-01-01-preview' = {
etag: 'string'
name: 'string'
kind: 'string'
// For remaining properties, see Microsoft.SecurityInsights/dataConnectors objects
}
CcpAuthConfig 物件
設定 類型 屬性,以指定物件的類型。
針對 APIKey,請使用:
{
apiKey: 'string'
apiKeyIdentifier: 'string'
apiKeyName: 'string'
isApiKeyInPostPayload: bool
type: 'APIKey'
}
針對 AWS,請使用:
{
externalId: 'string'
roleArn: 'string'
type: 'AWS'
}
針對 Basic,請使用:
{
password: 'string'
type: 'Basic'
userName: 'string'
}
針對 GCP,請使用:
{
projectNumber: 'string'
serviceAccountEmail: 'string'
type: 'GCP'
workloadIdentityProviderId: 'string'
}
針對 GitHub,請使用:
{
installationId: 'string'
type: 'GitHub'
}
若為 JwtToken,請使用:
{
headers: {
{customized property}: 'string'
}
isCredentialsInHeaders: bool
isJsonRequest: bool
password: {
{customized property}: 'string'
}
queryParameters: {
{customized property}: 'string'
}
requestTimeoutInSeconds: int
tokenEndpoint: 'string'
type: 'JwtToken'
userName: {
{customized property}: 'string'
}
}
針對 None,請使用:
{
type: 'None'
}
針對 OAuth2,請使用:
{
accessTokenPrepend: 'string'
authorizationCode: 'string'
authorizationEndpoint: 'string'
authorizationEndpointHeaders: {
{customized property}: 'string'
}
authorizationEndpointQueryParameters: {
{customized property}: 'string'
}
clientId: 'string'
clientSecret: 'string'
grantType: 'string'
isCredentialsInHeaders: bool
isJwtBearerFlow: bool
redirectUri: 'string'
scope: 'string'
tokenEndpoint: 'string'
tokenEndpointHeaders: {
{customized property}: 'string'
}
tokenEndpointQueryParameters: {
{customized property}: 'string'
}
type: 'OAuth2'
}
針對 Oracle,請使用:
{
pemFile: 'string'
publicFingerprint: 'string'
tenantId: 'string'
type: 'Oracle'
userId: 'string'
}
針對 ServiceBus,請使用:
{
credentialsConfig: {
{customized property}: 'string'
}
storageAccountCredentialsConfig: {
{customized property}: 'string'
}
type: 'ServiceBus'
}
針對 工作階段,請使用:
{
headers: {
{customized property}: 'string'
}
isPostPayloadJson: bool
password: {
{customized property}: 'string'
}
queryParameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
sessionIdName: 'string'
sessionLoginRequestUri: 'string'
sessionTimeoutInMinutes: int
type: 'Session'
userName: {
{customized property}: 'string'
}
}
Microsoft.SecurityInsights/dataConnectors 物件
設定 種類 屬性,以指定對象的類型。
針對 APIPolling,請使用:
{
kind: 'APIPolling'
properties: {
connectorUiConfig: {
availability: {
isPreview: bool
status: '1'
}
connectivityCriteria: [
{
type: 'string'
value: [
'string'
]
}
]
customImage: 'string'
dataTypes: [
{
lastDataReceivedQuery: 'string'
name: 'string'
}
]
descriptionMarkdown: 'string'
graphQueries: [
{
baseQuery: 'string'
legend: 'string'
metricName: 'string'
}
]
graphQueriesTableName: 'string'
instructionSteps: [
{
description: 'string'
instructions: [
{
parameters: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
]
title: 'string'
}
]
permissions: {
customs: [
{
description: 'string'
name: 'string'
}
]
resourceProvider: [
{
permissionsDisplayText: 'string'
provider: 'string'
providerDisplayName: 'string'
requiredPermissions: {
action: bool
delete: bool
read: bool
write: bool
}
scope: 'string'
}
]
}
publisher: 'string'
sampleQueries: [
{
description: 'string'
query: 'string'
}
]
title: 'string'
}
pollingConfig: {
auth: {
apiKeyIdentifier: 'string'
apiKeyName: 'string'
authorizationEndpoint: 'string'
authorizationEndpointQueryParameters: any(Azure.Bicep.Types.Concrete.AnyType)
authType: 'string'
flowName: 'string'
isApiKeyInPostPayload: 'string'
isClientSecretInHeader: bool
redirectionEndpoint: 'string'
scope: 'string'
tokenEndpoint: 'string'
tokenEndpointHeaders: any(Azure.Bicep.Types.Concrete.AnyType)
tokenEndpointQueryParameters: any(Azure.Bicep.Types.Concrete.AnyType)
}
isActive: bool
paging: {
nextPageParaName: 'string'
nextPageTokenJsonPath: 'string'
pageCountAttributePath: 'string'
pageSize: int
pageSizeParaName: 'string'
pageTimeStampAttributePath: 'string'
pageTotalCountAttributePath: 'string'
pagingType: 'string'
searchTheLatestTimeStampFromEventsList: 'string'
}
request: {
apiEndpoint: 'string'
endTimeAttributeName: 'string'
headers: any(Azure.Bicep.Types.Concrete.AnyType)
httpMethod: 'string'
queryParameters: any(Azure.Bicep.Types.Concrete.AnyType)
queryParametersTemplate: 'string'
queryTimeFormat: 'string'
queryWindowInMin: int
rateLimitQps: int
retryCount: int
startTimeAttributeName: 'string'
timeoutInSeconds: int
}
response: {
eventsJsonPaths: [
'string'
]
isGzipCompressed: bool
successStatusJsonPath: 'string'
successStatusValue: 'string'
}
}
}
}
針對 AmazonWebServicesCloudTrail,請使用:
{
kind: 'AmazonWebServicesCloudTrail'
properties: {
awsRoleArn: 'string'
dataTypes: {
logs: {
state: 'string'
}
}
}
}
針對 AmazonWebServicesS3,請使用:
{
kind: 'AmazonWebServicesS3'
properties: {
dataTypes: {
logs: {
state: 'string'
}
}
destinationTable: 'string'
roleArn: 'string'
sqsUrls: [
'string'
]
}
}
針對 AzureActiveDirectory,請使用:
{
kind: 'AzureActiveDirectory'
properties: {
dataTypes: {
alerts: {
state: 'string'
}
}
tenantId: 'string'
}
}
針對 AzureAdvancedThreatProtection,請使用:
{
kind: 'AzureAdvancedThreatProtection'
properties: {
dataTypes: {
alerts: {
state: 'string'
}
}
tenantId: 'string'
}
}
針對 AzureSecurityCenter,請使用:
{
kind: 'AzureSecurityCenter'
properties: {
dataTypes: {
alerts: {
state: 'string'
}
}
subscriptionId: 'string'
}
}
針對 Dynamics365,請使用:
{
kind: 'Dynamics365'
properties: {
dataTypes: {
dynamics365CdsActivities: {
state: 'string'
}
}
tenantId: 'string'
}
}
針對 GCP,請使用:
{
kind: 'GCP'
properties: {
auth: {
projectNumber: 'string'
serviceAccountEmail: 'string'
workloadIdentityProviderId: 'string'
}
connectorDefinitionName: 'string'
dcrConfig: {
dataCollectionEndpoint: 'string'
dataCollectionRuleImmutableId: 'string'
streamName: 'string'
}
request: {
projectId: 'string'
subscriptionNames: [
'string'
]
}
}
}
針對 GenericUI,請使用:
{
kind: 'GenericUI'
properties: {
connectorUiConfig: {
availability: {
isPreview: bool
status: '1'
}
connectivityCriteria: [
{
type: 'string'
value: [
'string'
]
}
]
customImage: 'string'
dataTypes: [
{
lastDataReceivedQuery: 'string'
name: 'string'
}
]
descriptionMarkdown: 'string'
graphQueries: [
{
baseQuery: 'string'
legend: 'string'
metricName: 'string'
}
]
graphQueriesTableName: 'string'
instructionSteps: [
{
description: 'string'
instructions: [
{
parameters: any(Azure.Bicep.Types.Concrete.AnyType)
type: 'string'
}
]
title: 'string'
}
]
permissions: {
customs: [
{
description: 'string'
name: 'string'
}
]
resourceProvider: [
{
permissionsDisplayText: 'string'
provider: 'string'
providerDisplayName: 'string'
requiredPermissions: {
action: bool
delete: bool
read: bool
write: bool
}
scope: 'string'
}
]
}
publisher: 'string'
sampleQueries: [
{
description: 'string'
query: 'string'
}
]
title: 'string'
}
}
}
針對 IOT,請使用:
{
kind: 'IOT'
properties: {
dataTypes: {
alerts: {
state: 'string'
}
}
subscriptionId: 'string'
}
}
針對 microsoftCloudAppSecurity,請使用:
{
kind: 'MicrosoftCloudAppSecurity'
properties: {
dataTypes: {
alerts: {
state: 'string'
}
discoveryLogs: {
state: 'string'
}
}
tenantId: 'string'
}
}
針對 MicrosoftDefenderAdvancedThreatProtection,請使用:
{
kind: 'MicrosoftDefenderAdvancedThreatProtection'
properties: {
dataTypes: {
alerts: {
state: 'string'
}
}
tenantId: 'string'
}
}
針對 MicrosoftPurviewInformationProtection,請使用:
{
kind: 'MicrosoftPurviewInformationProtection'
properties: {
dataTypes: {
logs: {
state: 'string'
}
}
tenantId: 'string'
}
}
針對 MicrosoftThreatIntelligence,請使用:
{
kind: 'MicrosoftThreatIntelligence'
properties: {
dataTypes: {
microsoftEmergingThreatFeed: {
lookbackPeriod: 'string'
state: 'string'
}
}
tenantId: 'string'
}
}
針對 MicrosoftThreatProtection,請使用:
{
kind: 'MicrosoftThreatProtection'
properties: {
dataTypes: {
alerts: {
state: 'string'
}
incidents: {
state: 'string'
}
}
filteredProviders: {
alerts: [
'string'
]
}
tenantId: 'string'
}
}
針對 Office365,請使用:
{
kind: 'Office365'
properties: {
dataTypes: {
exchange: {
state: 'string'
}
sharePoint: {
state: 'string'
}
teams: {
state: 'string'
}
}
tenantId: 'string'
}
}
針對 Office365Project,請使用:
{
kind: 'Office365Project'
properties: {
dataTypes: {
logs: {
state: 'string'
}
}
tenantId: 'string'
}
}
針對 OfficeATP,請使用:
{
kind: 'OfficeATP'
properties: {
dataTypes: {
alerts: {
state: 'string'
}
}
tenantId: 'string'
}
}
針對 OfficeIRM,請使用:
{
kind: 'OfficeIRM'
properties: {
dataTypes: {
alerts: {
state: 'string'
}
}
tenantId: 'string'
}
}
針對 OfficePowerBI,請使用:
{
kind: 'OfficePowerBI'
properties: {
dataTypes: {
logs: {
state: 'string'
}
}
tenantId: 'string'
}
}
針對 RestApiPoller,請使用:
{
kind: 'RestApiPoller'
properties: {
addOnAttributes: {
{customized property}: 'string'
}
auth: {
type: 'string'
// For remaining properties, see CcpAuthConfig objects
}
connectorDefinitionName: 'string'
dataType: 'string'
dcrConfig: {
dataCollectionEndpoint: 'string'
dataCollectionRuleImmutableId: 'string'
streamName: 'string'
}
isActive: bool
paging: {
pageSize: int
pageSizeParameterName: 'string'
pagingType: 'string'
}
request: {
apiEndpoint: 'string'
endTimeAttributeName: 'string'
headers: {
{customized property}: 'string'
}
httpMethod: 'string'
isPostPayloadJson: bool
queryParameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
queryParametersTemplate: 'string'
queryTimeFormat: 'string'
queryTimeIntervalAttributeName: 'string'
queryTimeIntervalDelimiter: 'string'
queryTimeIntervalPrepend: 'string'
queryWindowInMin: int
rateLimitQPS: int
retryCount: int
startTimeAttributeName: 'string'
timeoutInSeconds: int
}
response: {
compressionAlgo: 'string'
convertChildPropertiesToArray: bool
csvDelimiter: 'string'
csvEscape: 'string'
eventsJsonPaths: [
'string'
]
format: 'string'
hasCsvBoundary: bool
hasCsvHeader: bool
isGzipCompressed: bool
successStatusJsonPath: 'string'
successStatusValue: 'string'
}
}
}
針對 ThreatIntelligence,請使用:
{
kind: 'ThreatIntelligence'
properties: {
dataTypes: {
indicators: {
state: 'string'
}
}
tenantId: 'string'
tipLookbackPeriod: 'string'
}
}
針對 ThreatIntelligenceTaxii,請使用:
{
kind: 'ThreatIntelligenceTaxii'
properties: {
collectionId: 'string'
dataTypes: {
taxiiClient: {
state: 'string'
}
}
friendlyName: 'string'
password: 'string'
pollingFrequency: 'string'
taxiiLookbackPeriod: 'string'
taxiiServer: 'string'
tenantId: 'string'
userName: 'string'
workspaceId: 'string'
}
}
屬性值
AADDataConnector
名字 |
描述 |
價值 |
類 |
數據連接器種類 |
'AzureActiveDirectory' (必要) |
性能 |
AADIP (Azure Active Directory Identity Protection) 資料連接器屬性。 |
AADDataConnectorProperties |
AADDataConnectorProperties
AatpDataConnector
AatpDataConnectorProperties
AlertsDataTypeOfDataConnector
ApiKeyAuthModel
名字 |
描述 |
價值 |
apiKey |
使用者秘密金鑰認證的 API 金鑰 |
字串 (必要) |
apiKeyIdentifier |
API 金鑰識別碼 |
字串 |
apiKeyName |
API 金鑰名稱 |
字串 (必要) |
isApiKeyInPostPayload |
旗標,指出 API 金鑰是否已在 HTTP POST 承載中設定 |
bool |
類型 |
驗證類型 |
'APIKey' (必要) |
ApiPollingParameters
ASCDataConnector
ASCDataConnectorProperties
可用性
名字 |
描述 |
價值 |
isPreview |
將連接器設定為預覽 |
bool |
地位 |
連接器可用性狀態 |
'1' |
AWSAuthModel
名字 |
描述 |
價值 |
externalId |
AWS STS 會擔任角色外部標識碼。 這是用來防止混淆的副問題: 'https://docs.aws.amazon.com/IAM/latest/UserGuide/confused-deputy.html' |
字串 |
roleArn |
AWS STS 承擔角色ARN |
字串 (必要) |
類型 |
驗證類型 |
'AWS' (必要) |
AwsCloudTrailDataConnector
AwsCloudTrailDataConnectorDataTypes
AwsCloudTrailDataConnectorDataTypesLogs
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
AwsCloudTrailDataConnectorProperties
AwsS3DataConnector
AwsS3DataConnectorDataTypes
AwsS3DataConnectorDataTypesLogs
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
AwsS3DataConnectorProperties
名字 |
描述 |
價值 |
dataTypes |
連接器的可用數據類型。 |
AwsS3DataConnectorDataTypes (必要) |
destinationTable |
LogAnalytics 中的記錄目的地數據表名稱。 |
字串 (必要) |
roleArn |
用來存取 Aws 帳戶的 Aws 角色 Arn。 |
字串 (必要) |
sqsUrls |
連接器的 AWS sqs URL。 |
string[] (必要) |
BasicAuthModel
名字 |
描述 |
價值 |
密碼 |
密碼 |
字串 (必要) |
類型 |
驗證類型 |
'Basic' (必要) |
userName |
用戶名稱。 |
字串 (必要) |
CcpAuthConfig
CcpResponseConfig
名字 |
描述 |
價值 |
compressionAlgo |
壓縮演算法。 |
字串 |
convertChildPropertiesToArray |
值,指出回應是否不是事件/記錄的陣列。 藉由將此旗標設定為 true,表示遠端伺服器會以每個屬性作為事件/記錄數位值的物件回應。 |
bool |
csvDelimiter |
csv 分隔符,以防回應格式為 CSV。 |
字串 |
csvEscape |
用來逸出 CSV 字元的字元。 |
字串
約束: 最小長度 = 1 最大長度 = 1 |
eventsJsonPaths |
json 路徑 '$' char 是 json 根目錄。 |
string[] (必要) |
格式 |
回應格式。 可能的值為 json、csv、xml |
字串 |
hasCsvBoundary |
值,指出回應是否具有 CSV 界限,以防回應為 CSV 格式。 |
bool |
hasCsvHeader |
值,指出回應是否具有標頭,以防回應為 CSV 格式。 |
bool |
isGzipCompressed |
值,指出遠端伺服器是否支援 Gzip,而我們應該預期 Gzip 回應。 |
bool |
successStatusJsonPath |
狀態消息/程式代碼應該出現在回應中的值。 |
字串 |
successStatusValue |
狀態值。 |
字串 |
CodelessApiPollingDataConnector
CodelessConnectorPollingAuthProperties
名字 |
描述 |
價值 |
apiKeyIdentifier |
在實際令牌之前,標頭中傳送前置詞 |
字串 |
apiKeyName |
用來傳送令牌的標頭名稱 |
字串 |
authorizationEndpoint |
用來授權使用者的端點,用於 Oauth 2.0 流程 |
字串 |
authorizationEndpointQueryParameters |
授權要求中使用的查詢參數,用於 Oauth 2.0 流程 |
任何 |
authType |
驗證類型 |
字串 (必要) |
flowName |
描述流程名稱,例如 Oauth 2.0 的 'AuthCode' |
字串 |
isApiKeyInPostPayload |
標記索引鍵是否應該在標頭中傳送 |
字串 |
isClientSecretInHeader |
標記我們應該在標頭或承載中傳送客戶端密碼,用於 Oauth 2.0 流程 |
bool |
redirectionEndpoint |
我們將在 Oauth 2.0 流程中取得授權碼的重新導向端點 |
字串 |
範圍 |
OAuth 令牌範圍 |
字串 |
tokenEndpoint |
用來發出令牌的端點,用於 Oauth 2.0 流程 |
字串 |
tokenEndpointHeaders |
令牌要求中使用的查詢標頭,用於 Oauth 2.0 流程 |
任何 |
tokenEndpointQueryParameters |
令牌要求中使用的查詢參數,用於 Oauth 2.0 流程 |
任何 |
CodelessConnectorPollingConfigProperties
CodelessConnectorPollingPagingProperties
名字 |
描述 |
價值 |
nextPageParaName |
定義下一頁屬性的名稱 |
字串 |
nextPageTokenJsonPath |
定義下一頁令牌 JSON 的路徑 |
字串 |
pageCountAttributePath |
定義頁面計數屬性的路徑 |
字串 |
pageSize |
定義分頁大小 |
int |
pageSizeParaName |
定義頁面大小參數的名稱 |
字串 |
pageTimeStampAttributePath |
定義分頁時間戳屬性的路徑 |
字串 |
pageTotalCountAttributePath |
定義頁面總計計數屬性的路徑 |
字串 |
pagingType |
描述類型。 可以是 'None'、'PageToken'、'PageCount'、'TimeStamp' |
字串 (必要) |
searchTheLatestTimeStampFromEventsList |
判斷是否要在事件清單中搜尋最新的時間戳 |
字串 |
CodelessConnectorPollingRequestProperties
名字 |
描述 |
價值 |
apiEndpoint |
描述我們應該從中提取數據的端點 |
字串 (必要) |
endTimeAttributeName |
這會使用時間範圍結尾的查詢事件 |
字串 |
頭 |
描述在輪詢要求中傳送的標頭 |
任何 |
httpMethod |
我們將在輪詢要求、GET 或 POST 中使用的 HTTP 方法類型 |
字串 (必要) |
queryParameters |
描述在輪詢要求中傳送的查詢參數 |
任何 |
queryParametersTemplate |
針對進階案例,例如內嵌在巢狀 JSON 承載中的使用者名稱/密碼 |
字串 |
queryTimeFormat |
時間格式將用於特定視窗中的查詢事件 |
字串 (必要) |
queryWindowInMin |
我們將使用提取數據的視窗間隔 |
int (必要) |
rateLimitQps |
定義速率限制 QPS |
int |
retryCount |
描述在發生失敗時,我們應該嘗試和輪詢數據的時間量 |
int |
startTimeAttributeName |
這會使用時間範圍開頭的查詢事件 |
字串 |
timeoutInSeconds |
我們將視為要求逾時的秒數 |
int |
CodelessConnectorPollingResponseProperties
名字 |
描述 |
價值 |
eventsJsonPaths |
描述我們應該在回應中擷取數據的路徑 |
string[] (必要) |
isGzipCompressed |
描述回應中的數據是否為 Gzip |
bool |
successStatusJsonPath |
描述我們應該在回應中擷取狀態代碼的路徑 |
字串 |
successStatusValue |
描述我們應該在回應中擷取狀態值的路徑 |
字串 |
CodelessParameters
CodelessUiConnectorConfigProperties
CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem
名字 |
描述 |
價值 |
類型 |
線上類型 |
'IsConnectedQuery' |
價值 |
檢查連線的查詢 |
string[] |
CodelessUiConnectorConfigPropertiesDataTypesItem
名字 |
描述 |
價值 |
lastDataReceivedQuery |
查詢以指出上次收到的數據 |
字串 |
名字 |
要顯示在圖形中的數據類型名稱。 可以搭配 {{graphQueriesTableName}} 占位符使用 |
字串 |
CodelessUiConnectorConfigPropertiesGraphQueriesItem
名字 |
描述 |
價值 |
baseQuery |
圖形的基底查詢 |
字串 |
傳說 |
圖形的圖例 |
字串 |
metricName |
查詢正在檢查的計量 |
字串 |
CodelessUiConnectorConfigPropertiesInstructionStepsItem
CodelessUiConnectorConfigPropertiesSampleQueriesItem
名字 |
描述 |
價值 |
描述 |
範例查詢描述 |
字串 |
查詢 |
範例查詢 |
字串 |
CodelessUiDataConnector
DataConnectorDataTypeCommon
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
DCRConfiguration
名字 |
描述 |
價值 |
dataCollectionEndpoint |
表示記錄分析中的數據收集擷取端點。 |
字串 (必要) |
dataCollectionRuleImmutableId |
數據收集規則不可變標識碼,規則會定義轉換和數據目的地。 |
字串 (必要) |
streamName |
我們要傳送數據的數據流。 |
字串 (必要) |
Dynamics365DataConnector
Dynamics365DataConnectorDataTypes
Dynamics365DataConnectorDataTypesDynamics365CdsActivities
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
Dynamics365DataConnectorProperties
GCPAuthModel
名字 |
描述 |
價值 |
projectNumber |
GCP 項目編號 |
字串 (必要) |
serviceAccountEmail |
GCP 服務帳戶電子郵件 |
字串 (必要) |
類型 |
驗證類型 |
'GCP' (必要) |
workloadIdentityProviderId |
GCP 工作負載識別提供者標識碼 |
字串 (必要) |
GCPAuthProperties
名字 |
描述 |
價值 |
projectNumber |
GCP 項目編號。 |
字串 (必要) |
serviceAccountEmail |
用來存取 GCP 專案的服務帳戶。 |
字串 (必要) |
workloadIdentityProviderId |
用來存取 GCP 專案的工作負載識別提供者識別碼。 |
字串 (必要) |
GCPDataConnector
GCPDataConnectorProperties
GCPRequestProperties
名字 |
描述 |
價值 |
projectId |
GCP 項目識別碼。 |
字串 (必要) |
subscriptionNames |
GCP pub/sub 訂閱名稱。 |
string[] (必要) |
GenericBlobSbsAuthModel
GenericBlobSbsAuthModelCredentialsConfig
GenericBlobSbsAuthModelStorageAccountCredentialsConfig
GitHubAuthModel
名字 |
描述 |
價值 |
installationId |
GitHubApp 驗證安裝標識碼。 |
字串 |
類型 |
驗證類型 |
'GitHub' (必要) |
InstructionStepsInstructionsItem
名字 |
描述 |
價值 |
參數 |
設定的參數 |
任何 |
類型 |
設定的種類 |
'CopyableLabel' 'InfoMessage' 'InstructionStepsGroup' (必要) |
IoTDataConnector
IoTDataConnectorProperties
JwtAuthModel
名字 |
描述 |
價值 |
頭 |
一旦將要求傳送至令牌端點,我們想要新增的自定義標頭。 |
JwtAuthModelHeaders |
isCredentialsInHeaders |
旗標,指出是否要將使用者名稱和密碼傳送至標頭中的令牌端點。 |
bool |
isJsonRequest |
指出本文要求是否為 JSON 的旗標(標頭 Content-Type = application/json),表示它是窗體 URL 編碼要求(標頭 Content-Type = application/x-www-form-urlencoded)。 |
bool |
密碼 |
密碼 |
JwtAuthModelPassword (必要) |
queryParameters |
一旦將要求傳送至令牌端點,我們想要新增的自定義查詢參數。 |
JwtAuthModelQueryParameters |
requestTimeoutInSeconds |
要求以秒為單位的逾時。 |
int
約束: 最大值 = 180 |
tokenEndpoint |
要求 JWT 的令牌端點 |
字串 (必要) |
類型 |
驗證類型 |
'JwtToken' (必要) |
userName |
用戶名稱。 如果在標頭要求中傳送的使用者名稱和密碼,我們只需要以使用者名稱填入 value 屬性(與基本身份驗證相同)。 如果在本文要求中傳送的使用者名稱和密碼,我們需要指定 Key 並 Value 。 |
JwtAuthModelUserName (必要) |
JwtAuthModelPassword
JwtAuthModelQueryParameters
JwtAuthModelUserName
McasDataConnector
McasDataConnectorDataTypes
McasDataConnectorProperties
MdatpDataConnector
名字 |
描述 |
價值 |
類 |
數據連接器種類 |
'MicrosoftDefenderAdvancedThreatProtection' (必要) |
性能 |
MDATP (Microsoft Defender 進階威脅防護) 資料連接器屬性。 |
MdatpDataConnectorProperties |
MdatpDataConnectorProperties
Microsoft.SecurityInsights/dataConnectors
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
MstiDataConnector
MstiDataConnectorDataTypes
MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed
名字 |
描述 |
價值 |
lookbackPeriod |
要匯入之摘要的回溯期間。 |
字串 (必要) |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
MstiDataConnectorProperties
MTPDataConnector
MTPDataConnectorDataTypes
MTPDataConnectorDataTypesAlerts
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
MTPDataConnectorDataTypesIncidents
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
MTPDataConnectorProperties
MtpFilteredProviders
名字 |
描述 |
價值 |
警報 |
警示篩選的提供者。 未套用篩選條件時,所有警示都會透過 MTP 管線進行串流處理,但 MDA 和 MDI 以外的所有產品仍處於私人預覽狀態。 |
包含任何的字串數組: 'microsoftDefenderForCloudApps' 'microsoftDefenderForIdentity' (必要) |
NoneAuthModel
名字 |
描述 |
價值 |
類型 |
驗證類型 |
'None' (必要) |
OAuthModel
名字 |
描述 |
價值 |
accessTokenPrepend |
存取令牌前面加上。 預設值為 『Bearer』。 |
字串 |
authorizationCode |
用戶的授權碼。 |
字串 |
authorizationEndpoint |
授權端點。 |
字串 |
authorizationEndpointHeaders |
授權端點標頭。 |
OAuthModelAuthorizationEndpointHeaders |
authorizationEndpointQueryParameters |
授權端點查詢參數。 |
OAuthModelAuthorizationEndpointQueryParameters |
clientId |
OAuth 提供者指派給應用程式的應用程式 (用戶端) 識別碼。 |
字串 (必要) |
clientSecret |
OAuth 提供者指派給您應用程式的應用程式 (用戶端) 秘密。 |
字串 (必要) |
grantType |
授與類型,通常是「授權碼」。 |
字串 (必要) |
isCredentialsInHeaders |
指出是否要將 clientId 和 clientSecret 傳送至標頭中的令牌端點。 |
bool |
isJwtBearerFlow |
值,指出其是否為 JWT 流程。 |
bool |
redirectUri |
使用者在 OAuth 提供者中設定的應用程式重新導向 URL。 |
字串 |
範圍 |
應用程式 (用戶端) 範圍,OAuth 提供者指派給您的應用程式。 |
字串 |
tokenEndpoint |
令牌端點。 定義 OAuth2 重新整理令牌。 |
字串 (必要) |
tokenEndpointHeaders |
令牌端點標頭。 |
OAuthModelTokenEndpointHeaders |
tokenEndpointQueryParameters |
令牌端點查詢參數。 |
OAuthModelTokenEndpointQueryParameters |
類型 |
驗證類型 |
'OAuth2' (必要) |
OAuthModelAuthorizationEndpointQueryParameters
OAuthModelTokenEndpointQueryParameters
Office365ProjectConnectorDataTypes
Office365ProjectConnectorDataTypesLogs
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
Office365ProjectDataConnector
Office365ProjectDataConnectorProperties
OfficeATPDataConnector
OfficeATPDataConnectorProperties
OfficeDataConnector
OfficeDataConnectorDataTypes
OfficeDataConnectorDataTypesExchange
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
OfficeDataConnectorDataTypesSharePoint
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
OfficeDataConnectorDataTypesTeams
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
OfficeDataConnectorProperties
OfficeIRMDataConnector
OfficeIRMDataConnectorProperties
OfficePowerBIConnectorDataTypes
OfficePowerBIConnectorDataTypesLogs
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
OfficePowerBIDataConnector
OfficePowerBIDataConnectorProperties
OracleAuthModel
名字 |
描述 |
價值 |
pemFile |
PRM 檔案的內容 |
字串 (必要) |
publicFingerprint |
公用指紋 |
字串 (必要) |
tenantId |
Oracle 租用戶標識碼 |
字串 (必要) |
類型 |
驗證類型 |
'Oracle' (必要) |
userId |
Oracle 用戶標識碼 |
字串 (必要) |
權限
PermissionsCustomsItem
名字 |
描述 |
價值 |
描述 |
海關許可權描述 |
字串 |
名字 |
海關許可權名稱 |
字串 |
PermissionsResourceProviderItem
名字 |
描述 |
價值 |
permissionsDisplayText |
許可權描述文字 |
字串 |
供應商 |
提供者名稱 |
'microsoft.aadiam/diagnosticSettings' 'Microsoft.Authorization/policyAssignments' 'Microsoft.OperationalInsights/solutions' 'Microsoft.OperationalInsights/workspaces' 'Microsoft.OperationalInsights/workspaces/datasources' 'Microsoft.OperationalInsights/workspaces/sharedKeys' |
providerDisplayName |
許可權提供者顯示名稱 |
字串 |
requiredPermissions |
連接器的必要許可權 |
RequiredPermissions |
範圍 |
許可權提供者範圍 |
'ResourceGroup' 'Subscription' 'Workspace' |
RequiredPermissions
名字 |
描述 |
價值 |
行動 |
動作許可權 |
bool |
刪除 |
delete 許可權 |
bool |
讀 |
讀取許可權 |
bool |
寫 |
寫入許可權 |
bool |
RestApiPollerDataConnector
RestApiPollerDataConnectorProperties
RestApiPollerDataConnectorPropertiesAddOnAttributes
RestApiPollerRequestConfig
名字 |
描述 |
價值 |
apiEndpoint |
API 端點。 |
字串 (必要) |
endTimeAttributeName |
遠端伺服器預期結束查詢的查詢參數名稱。 這個屬性會與 startTimeAttributeName 交手 |
字串 |
頭 |
遠端伺服器要求的標頭。 |
RestApiPollerRequestConfigHeaders |
httpMethod |
HTTP 方法,預設值 GET。 |
'DELETE' 'GET' 'POST' 'PUT' |
isPostPayloadJson |
旗標,指出 HTTP POST 承載是否為 JSON 格式 (vs form-urlencoded)。 |
bool |
queryParameters |
RESTful API 的 HTTP 查詢參數。 |
RestApiPollerRequestConfigQueryParameters |
queryParametersTemplate |
查詢參數範本。 定義在進階案例中傳遞查詢參數時要使用的查詢參數範本。 |
字串 |
queryTimeFormat |
查詢時間格式。 遠端伺服器可以有查詢從範圍 『start』 到 'end' 提取數據。 這個屬性表示遠端伺服器知道剖析的預期時間格式。 |
字串 |
queryTimeIntervalAttributeName |
我們需要以時間間隔傳送伺服器給查詢記錄的查詢參數名稱。 應使用 queryTimeIntervalPrepend 和 queryTimeIntervalDelimiter 定義 |
字串 |
queryTimeIntervalDelimiter |
查詢參數中的 2 QueryTimeFormat 之間的分隔符字串 queryTimeIntervalAttributeName 。 |
字串 |
queryTimeIntervalPrepend |
queryTimeIntervalAttributeName 中查詢參數值前面加上的字串。 |
字串 |
queryWindowInMin |
要求的查詢視窗,以分鐘為單位。 |
int |
rateLimitQPS |
要求的每秒速率限制查詢。 |
int |
retryCount |
重試計數。 |
int |
startTimeAttributeName |
遠端伺服器預期要啟動查詢的查詢參數名稱。 這個屬性會與 endTimeAttributeName 交手。 |
字串 |
timeoutInSeconds |
以秒為單位的逾時。 |
int |
RestApiPollerRequestConfigQueryParameters
RestApiPollerRequestPagingConfig
名字 |
描述 |
價值 |
pageSize |
頁面大小 |
int |
pageSizeParameterName |
頁面大小參數名稱 |
字串 |
pagingType |
分頁類型 |
'CountBasedPaging' 'LinkHeader' 'NextPageToken' 'NextPageUrl' 'Offset' 'PersistentLinkHeader' 'PersistentToken' (必要) |
SessionAuthModel
SessionAuthModelPassword
SessionAuthModelQueryParameters
SessionAuthModelUserName
TIDataConnector
TIDataConnectorDataTypes
TIDataConnectorDataTypesIndicators
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
TIDataConnectorProperties
名字 |
描述 |
價值 |
dataTypes |
連接器的可用數據類型。 |
TIDataConnectorDataTypes (必要) |
tenantId |
要連線的租用戶標識碼,並從中取得數據。 |
字串 (必要) |
tipLookbackPeriod |
要匯入之摘要的回溯期間。 |
字串 |
TiTaxiiDataConnector
TiTaxiiDataConnectorDataTypes
TiTaxiiDataConnectorDataTypesTaxiiClient
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
TiTaxiiDataConnectorProperties
名字 |
描述 |
價值 |
collectionId |
TAXII 伺服器的集合標識碼。 |
字串 |
dataTypes |
Threat Intelligence TAXII 資料連接器的可用數據類型。 |
TiTaxiiDataConnectorDataTypes (必要) |
friendlyName |
TAXII 伺服器的易記名稱。 |
字串 |
密碼 |
TAXII 伺服器的密碼。 |
字串 |
pollingFrequency |
TAXII 伺服器的輪詢頻率。 |
'OnceADay' 'OnceAMinute' 'OnceAnHour' (必要) |
taxiiLookbackPeriod |
TAXII 伺服器的回溯期間。 |
字串 |
taxiiServer |
TAXII 伺服器的 API 根目錄。 |
字串 |
tenantId |
要連線的租用戶標識碼,並從中取得數據。 |
字串 (必要) |
userName |
TAXII 伺服器的userName。 |
字串 |
workspaceId |
工作區標識碼。 |
字串 |
ARM 樣本資源定義
dataConnectors 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.SecurityInsights/dataConnectors 資源,請將下列 JSON 新增至範本。
{
"etag": "string",
"name": "string",
"kind": "string"
// For remaining properties, see Microsoft.SecurityInsights/dataConnectors objects
}
CcpAuthConfig 物件
設定 類型 屬性,以指定物件的類型。
針對 APIKey,請使用:
{
"apiKey": "string",
"apiKeyIdentifier": "string",
"apiKeyName": "string",
"isApiKeyInPostPayload": "bool",
"type": "APIKey"
}
針對 AWS,請使用:
{
"externalId": "string",
"roleArn": "string",
"type": "AWS"
}
針對 Basic,請使用:
{
"password": "string",
"type": "Basic",
"userName": "string"
}
針對 GCP,請使用:
{
"projectNumber": "string",
"serviceAccountEmail": "string",
"type": "GCP",
"workloadIdentityProviderId": "string"
}
針對 GitHub,請使用:
{
"installationId": "string",
"type": "GitHub"
}
若為 JwtToken,請使用:
{
"headers": {
"{customized property}": "string"
},
"isCredentialsInHeaders": "bool",
"isJsonRequest": "bool",
"password": {
"{customized property}": "string"
},
"queryParameters": {
"{customized property}": "string"
},
"requestTimeoutInSeconds": "int",
"tokenEndpoint": "string",
"type": "JwtToken",
"userName": {
"{customized property}": "string"
}
}
針對 None,請使用:
{
"type": "None"
}
針對 OAuth2,請使用:
{
"accessTokenPrepend": "string",
"authorizationCode": "string",
"authorizationEndpoint": "string",
"authorizationEndpointHeaders": {
"{customized property}": "string"
},
"authorizationEndpointQueryParameters": {
"{customized property}": "string"
},
"clientId": "string",
"clientSecret": "string",
"grantType": "string",
"isCredentialsInHeaders": "bool",
"isJwtBearerFlow": "bool",
"redirectUri": "string",
"scope": "string",
"tokenEndpoint": "string",
"tokenEndpointHeaders": {
"{customized property}": "string"
},
"tokenEndpointQueryParameters": {
"{customized property}": "string"
},
"type": "OAuth2"
}
針對 Oracle,請使用:
{
"pemFile": "string",
"publicFingerprint": "string",
"tenantId": "string",
"type": "Oracle",
"userId": "string"
}
針對 ServiceBus,請使用:
{
"credentialsConfig": {
"{customized property}": "string"
},
"storageAccountCredentialsConfig": {
"{customized property}": "string"
},
"type": "ServiceBus"
}
針對 工作階段,請使用:
{
"headers": {
"{customized property}": "string"
},
"isPostPayloadJson": "bool",
"password": {
"{customized property}": "string"
},
"queryParameters": {
"{customized property}": {}
},
"sessionIdName": "string",
"sessionLoginRequestUri": "string",
"sessionTimeoutInMinutes": "int",
"type": "Session",
"userName": {
"{customized property}": "string"
}
}
Microsoft.SecurityInsights/dataConnectors 物件
設定 種類 屬性,以指定對象的類型。
針對 APIPolling,請使用:
{
"kind": "APIPolling",
"properties": {
"connectorUiConfig": {
"availability": {
"isPreview": "bool",
"status": "1"
},
"connectivityCriteria": [
{
"type": "string",
"value": [ "string" ]
}
],
"customImage": "string",
"dataTypes": [
{
"lastDataReceivedQuery": "string",
"name": "string"
}
],
"descriptionMarkdown": "string",
"graphQueries": [
{
"baseQuery": "string",
"legend": "string",
"metricName": "string"
}
],
"graphQueriesTableName": "string",
"instructionSteps": [
{
"description": "string",
"instructions": [
{
"parameters": {},
"type": "string"
}
],
"title": "string"
}
],
"permissions": {
"customs": [
{
"description": "string",
"name": "string"
}
],
"resourceProvider": [
{
"permissionsDisplayText": "string",
"provider": "string",
"providerDisplayName": "string",
"requiredPermissions": {
"action": "bool",
"delete": "bool",
"read": "bool",
"write": "bool"
},
"scope": "string"
}
]
},
"publisher": "string",
"sampleQueries": [
{
"description": "string",
"query": "string"
}
],
"title": "string"
},
"pollingConfig": {
"auth": {
"apiKeyIdentifier": "string",
"apiKeyName": "string",
"authorizationEndpoint": "string",
"authorizationEndpointQueryParameters": {},
"authType": "string",
"flowName": "string",
"isApiKeyInPostPayload": "string",
"isClientSecretInHeader": "bool",
"redirectionEndpoint": "string",
"scope": "string",
"tokenEndpoint": "string",
"tokenEndpointHeaders": {},
"tokenEndpointQueryParameters": {}
},
"isActive": "bool",
"paging": {
"nextPageParaName": "string",
"nextPageTokenJsonPath": "string",
"pageCountAttributePath": "string",
"pageSize": "int",
"pageSizeParaName": "string",
"pageTimeStampAttributePath": "string",
"pageTotalCountAttributePath": "string",
"pagingType": "string",
"searchTheLatestTimeStampFromEventsList": "string"
},
"request": {
"apiEndpoint": "string",
"endTimeAttributeName": "string",
"headers": {},
"httpMethod": "string",
"queryParameters": {},
"queryParametersTemplate": "string",
"queryTimeFormat": "string",
"queryWindowInMin": "int",
"rateLimitQps": "int",
"retryCount": "int",
"startTimeAttributeName": "string",
"timeoutInSeconds": "int"
},
"response": {
"eventsJsonPaths": [ "string" ],
"isGzipCompressed": "bool",
"successStatusJsonPath": "string",
"successStatusValue": "string"
}
}
}
}
針對 AmazonWebServicesCloudTrail,請使用:
{
"kind": "AmazonWebServicesCloudTrail",
"properties": {
"awsRoleArn": "string",
"dataTypes": {
"logs": {
"state": "string"
}
}
}
}
針對 AmazonWebServicesS3,請使用:
{
"kind": "AmazonWebServicesS3",
"properties": {
"dataTypes": {
"logs": {
"state": "string"
}
},
"destinationTable": "string",
"roleArn": "string",
"sqsUrls": [ "string" ]
}
}
針對 AzureActiveDirectory,請使用:
{
"kind": "AzureActiveDirectory",
"properties": {
"dataTypes": {
"alerts": {
"state": "string"
}
},
"tenantId": "string"
}
}
針對 AzureAdvancedThreatProtection,請使用:
{
"kind": "AzureAdvancedThreatProtection",
"properties": {
"dataTypes": {
"alerts": {
"state": "string"
}
},
"tenantId": "string"
}
}
針對 AzureSecurityCenter,請使用:
{
"kind": "AzureSecurityCenter",
"properties": {
"dataTypes": {
"alerts": {
"state": "string"
}
},
"subscriptionId": "string"
}
}
針對 Dynamics365,請使用:
{
"kind": "Dynamics365",
"properties": {
"dataTypes": {
"dynamics365CdsActivities": {
"state": "string"
}
},
"tenantId": "string"
}
}
針對 GCP,請使用:
{
"kind": "GCP",
"properties": {
"auth": {
"projectNumber": "string",
"serviceAccountEmail": "string",
"workloadIdentityProviderId": "string"
},
"connectorDefinitionName": "string",
"dcrConfig": {
"dataCollectionEndpoint": "string",
"dataCollectionRuleImmutableId": "string",
"streamName": "string"
},
"request": {
"projectId": "string",
"subscriptionNames": [ "string" ]
}
}
}
針對 GenericUI,請使用:
{
"kind": "GenericUI",
"properties": {
"connectorUiConfig": {
"availability": {
"isPreview": "bool",
"status": "1"
},
"connectivityCriteria": [
{
"type": "string",
"value": [ "string" ]
}
],
"customImage": "string",
"dataTypes": [
{
"lastDataReceivedQuery": "string",
"name": "string"
}
],
"descriptionMarkdown": "string",
"graphQueries": [
{
"baseQuery": "string",
"legend": "string",
"metricName": "string"
}
],
"graphQueriesTableName": "string",
"instructionSteps": [
{
"description": "string",
"instructions": [
{
"parameters": {},
"type": "string"
}
],
"title": "string"
}
],
"permissions": {
"customs": [
{
"description": "string",
"name": "string"
}
],
"resourceProvider": [
{
"permissionsDisplayText": "string",
"provider": "string",
"providerDisplayName": "string",
"requiredPermissions": {
"action": "bool",
"delete": "bool",
"read": "bool",
"write": "bool"
},
"scope": "string"
}
]
},
"publisher": "string",
"sampleQueries": [
{
"description": "string",
"query": "string"
}
],
"title": "string"
}
}
}
針對 IOT,請使用:
{
"kind": "IOT",
"properties": {
"dataTypes": {
"alerts": {
"state": "string"
}
},
"subscriptionId": "string"
}
}
針對 microsoftCloudAppSecurity,請使用:
{
"kind": "MicrosoftCloudAppSecurity",
"properties": {
"dataTypes": {
"alerts": {
"state": "string"
},
"discoveryLogs": {
"state": "string"
}
},
"tenantId": "string"
}
}
針對 MicrosoftDefenderAdvancedThreatProtection,請使用:
{
"kind": "MicrosoftDefenderAdvancedThreatProtection",
"properties": {
"dataTypes": {
"alerts": {
"state": "string"
}
},
"tenantId": "string"
}
}
針對 MicrosoftPurviewInformationProtection,請使用:
{
"kind": "MicrosoftPurviewInformationProtection",
"properties": {
"dataTypes": {
"logs": {
"state": "string"
}
},
"tenantId": "string"
}
}
針對 MicrosoftThreatIntelligence,請使用:
{
"kind": "MicrosoftThreatIntelligence",
"properties": {
"dataTypes": {
"microsoftEmergingThreatFeed": {
"lookbackPeriod": "string",
"state": "string"
}
},
"tenantId": "string"
}
}
針對 MicrosoftThreatProtection,請使用:
{
"kind": "MicrosoftThreatProtection",
"properties": {
"dataTypes": {
"alerts": {
"state": "string"
},
"incidents": {
"state": "string"
}
},
"filteredProviders": {
"alerts": [ "string" ]
},
"tenantId": "string"
}
}
針對 Office365,請使用:
{
"kind": "Office365",
"properties": {
"dataTypes": {
"exchange": {
"state": "string"
},
"sharePoint": {
"state": "string"
},
"teams": {
"state": "string"
}
},
"tenantId": "string"
}
}
針對 Office365Project,請使用:
{
"kind": "Office365Project",
"properties": {
"dataTypes": {
"logs": {
"state": "string"
}
},
"tenantId": "string"
}
}
針對 OfficeATP,請使用:
{
"kind": "OfficeATP",
"properties": {
"dataTypes": {
"alerts": {
"state": "string"
}
},
"tenantId": "string"
}
}
針對 OfficeIRM,請使用:
{
"kind": "OfficeIRM",
"properties": {
"dataTypes": {
"alerts": {
"state": "string"
}
},
"tenantId": "string"
}
}
針對 OfficePowerBI,請使用:
{
"kind": "OfficePowerBI",
"properties": {
"dataTypes": {
"logs": {
"state": "string"
}
},
"tenantId": "string"
}
}
針對 RestApiPoller,請使用:
{
"kind": "RestApiPoller",
"properties": {
"addOnAttributes": {
"{customized property}": "string"
},
"auth": {
"type": "string"
// For remaining properties, see CcpAuthConfig objects
},
"connectorDefinitionName": "string",
"dataType": "string",
"dcrConfig": {
"dataCollectionEndpoint": "string",
"dataCollectionRuleImmutableId": "string",
"streamName": "string"
},
"isActive": "bool",
"paging": {
"pageSize": "int",
"pageSizeParameterName": "string",
"pagingType": "string"
},
"request": {
"apiEndpoint": "string",
"endTimeAttributeName": "string",
"headers": {
"{customized property}": "string"
},
"httpMethod": "string",
"isPostPayloadJson": "bool",
"queryParameters": {
"{customized property}": {}
},
"queryParametersTemplate": "string",
"queryTimeFormat": "string",
"queryTimeIntervalAttributeName": "string",
"queryTimeIntervalDelimiter": "string",
"queryTimeIntervalPrepend": "string",
"queryWindowInMin": "int",
"rateLimitQPS": "int",
"retryCount": "int",
"startTimeAttributeName": "string",
"timeoutInSeconds": "int"
},
"response": {
"compressionAlgo": "string",
"convertChildPropertiesToArray": "bool",
"csvDelimiter": "string",
"csvEscape": "string",
"eventsJsonPaths": [ "string" ],
"format": "string",
"hasCsvBoundary": "bool",
"hasCsvHeader": "bool",
"isGzipCompressed": "bool",
"successStatusJsonPath": "string",
"successStatusValue": "string"
}
}
}
針對 ThreatIntelligence,請使用:
{
"kind": "ThreatIntelligence",
"properties": {
"dataTypes": {
"indicators": {
"state": "string"
}
},
"tenantId": "string",
"tipLookbackPeriod": "string"
}
}
針對 ThreatIntelligenceTaxii,請使用:
{
"kind": "ThreatIntelligenceTaxii",
"properties": {
"collectionId": "string",
"dataTypes": {
"taxiiClient": {
"state": "string"
}
},
"friendlyName": "string",
"password": "string",
"pollingFrequency": "string",
"taxiiLookbackPeriod": "string",
"taxiiServer": "string",
"tenantId": "string",
"userName": "string",
"workspaceId": "string"
}
}
屬性值
AADDataConnector
名字 |
描述 |
價值 |
類 |
數據連接器種類 |
'AzureActiveDirectory' (必要) |
性能 |
AADIP (Azure Active Directory Identity Protection) 資料連接器屬性。 |
AADDataConnectorProperties |
AADDataConnectorProperties
AatpDataConnector
AatpDataConnectorProperties
AlertsDataTypeOfDataConnector
ApiKeyAuthModel
名字 |
描述 |
價值 |
apiKey |
使用者秘密金鑰認證的 API 金鑰 |
字串 (必要) |
apiKeyIdentifier |
API 金鑰識別碼 |
字串 |
apiKeyName |
API 金鑰名稱 |
字串 (必要) |
isApiKeyInPostPayload |
旗標,指出 API 金鑰是否已在 HTTP POST 承載中設定 |
bool |
類型 |
驗證類型 |
'APIKey' (必要) |
ApiPollingParameters
ASCDataConnector
ASCDataConnectorProperties
可用性
名字 |
描述 |
價值 |
isPreview |
將連接器設定為預覽 |
bool |
地位 |
連接器可用性狀態 |
'1' |
AWSAuthModel
名字 |
描述 |
價值 |
externalId |
AWS STS 會擔任角色外部標識碼。 這是用來防止混淆的副問題: 'https://docs.aws.amazon.com/IAM/latest/UserGuide/confused-deputy.html' |
字串 |
roleArn |
AWS STS 承擔角色ARN |
字串 (必要) |
類型 |
驗證類型 |
'AWS' (必要) |
AwsCloudTrailDataConnector
AwsCloudTrailDataConnectorDataTypes
AwsCloudTrailDataConnectorDataTypesLogs
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
AwsCloudTrailDataConnectorProperties
AwsS3DataConnector
AwsS3DataConnectorDataTypes
AwsS3DataConnectorDataTypesLogs
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
AwsS3DataConnectorProperties
名字 |
描述 |
價值 |
dataTypes |
連接器的可用數據類型。 |
AwsS3DataConnectorDataTypes (必要) |
destinationTable |
LogAnalytics 中的記錄目的地數據表名稱。 |
字串 (必要) |
roleArn |
用來存取 Aws 帳戶的 Aws 角色 Arn。 |
字串 (必要) |
sqsUrls |
連接器的 AWS sqs URL。 |
string[] (必要) |
BasicAuthModel
名字 |
描述 |
價值 |
密碼 |
密碼 |
字串 (必要) |
類型 |
驗證類型 |
'Basic' (必要) |
userName |
用戶名稱。 |
字串 (必要) |
CcpAuthConfig
CcpResponseConfig
名字 |
描述 |
價值 |
compressionAlgo |
壓縮演算法。 |
字串 |
convertChildPropertiesToArray |
值,指出回應是否不是事件/記錄的陣列。 藉由將此旗標設定為 true,表示遠端伺服器會以每個屬性作為事件/記錄數位值的物件回應。 |
bool |
csvDelimiter |
csv 分隔符,以防回應格式為 CSV。 |
字串 |
csvEscape |
用來逸出 CSV 字元的字元。 |
字串
約束: 最小長度 = 1 最大長度 = 1 |
eventsJsonPaths |
json 路徑 '$' char 是 json 根目錄。 |
string[] (必要) |
格式 |
回應格式。 可能的值為 json、csv、xml |
字串 |
hasCsvBoundary |
值,指出回應是否具有 CSV 界限,以防回應為 CSV 格式。 |
bool |
hasCsvHeader |
值,指出回應是否具有標頭,以防回應為 CSV 格式。 |
bool |
isGzipCompressed |
值,指出遠端伺服器是否支援 Gzip,而我們應該預期 Gzip 回應。 |
bool |
successStatusJsonPath |
狀態消息/程式代碼應該出現在回應中的值。 |
字串 |
successStatusValue |
狀態值。 |
字串 |
CodelessApiPollingDataConnector
CodelessConnectorPollingAuthProperties
名字 |
描述 |
價值 |
apiKeyIdentifier |
在實際令牌之前,標頭中傳送前置詞 |
字串 |
apiKeyName |
用來傳送令牌的標頭名稱 |
字串 |
authorizationEndpoint |
用來授權使用者的端點,用於 Oauth 2.0 流程 |
字串 |
authorizationEndpointQueryParameters |
授權要求中使用的查詢參數,用於 Oauth 2.0 流程 |
任何 |
authType |
驗證類型 |
字串 (必要) |
flowName |
描述流程名稱,例如 Oauth 2.0 的 'AuthCode' |
字串 |
isApiKeyInPostPayload |
標記索引鍵是否應該在標頭中傳送 |
字串 |
isClientSecretInHeader |
標記我們應該在標頭或承載中傳送客戶端密碼,用於 Oauth 2.0 流程 |
bool |
redirectionEndpoint |
我們將在 Oauth 2.0 流程中取得授權碼的重新導向端點 |
字串 |
範圍 |
OAuth 令牌範圍 |
字串 |
tokenEndpoint |
用來發出令牌的端點,用於 Oauth 2.0 流程 |
字串 |
tokenEndpointHeaders |
令牌要求中使用的查詢標頭,用於 Oauth 2.0 流程 |
任何 |
tokenEndpointQueryParameters |
令牌要求中使用的查詢參數,用於 Oauth 2.0 流程 |
任何 |
CodelessConnectorPollingConfigProperties
CodelessConnectorPollingPagingProperties
名字 |
描述 |
價值 |
nextPageParaName |
定義下一頁屬性的名稱 |
字串 |
nextPageTokenJsonPath |
定義下一頁令牌 JSON 的路徑 |
字串 |
pageCountAttributePath |
定義頁面計數屬性的路徑 |
字串 |
pageSize |
定義分頁大小 |
int |
pageSizeParaName |
定義頁面大小參數的名稱 |
字串 |
pageTimeStampAttributePath |
定義分頁時間戳屬性的路徑 |
字串 |
pageTotalCountAttributePath |
定義頁面總計計數屬性的路徑 |
字串 |
pagingType |
描述類型。 可以是 'None'、'PageToken'、'PageCount'、'TimeStamp' |
字串 (必要) |
searchTheLatestTimeStampFromEventsList |
判斷是否要在事件清單中搜尋最新的時間戳 |
字串 |
CodelessConnectorPollingRequestProperties
名字 |
描述 |
價值 |
apiEndpoint |
描述我們應該從中提取數據的端點 |
字串 (必要) |
endTimeAttributeName |
這會使用時間範圍結尾的查詢事件 |
字串 |
頭 |
描述在輪詢要求中傳送的標頭 |
任何 |
httpMethod |
我們將在輪詢要求、GET 或 POST 中使用的 HTTP 方法類型 |
字串 (必要) |
queryParameters |
描述在輪詢要求中傳送的查詢參數 |
任何 |
queryParametersTemplate |
針對進階案例,例如內嵌在巢狀 JSON 承載中的使用者名稱/密碼 |
字串 |
queryTimeFormat |
時間格式將用於特定視窗中的查詢事件 |
字串 (必要) |
queryWindowInMin |
我們將使用提取數據的視窗間隔 |
int (必要) |
rateLimitQps |
定義速率限制 QPS |
int |
retryCount |
描述在發生失敗時,我們應該嘗試和輪詢數據的時間量 |
int |
startTimeAttributeName |
這會使用時間範圍開頭的查詢事件 |
字串 |
timeoutInSeconds |
我們將視為要求逾時的秒數 |
int |
CodelessConnectorPollingResponseProperties
名字 |
描述 |
價值 |
eventsJsonPaths |
描述我們應該在回應中擷取數據的路徑 |
string[] (必要) |
isGzipCompressed |
描述回應中的數據是否為 Gzip |
bool |
successStatusJsonPath |
描述我們應該在回應中擷取狀態代碼的路徑 |
字串 |
successStatusValue |
描述我們應該在回應中擷取狀態值的路徑 |
字串 |
CodelessParameters
CodelessUiConnectorConfigProperties
CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem
名字 |
描述 |
價值 |
類型 |
線上類型 |
'IsConnectedQuery' |
價值 |
檢查連線的查詢 |
string[] |
CodelessUiConnectorConfigPropertiesDataTypesItem
名字 |
描述 |
價值 |
lastDataReceivedQuery |
查詢以指出上次收到的數據 |
字串 |
名字 |
要顯示在圖形中的數據類型名稱。 可以搭配 {{graphQueriesTableName}} 占位符使用 |
字串 |
CodelessUiConnectorConfigPropertiesGraphQueriesItem
名字 |
描述 |
價值 |
baseQuery |
圖形的基底查詢 |
字串 |
傳說 |
圖形的圖例 |
字串 |
metricName |
查詢正在檢查的計量 |
字串 |
CodelessUiConnectorConfigPropertiesInstructionStepsItem
CodelessUiConnectorConfigPropertiesSampleQueriesItem
名字 |
描述 |
價值 |
描述 |
範例查詢描述 |
字串 |
查詢 |
範例查詢 |
字串 |
CodelessUiDataConnector
DataConnectorDataTypeCommon
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
DCRConfiguration
名字 |
描述 |
價值 |
dataCollectionEndpoint |
表示記錄分析中的數據收集擷取端點。 |
字串 (必要) |
dataCollectionRuleImmutableId |
數據收集規則不可變標識碼,規則會定義轉換和數據目的地。 |
字串 (必要) |
streamName |
我們要傳送數據的數據流。 |
字串 (必要) |
Dynamics365DataConnector
Dynamics365DataConnectorDataTypes
Dynamics365DataConnectorDataTypesDynamics365CdsActivities
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
Dynamics365DataConnectorProperties
GCPAuthModel
名字 |
描述 |
價值 |
projectNumber |
GCP 項目編號 |
字串 (必要) |
serviceAccountEmail |
GCP 服務帳戶電子郵件 |
字串 (必要) |
類型 |
驗證類型 |
'GCP' (必要) |
workloadIdentityProviderId |
GCP 工作負載識別提供者標識碼 |
字串 (必要) |
GCPAuthProperties
名字 |
描述 |
價值 |
projectNumber |
GCP 項目編號。 |
字串 (必要) |
serviceAccountEmail |
用來存取 GCP 專案的服務帳戶。 |
字串 (必要) |
workloadIdentityProviderId |
用來存取 GCP 專案的工作負載識別提供者識別碼。 |
字串 (必要) |
GCPDataConnector
GCPDataConnectorProperties
GCPRequestProperties
名字 |
描述 |
價值 |
projectId |
GCP 項目識別碼。 |
字串 (必要) |
subscriptionNames |
GCP pub/sub 訂閱名稱。 |
string[] (必要) |
GenericBlobSbsAuthModel
GenericBlobSbsAuthModelCredentialsConfig
GenericBlobSbsAuthModelStorageAccountCredentialsConfig
GitHubAuthModel
名字 |
描述 |
價值 |
installationId |
GitHubApp 驗證安裝標識碼。 |
字串 |
類型 |
驗證類型 |
'GitHub' (必要) |
InstructionStepsInstructionsItem
名字 |
描述 |
價值 |
參數 |
設定的參數 |
任何 |
類型 |
設定的種類 |
'CopyableLabel' 'InfoMessage' 'InstructionStepsGroup' (必要) |
IoTDataConnector
IoTDataConnectorProperties
JwtAuthModel
名字 |
描述 |
價值 |
頭 |
一旦將要求傳送至令牌端點,我們想要新增的自定義標頭。 |
JwtAuthModelHeaders |
isCredentialsInHeaders |
旗標,指出是否要將使用者名稱和密碼傳送至標頭中的令牌端點。 |
bool |
isJsonRequest |
指出本文要求是否為 JSON 的旗標(標頭 Content-Type = application/json),表示它是窗體 URL 編碼要求(標頭 Content-Type = application/x-www-form-urlencoded)。 |
bool |
密碼 |
密碼 |
JwtAuthModelPassword (必要) |
queryParameters |
一旦將要求傳送至令牌端點,我們想要新增的自定義查詢參數。 |
JwtAuthModelQueryParameters |
requestTimeoutInSeconds |
要求以秒為單位的逾時。 |
int
約束: 最大值 = 180 |
tokenEndpoint |
要求 JWT 的令牌端點 |
字串 (必要) |
類型 |
驗證類型 |
'JwtToken' (必要) |
userName |
用戶名稱。 如果在標頭要求中傳送的使用者名稱和密碼,我們只需要以使用者名稱填入 value 屬性(與基本身份驗證相同)。 如果在本文要求中傳送的使用者名稱和密碼,我們需要指定 Key 並 Value 。 |
JwtAuthModelUserName (必要) |
JwtAuthModelPassword
JwtAuthModelQueryParameters
JwtAuthModelUserName
McasDataConnector
McasDataConnectorDataTypes
McasDataConnectorProperties
MdatpDataConnector
名字 |
描述 |
價值 |
類 |
數據連接器種類 |
'MicrosoftDefenderAdvancedThreatProtection' (必要) |
性能 |
MDATP (Microsoft Defender 進階威脅防護) 資料連接器屬性。 |
MdatpDataConnectorProperties |
MdatpDataConnectorProperties
Microsoft.SecurityInsights/dataConnectors
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
MstiDataConnector
MstiDataConnectorDataTypes
MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed
名字 |
描述 |
價值 |
lookbackPeriod |
要匯入之摘要的回溯期間。 |
字串 (必要) |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
MstiDataConnectorProperties
MTPDataConnector
MTPDataConnectorDataTypes
MTPDataConnectorDataTypesAlerts
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
MTPDataConnectorDataTypesIncidents
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
MTPDataConnectorProperties
MtpFilteredProviders
名字 |
描述 |
價值 |
警報 |
警示篩選的提供者。 未套用篩選條件時,所有警示都會透過 MTP 管線進行串流處理,但 MDA 和 MDI 以外的所有產品仍處於私人預覽狀態。 |
包含任何的字串數組: 'microsoftDefenderForCloudApps' 'microsoftDefenderForIdentity' (必要) |
NoneAuthModel
名字 |
描述 |
價值 |
類型 |
驗證類型 |
'None' (必要) |
OAuthModel
名字 |
描述 |
價值 |
accessTokenPrepend |
存取令牌前面加上。 預設值為 『Bearer』。 |
字串 |
authorizationCode |
用戶的授權碼。 |
字串 |
authorizationEndpoint |
授權端點。 |
字串 |
authorizationEndpointHeaders |
授權端點標頭。 |
OAuthModelAuthorizationEndpointHeaders |
authorizationEndpointQueryParameters |
授權端點查詢參數。 |
OAuthModelAuthorizationEndpointQueryParameters |
clientId |
OAuth 提供者指派給應用程式的應用程式 (用戶端) 識別碼。 |
字串 (必要) |
clientSecret |
OAuth 提供者指派給您應用程式的應用程式 (用戶端) 秘密。 |
字串 (必要) |
grantType |
授與類型,通常是「授權碼」。 |
字串 (必要) |
isCredentialsInHeaders |
指出是否要將 clientId 和 clientSecret 傳送至標頭中的令牌端點。 |
bool |
isJwtBearerFlow |
值,指出其是否為 JWT 流程。 |
bool |
redirectUri |
使用者在 OAuth 提供者中設定的應用程式重新導向 URL。 |
字串 |
範圍 |
應用程式 (用戶端) 範圍,OAuth 提供者指派給您的應用程式。 |
字串 |
tokenEndpoint |
令牌端點。 定義 OAuth2 重新整理令牌。 |
字串 (必要) |
tokenEndpointHeaders |
令牌端點標頭。 |
OAuthModelTokenEndpointHeaders |
tokenEndpointQueryParameters |
令牌端點查詢參數。 |
OAuthModelTokenEndpointQueryParameters |
類型 |
驗證類型 |
'OAuth2' (必要) |
OAuthModelAuthorizationEndpointQueryParameters
OAuthModelTokenEndpointQueryParameters
Office365ProjectConnectorDataTypes
Office365ProjectConnectorDataTypesLogs
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
Office365ProjectDataConnector
Office365ProjectDataConnectorProperties
OfficeATPDataConnector
OfficeATPDataConnectorProperties
OfficeDataConnector
OfficeDataConnectorDataTypes
OfficeDataConnectorDataTypesExchange
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
OfficeDataConnectorDataTypesSharePoint
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
OfficeDataConnectorDataTypesTeams
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
OfficeDataConnectorProperties
OfficeIRMDataConnector
OfficeIRMDataConnectorProperties
OfficePowerBIConnectorDataTypes
OfficePowerBIConnectorDataTypesLogs
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
OfficePowerBIDataConnector
OfficePowerBIDataConnectorProperties
OracleAuthModel
名字 |
描述 |
價值 |
pemFile |
PRM 檔案的內容 |
字串 (必要) |
publicFingerprint |
公用指紋 |
字串 (必要) |
tenantId |
Oracle 租用戶標識碼 |
字串 (必要) |
類型 |
驗證類型 |
'Oracle' (必要) |
userId |
Oracle 用戶標識碼 |
字串 (必要) |
權限
PermissionsCustomsItem
名字 |
描述 |
價值 |
描述 |
海關許可權描述 |
字串 |
名字 |
海關許可權名稱 |
字串 |
PermissionsResourceProviderItem
名字 |
描述 |
價值 |
permissionsDisplayText |
許可權描述文字 |
字串 |
供應商 |
提供者名稱 |
'microsoft.aadiam/diagnosticSettings' 'Microsoft.Authorization/policyAssignments' 'Microsoft.OperationalInsights/solutions' 'Microsoft.OperationalInsights/workspaces' 'Microsoft.OperationalInsights/workspaces/datasources' 'Microsoft.OperationalInsights/workspaces/sharedKeys' |
providerDisplayName |
許可權提供者顯示名稱 |
字串 |
requiredPermissions |
連接器的必要許可權 |
RequiredPermissions |
範圍 |
許可權提供者範圍 |
'ResourceGroup' 'Subscription' 'Workspace' |
RequiredPermissions
名字 |
描述 |
價值 |
行動 |
動作許可權 |
bool |
刪除 |
delete 許可權 |
bool |
讀 |
讀取許可權 |
bool |
寫 |
寫入許可權 |
bool |
RestApiPollerDataConnector
RestApiPollerDataConnectorProperties
RestApiPollerDataConnectorPropertiesAddOnAttributes
RestApiPollerRequestConfig
名字 |
描述 |
價值 |
apiEndpoint |
API 端點。 |
字串 (必要) |
endTimeAttributeName |
遠端伺服器預期結束查詢的查詢參數名稱。 這個屬性會與 startTimeAttributeName 交手 |
字串 |
頭 |
遠端伺服器要求的標頭。 |
RestApiPollerRequestConfigHeaders |
httpMethod |
HTTP 方法,預設值 GET。 |
'DELETE' 'GET' 'POST' 'PUT' |
isPostPayloadJson |
旗標,指出 HTTP POST 承載是否為 JSON 格式 (vs form-urlencoded)。 |
bool |
queryParameters |
RESTful API 的 HTTP 查詢參數。 |
RestApiPollerRequestConfigQueryParameters |
queryParametersTemplate |
查詢參數範本。 定義在進階案例中傳遞查詢參數時要使用的查詢參數範本。 |
字串 |
queryTimeFormat |
查詢時間格式。 遠端伺服器可以有查詢從範圍 『start』 到 'end' 提取數據。 這個屬性表示遠端伺服器知道剖析的預期時間格式。 |
字串 |
queryTimeIntervalAttributeName |
我們需要以時間間隔傳送伺服器給查詢記錄的查詢參數名稱。 應使用 queryTimeIntervalPrepend 和 queryTimeIntervalDelimiter 定義 |
字串 |
queryTimeIntervalDelimiter |
查詢參數中的 2 QueryTimeFormat 之間的分隔符字串 queryTimeIntervalAttributeName 。 |
字串 |
queryTimeIntervalPrepend |
queryTimeIntervalAttributeName 中查詢參數值前面加上的字串。 |
字串 |
queryWindowInMin |
要求的查詢視窗,以分鐘為單位。 |
int |
rateLimitQPS |
要求的每秒速率限制查詢。 |
int |
retryCount |
重試計數。 |
int |
startTimeAttributeName |
遠端伺服器預期要啟動查詢的查詢參數名稱。 這個屬性會與 endTimeAttributeName 交手。 |
字串 |
timeoutInSeconds |
以秒為單位的逾時。 |
int |
RestApiPollerRequestConfigQueryParameters
RestApiPollerRequestPagingConfig
名字 |
描述 |
價值 |
pageSize |
頁面大小 |
int |
pageSizeParameterName |
頁面大小參數名稱 |
字串 |
pagingType |
分頁類型 |
'CountBasedPaging' 'LinkHeader' 'NextPageToken' 'NextPageUrl' 'Offset' 'PersistentLinkHeader' 'PersistentToken' (必要) |
SessionAuthModel
SessionAuthModelPassword
SessionAuthModelQueryParameters
SessionAuthModelUserName
TIDataConnector
TIDataConnectorDataTypes
TIDataConnectorDataTypesIndicators
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
TIDataConnectorProperties
名字 |
描述 |
價值 |
dataTypes |
連接器的可用數據類型。 |
TIDataConnectorDataTypes (必要) |
tenantId |
要連線的租用戶標識碼,並從中取得數據。 |
字串 (必要) |
tipLookbackPeriod |
要匯入之摘要的回溯期間。 |
字串 |
TiTaxiiDataConnector
TiTaxiiDataConnectorDataTypes
TiTaxiiDataConnectorDataTypesTaxiiClient
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
TiTaxiiDataConnectorProperties
名字 |
描述 |
價值 |
collectionId |
TAXII 伺服器的集合標識碼。 |
字串 |
dataTypes |
Threat Intelligence TAXII 資料連接器的可用數據類型。 |
TiTaxiiDataConnectorDataTypes (必要) |
friendlyName |
TAXII 伺服器的易記名稱。 |
字串 |
密碼 |
TAXII 伺服器的密碼。 |
字串 |
pollingFrequency |
TAXII 伺服器的輪詢頻率。 |
'OnceADay' 'OnceAMinute' 'OnceAnHour' (必要) |
taxiiLookbackPeriod |
TAXII 伺服器的回溯期間。 |
字串 |
taxiiServer |
TAXII 伺服器的 API 根目錄。 |
字串 |
tenantId |
要連線的租用戶標識碼,並從中取得數據。 |
字串 (必要) |
userName |
TAXII 伺服器的userName。 |
字串 |
workspaceId |
工作區標識碼。 |
字串 |
dataConnectors 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.SecurityInsights/dataConnectors 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
etag = "string"
name = "string"
kind = "string"
// For remaining properties, see Microsoft.SecurityInsights/dataConnectors objects
}
CcpAuthConfig 物件
設定 類型 屬性,以指定物件的類型。
針對 APIKey,請使用:
{
apiKey = "string"
apiKeyIdentifier = "string"
apiKeyName = "string"
isApiKeyInPostPayload = bool
type = "APIKey"
}
針對 AWS,請使用:
{
externalId = "string"
roleArn = "string"
type = "AWS"
}
針對 Basic,請使用:
{
password = "string"
type = "Basic"
userName = "string"
}
針對 GCP,請使用:
{
projectNumber = "string"
serviceAccountEmail = "string"
type = "GCP"
workloadIdentityProviderId = "string"
}
針對 GitHub,請使用:
{
installationId = "string"
type = "GitHub"
}
若為 JwtToken,請使用:
{
headers = {
{customized property} = "string"
}
isCredentialsInHeaders = bool
isJsonRequest = bool
password = {
{customized property} = "string"
}
queryParameters = {
{customized property} = "string"
}
requestTimeoutInSeconds = int
tokenEndpoint = "string"
type = "JwtToken"
userName = {
{customized property} = "string"
}
}
針對 None,請使用:
{
type = "None"
}
針對 OAuth2,請使用:
{
accessTokenPrepend = "string"
authorizationCode = "string"
authorizationEndpoint = "string"
authorizationEndpointHeaders = {
{customized property} = "string"
}
authorizationEndpointQueryParameters = {
{customized property} = "string"
}
clientId = "string"
clientSecret = "string"
grantType = "string"
isCredentialsInHeaders = bool
isJwtBearerFlow = bool
redirectUri = "string"
scope = "string"
tokenEndpoint = "string"
tokenEndpointHeaders = {
{customized property} = "string"
}
tokenEndpointQueryParameters = {
{customized property} = "string"
}
type = "OAuth2"
}
針對 Oracle,請使用:
{
pemFile = "string"
publicFingerprint = "string"
tenantId = "string"
type = "Oracle"
userId = "string"
}
針對 ServiceBus,請使用:
{
credentialsConfig = {
{customized property} = "string"
}
storageAccountCredentialsConfig = {
{customized property} = "string"
}
type = "ServiceBus"
}
針對 工作階段,請使用:
{
headers = {
{customized property} = "string"
}
isPostPayloadJson = bool
password = {
{customized property} = "string"
}
queryParameters = {
{customized property} = ?
}
sessionIdName = "string"
sessionLoginRequestUri = "string"
sessionTimeoutInMinutes = int
type = "Session"
userName = {
{customized property} = "string"
}
}
Microsoft.SecurityInsights/dataConnectors 物件
設定 種類 屬性,以指定對象的類型。
針對 APIPolling,請使用:
{
kind = "APIPolling"
properties = {
connectorUiConfig = {
availability = {
isPreview = bool
status = "1"
}
connectivityCriteria = [
{
type = "string"
value = [
"string"
]
}
]
customImage = "string"
dataTypes = [
{
lastDataReceivedQuery = "string"
name = "string"
}
]
descriptionMarkdown = "string"
graphQueries = [
{
baseQuery = "string"
legend = "string"
metricName = "string"
}
]
graphQueriesTableName = "string"
instructionSteps = [
{
description = "string"
instructions = [
{
parameters = ?
type = "string"
}
]
title = "string"
}
]
permissions = {
customs = [
{
description = "string"
name = "string"
}
]
resourceProvider = [
{
permissionsDisplayText = "string"
provider = "string"
providerDisplayName = "string"
requiredPermissions = {
action = bool
delete = bool
read = bool
write = bool
}
scope = "string"
}
]
}
publisher = "string"
sampleQueries = [
{
description = "string"
query = "string"
}
]
title = "string"
}
pollingConfig = {
auth = {
apiKeyIdentifier = "string"
apiKeyName = "string"
authorizationEndpoint = "string"
authorizationEndpointQueryParameters = ?
authType = "string"
flowName = "string"
isApiKeyInPostPayload = "string"
isClientSecretInHeader = bool
redirectionEndpoint = "string"
scope = "string"
tokenEndpoint = "string"
tokenEndpointHeaders = ?
tokenEndpointQueryParameters = ?
}
isActive = bool
paging = {
nextPageParaName = "string"
nextPageTokenJsonPath = "string"
pageCountAttributePath = "string"
pageSize = int
pageSizeParaName = "string"
pageTimeStampAttributePath = "string"
pageTotalCountAttributePath = "string"
pagingType = "string"
searchTheLatestTimeStampFromEventsList = "string"
}
request = {
apiEndpoint = "string"
endTimeAttributeName = "string"
headers = ?
httpMethod = "string"
queryParameters = ?
queryParametersTemplate = "string"
queryTimeFormat = "string"
queryWindowInMin = int
rateLimitQps = int
retryCount = int
startTimeAttributeName = "string"
timeoutInSeconds = int
}
response = {
eventsJsonPaths = [
"string"
]
isGzipCompressed = bool
successStatusJsonPath = "string"
successStatusValue = "string"
}
}
}
}
針對 AmazonWebServicesCloudTrail,請使用:
{
kind = "AmazonWebServicesCloudTrail"
properties = {
awsRoleArn = "string"
dataTypes = {
logs = {
state = "string"
}
}
}
}
針對 AmazonWebServicesS3,請使用:
{
kind = "AmazonWebServicesS3"
properties = {
dataTypes = {
logs = {
state = "string"
}
}
destinationTable = "string"
roleArn = "string"
sqsUrls = [
"string"
]
}
}
針對 AzureActiveDirectory,請使用:
{
kind = "AzureActiveDirectory"
properties = {
dataTypes = {
alerts = {
state = "string"
}
}
tenantId = "string"
}
}
針對 AzureAdvancedThreatProtection,請使用:
{
kind = "AzureAdvancedThreatProtection"
properties = {
dataTypes = {
alerts = {
state = "string"
}
}
tenantId = "string"
}
}
針對 AzureSecurityCenter,請使用:
{
kind = "AzureSecurityCenter"
properties = {
dataTypes = {
alerts = {
state = "string"
}
}
subscriptionId = "string"
}
}
針對 Dynamics365,請使用:
{
kind = "Dynamics365"
properties = {
dataTypes = {
dynamics365CdsActivities = {
state = "string"
}
}
tenantId = "string"
}
}
針對 GCP,請使用:
{
kind = "GCP"
properties = {
auth = {
projectNumber = "string"
serviceAccountEmail = "string"
workloadIdentityProviderId = "string"
}
connectorDefinitionName = "string"
dcrConfig = {
dataCollectionEndpoint = "string"
dataCollectionRuleImmutableId = "string"
streamName = "string"
}
request = {
projectId = "string"
subscriptionNames = [
"string"
]
}
}
}
針對 GenericUI,請使用:
{
kind = "GenericUI"
properties = {
connectorUiConfig = {
availability = {
isPreview = bool
status = "1"
}
connectivityCriteria = [
{
type = "string"
value = [
"string"
]
}
]
customImage = "string"
dataTypes = [
{
lastDataReceivedQuery = "string"
name = "string"
}
]
descriptionMarkdown = "string"
graphQueries = [
{
baseQuery = "string"
legend = "string"
metricName = "string"
}
]
graphQueriesTableName = "string"
instructionSteps = [
{
description = "string"
instructions = [
{
parameters = ?
type = "string"
}
]
title = "string"
}
]
permissions = {
customs = [
{
description = "string"
name = "string"
}
]
resourceProvider = [
{
permissionsDisplayText = "string"
provider = "string"
providerDisplayName = "string"
requiredPermissions = {
action = bool
delete = bool
read = bool
write = bool
}
scope = "string"
}
]
}
publisher = "string"
sampleQueries = [
{
description = "string"
query = "string"
}
]
title = "string"
}
}
}
針對 IOT,請使用:
{
kind = "IOT"
properties = {
dataTypes = {
alerts = {
state = "string"
}
}
subscriptionId = "string"
}
}
針對 microsoftCloudAppSecurity,請使用:
{
kind = "MicrosoftCloudAppSecurity"
properties = {
dataTypes = {
alerts = {
state = "string"
}
discoveryLogs = {
state = "string"
}
}
tenantId = "string"
}
}
針對 MicrosoftDefenderAdvancedThreatProtection,請使用:
{
kind = "MicrosoftDefenderAdvancedThreatProtection"
properties = {
dataTypes = {
alerts = {
state = "string"
}
}
tenantId = "string"
}
}
針對 MicrosoftPurviewInformationProtection,請使用:
{
kind = "MicrosoftPurviewInformationProtection"
properties = {
dataTypes = {
logs = {
state = "string"
}
}
tenantId = "string"
}
}
針對 MicrosoftThreatIntelligence,請使用:
{
kind = "MicrosoftThreatIntelligence"
properties = {
dataTypes = {
microsoftEmergingThreatFeed = {
lookbackPeriod = "string"
state = "string"
}
}
tenantId = "string"
}
}
針對 MicrosoftThreatProtection,請使用:
{
kind = "MicrosoftThreatProtection"
properties = {
dataTypes = {
alerts = {
state = "string"
}
incidents = {
state = "string"
}
}
filteredProviders = {
alerts = [
"string"
]
}
tenantId = "string"
}
}
針對 Office365,請使用:
{
kind = "Office365"
properties = {
dataTypes = {
exchange = {
state = "string"
}
sharePoint = {
state = "string"
}
teams = {
state = "string"
}
}
tenantId = "string"
}
}
針對 Office365Project,請使用:
{
kind = "Office365Project"
properties = {
dataTypes = {
logs = {
state = "string"
}
}
tenantId = "string"
}
}
針對 OfficeATP,請使用:
{
kind = "OfficeATP"
properties = {
dataTypes = {
alerts = {
state = "string"
}
}
tenantId = "string"
}
}
針對 OfficeIRM,請使用:
{
kind = "OfficeIRM"
properties = {
dataTypes = {
alerts = {
state = "string"
}
}
tenantId = "string"
}
}
針對 OfficePowerBI,請使用:
{
kind = "OfficePowerBI"
properties = {
dataTypes = {
logs = {
state = "string"
}
}
tenantId = "string"
}
}
針對 RestApiPoller,請使用:
{
kind = "RestApiPoller"
properties = {
addOnAttributes = {
{customized property} = "string"
}
auth = {
type = "string"
// For remaining properties, see CcpAuthConfig objects
}
connectorDefinitionName = "string"
dataType = "string"
dcrConfig = {
dataCollectionEndpoint = "string"
dataCollectionRuleImmutableId = "string"
streamName = "string"
}
isActive = bool
paging = {
pageSize = int
pageSizeParameterName = "string"
pagingType = "string"
}
request = {
apiEndpoint = "string"
endTimeAttributeName = "string"
headers = {
{customized property} = "string"
}
httpMethod = "string"
isPostPayloadJson = bool
queryParameters = {
{customized property} = ?
}
queryParametersTemplate = "string"
queryTimeFormat = "string"
queryTimeIntervalAttributeName = "string"
queryTimeIntervalDelimiter = "string"
queryTimeIntervalPrepend = "string"
queryWindowInMin = int
rateLimitQPS = int
retryCount = int
startTimeAttributeName = "string"
timeoutInSeconds = int
}
response = {
compressionAlgo = "string"
convertChildPropertiesToArray = bool
csvDelimiter = "string"
csvEscape = "string"
eventsJsonPaths = [
"string"
]
format = "string"
hasCsvBoundary = bool
hasCsvHeader = bool
isGzipCompressed = bool
successStatusJsonPath = "string"
successStatusValue = "string"
}
}
}
針對 ThreatIntelligence,請使用:
{
kind = "ThreatIntelligence"
properties = {
dataTypes = {
indicators = {
state = "string"
}
}
tenantId = "string"
tipLookbackPeriod = "string"
}
}
針對 ThreatIntelligenceTaxii,請使用:
{
kind = "ThreatIntelligenceTaxii"
properties = {
collectionId = "string"
dataTypes = {
taxiiClient = {
state = "string"
}
}
friendlyName = "string"
password = "string"
pollingFrequency = "string"
taxiiLookbackPeriod = "string"
taxiiServer = "string"
tenantId = "string"
userName = "string"
workspaceId = "string"
}
}
屬性值
AADDataConnector
名字 |
描述 |
價值 |
類 |
數據連接器種類 |
'AzureActiveDirectory' (必要) |
性能 |
AADIP (Azure Active Directory Identity Protection) 資料連接器屬性。 |
AADDataConnectorProperties |
AADDataConnectorProperties
AatpDataConnector
AatpDataConnectorProperties
AlertsDataTypeOfDataConnector
ApiKeyAuthModel
名字 |
描述 |
價值 |
apiKey |
使用者秘密金鑰認證的 API 金鑰 |
字串 (必要) |
apiKeyIdentifier |
API 金鑰識別碼 |
字串 |
apiKeyName |
API 金鑰名稱 |
字串 (必要) |
isApiKeyInPostPayload |
旗標,指出 API 金鑰是否已在 HTTP POST 承載中設定 |
bool |
類型 |
驗證類型 |
'APIKey' (必要) |
ApiPollingParameters
ASCDataConnector
ASCDataConnectorProperties
可用性
名字 |
描述 |
價值 |
isPreview |
將連接器設定為預覽 |
bool |
地位 |
連接器可用性狀態 |
'1' |
AWSAuthModel
名字 |
描述 |
價值 |
externalId |
AWS STS 會擔任角色外部標識碼。 這是用來防止混淆的副問題: 'https://docs.aws.amazon.com/IAM/latest/UserGuide/confused-deputy.html' |
字串 |
roleArn |
AWS STS 承擔角色ARN |
字串 (必要) |
類型 |
驗證類型 |
'AWS' (必要) |
AwsCloudTrailDataConnector
AwsCloudTrailDataConnectorDataTypes
AwsCloudTrailDataConnectorDataTypesLogs
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
AwsCloudTrailDataConnectorProperties
AwsS3DataConnector
AwsS3DataConnectorDataTypes
AwsS3DataConnectorDataTypesLogs
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
AwsS3DataConnectorProperties
名字 |
描述 |
價值 |
dataTypes |
連接器的可用數據類型。 |
AwsS3DataConnectorDataTypes (必要) |
destinationTable |
LogAnalytics 中的記錄目的地數據表名稱。 |
字串 (必要) |
roleArn |
用來存取 Aws 帳戶的 Aws 角色 Arn。 |
字串 (必要) |
sqsUrls |
連接器的 AWS sqs URL。 |
string[] (必要) |
BasicAuthModel
名字 |
描述 |
價值 |
密碼 |
密碼 |
字串 (必要) |
類型 |
驗證類型 |
'Basic' (必要) |
userName |
用戶名稱。 |
字串 (必要) |
CcpAuthConfig
CcpResponseConfig
名字 |
描述 |
價值 |
compressionAlgo |
壓縮演算法。 |
字串 |
convertChildPropertiesToArray |
值,指出回應是否不是事件/記錄的陣列。 藉由將此旗標設定為 true,表示遠端伺服器會以每個屬性作為事件/記錄數位值的物件回應。 |
bool |
csvDelimiter |
csv 分隔符,以防回應格式為 CSV。 |
字串 |
csvEscape |
用來逸出 CSV 字元的字元。 |
字串
約束: 最小長度 = 1 最大長度 = 1 |
eventsJsonPaths |
json 路徑 '$' char 是 json 根目錄。 |
string[] (必要) |
格式 |
回應格式。 可能的值為 json、csv、xml |
字串 |
hasCsvBoundary |
值,指出回應是否具有 CSV 界限,以防回應為 CSV 格式。 |
bool |
hasCsvHeader |
值,指出回應是否具有標頭,以防回應為 CSV 格式。 |
bool |
isGzipCompressed |
值,指出遠端伺服器是否支援 Gzip,而我們應該預期 Gzip 回應。 |
bool |
successStatusJsonPath |
狀態消息/程式代碼應該出現在回應中的值。 |
字串 |
successStatusValue |
狀態值。 |
字串 |
CodelessApiPollingDataConnector
CodelessConnectorPollingAuthProperties
名字 |
描述 |
價值 |
apiKeyIdentifier |
在實際令牌之前,標頭中傳送前置詞 |
字串 |
apiKeyName |
用來傳送令牌的標頭名稱 |
字串 |
authorizationEndpoint |
用來授權使用者的端點,用於 Oauth 2.0 流程 |
字串 |
authorizationEndpointQueryParameters |
授權要求中使用的查詢參數,用於 Oauth 2.0 流程 |
任何 |
authType |
驗證類型 |
字串 (必要) |
flowName |
描述流程名稱,例如 Oauth 2.0 的 'AuthCode' |
字串 |
isApiKeyInPostPayload |
標記索引鍵是否應該在標頭中傳送 |
字串 |
isClientSecretInHeader |
標記我們應該在標頭或承載中傳送客戶端密碼,用於 Oauth 2.0 流程 |
bool |
redirectionEndpoint |
我們將在 Oauth 2.0 流程中取得授權碼的重新導向端點 |
字串 |
範圍 |
OAuth 令牌範圍 |
字串 |
tokenEndpoint |
用來發出令牌的端點,用於 Oauth 2.0 流程 |
字串 |
tokenEndpointHeaders |
令牌要求中使用的查詢標頭,用於 Oauth 2.0 流程 |
任何 |
tokenEndpointQueryParameters |
令牌要求中使用的查詢參數,用於 Oauth 2.0 流程 |
任何 |
CodelessConnectorPollingConfigProperties
CodelessConnectorPollingPagingProperties
名字 |
描述 |
價值 |
nextPageParaName |
定義下一頁屬性的名稱 |
字串 |
nextPageTokenJsonPath |
定義下一頁令牌 JSON 的路徑 |
字串 |
pageCountAttributePath |
定義頁面計數屬性的路徑 |
字串 |
pageSize |
定義分頁大小 |
int |
pageSizeParaName |
定義頁面大小參數的名稱 |
字串 |
pageTimeStampAttributePath |
定義分頁時間戳屬性的路徑 |
字串 |
pageTotalCountAttributePath |
定義頁面總計計數屬性的路徑 |
字串 |
pagingType |
描述類型。 可以是 'None'、'PageToken'、'PageCount'、'TimeStamp' |
字串 (必要) |
searchTheLatestTimeStampFromEventsList |
判斷是否要在事件清單中搜尋最新的時間戳 |
字串 |
CodelessConnectorPollingRequestProperties
名字 |
描述 |
價值 |
apiEndpoint |
描述我們應該從中提取數據的端點 |
字串 (必要) |
endTimeAttributeName |
這會使用時間範圍結尾的查詢事件 |
字串 |
頭 |
描述在輪詢要求中傳送的標頭 |
任何 |
httpMethod |
我們將在輪詢要求、GET 或 POST 中使用的 HTTP 方法類型 |
字串 (必要) |
queryParameters |
描述在輪詢要求中傳送的查詢參數 |
任何 |
queryParametersTemplate |
針對進階案例,例如內嵌在巢狀 JSON 承載中的使用者名稱/密碼 |
字串 |
queryTimeFormat |
時間格式將用於特定視窗中的查詢事件 |
字串 (必要) |
queryWindowInMin |
我們將使用提取數據的視窗間隔 |
int (必要) |
rateLimitQps |
定義速率限制 QPS |
int |
retryCount |
描述在發生失敗時,我們應該嘗試和輪詢數據的時間量 |
int |
startTimeAttributeName |
這會使用時間範圍開頭的查詢事件 |
字串 |
timeoutInSeconds |
我們將視為要求逾時的秒數 |
int |
CodelessConnectorPollingResponseProperties
名字 |
描述 |
價值 |
eventsJsonPaths |
描述我們應該在回應中擷取數據的路徑 |
string[] (必要) |
isGzipCompressed |
描述回應中的數據是否為 Gzip |
bool |
successStatusJsonPath |
描述我們應該在回應中擷取狀態代碼的路徑 |
字串 |
successStatusValue |
描述我們應該在回應中擷取狀態值的路徑 |
字串 |
CodelessParameters
CodelessUiConnectorConfigProperties
CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem
名字 |
描述 |
價值 |
類型 |
線上類型 |
'IsConnectedQuery' |
價值 |
檢查連線的查詢 |
string[] |
CodelessUiConnectorConfigPropertiesDataTypesItem
名字 |
描述 |
價值 |
lastDataReceivedQuery |
查詢以指出上次收到的數據 |
字串 |
名字 |
要顯示在圖形中的數據類型名稱。 可以搭配 {{graphQueriesTableName}} 占位符使用 |
字串 |
CodelessUiConnectorConfigPropertiesGraphQueriesItem
名字 |
描述 |
價值 |
baseQuery |
圖形的基底查詢 |
字串 |
傳說 |
圖形的圖例 |
字串 |
metricName |
查詢正在檢查的計量 |
字串 |
CodelessUiConnectorConfigPropertiesInstructionStepsItem
CodelessUiConnectorConfigPropertiesSampleQueriesItem
名字 |
描述 |
價值 |
描述 |
範例查詢描述 |
字串 |
查詢 |
範例查詢 |
字串 |
CodelessUiDataConnector
DataConnectorDataTypeCommon
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
DCRConfiguration
名字 |
描述 |
價值 |
dataCollectionEndpoint |
表示記錄分析中的數據收集擷取端點。 |
字串 (必要) |
dataCollectionRuleImmutableId |
數據收集規則不可變標識碼,規則會定義轉換和數據目的地。 |
字串 (必要) |
streamName |
我們要傳送數據的數據流。 |
字串 (必要) |
Dynamics365DataConnector
Dynamics365DataConnectorDataTypes
Dynamics365DataConnectorDataTypesDynamics365CdsActivities
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
Dynamics365DataConnectorProperties
GCPAuthModel
名字 |
描述 |
價值 |
projectNumber |
GCP 項目編號 |
字串 (必要) |
serviceAccountEmail |
GCP 服務帳戶電子郵件 |
字串 (必要) |
類型 |
驗證類型 |
'GCP' (必要) |
workloadIdentityProviderId |
GCP 工作負載識別提供者標識碼 |
字串 (必要) |
GCPAuthProperties
名字 |
描述 |
價值 |
projectNumber |
GCP 項目編號。 |
字串 (必要) |
serviceAccountEmail |
用來存取 GCP 專案的服務帳戶。 |
字串 (必要) |
workloadIdentityProviderId |
用來存取 GCP 專案的工作負載識別提供者識別碼。 |
字串 (必要) |
GCPDataConnector
GCPDataConnectorProperties
GCPRequestProperties
名字 |
描述 |
價值 |
projectId |
GCP 項目識別碼。 |
字串 (必要) |
subscriptionNames |
GCP pub/sub 訂閱名稱。 |
string[] (必要) |
GenericBlobSbsAuthModel
GenericBlobSbsAuthModelCredentialsConfig
GenericBlobSbsAuthModelStorageAccountCredentialsConfig
GitHubAuthModel
名字 |
描述 |
價值 |
installationId |
GitHubApp 驗證安裝標識碼。 |
字串 |
類型 |
驗證類型 |
'GitHub' (必要) |
InstructionStepsInstructionsItem
名字 |
描述 |
價值 |
參數 |
設定的參數 |
任何 |
類型 |
設定的種類 |
'CopyableLabel' 'InfoMessage' 'InstructionStepsGroup' (必要) |
IoTDataConnector
IoTDataConnectorProperties
JwtAuthModel
名字 |
描述 |
價值 |
頭 |
一旦將要求傳送至令牌端點,我們想要新增的自定義標頭。 |
JwtAuthModelHeaders |
isCredentialsInHeaders |
旗標,指出是否要將使用者名稱和密碼傳送至標頭中的令牌端點。 |
bool |
isJsonRequest |
指出本文要求是否為 JSON 的旗標(標頭 Content-Type = application/json),表示它是窗體 URL 編碼要求(標頭 Content-Type = application/x-www-form-urlencoded)。 |
bool |
密碼 |
密碼 |
JwtAuthModelPassword (必要) |
queryParameters |
一旦將要求傳送至令牌端點,我們想要新增的自定義查詢參數。 |
JwtAuthModelQueryParameters |
requestTimeoutInSeconds |
要求以秒為單位的逾時。 |
int
約束: 最大值 = 180 |
tokenEndpoint |
要求 JWT 的令牌端點 |
字串 (必要) |
類型 |
驗證類型 |
'JwtToken' (必要) |
userName |
用戶名稱。 如果在標頭要求中傳送的使用者名稱和密碼,我們只需要以使用者名稱填入 value 屬性(與基本身份驗證相同)。 如果在本文要求中傳送的使用者名稱和密碼,我們需要指定 Key 並 Value 。 |
JwtAuthModelUserName (必要) |
JwtAuthModelPassword
JwtAuthModelQueryParameters
JwtAuthModelUserName
McasDataConnector
McasDataConnectorDataTypes
McasDataConnectorProperties
MdatpDataConnector
名字 |
描述 |
價值 |
類 |
數據連接器種類 |
'MicrosoftDefenderAdvancedThreatProtection' (必要) |
性能 |
MDATP (Microsoft Defender 進階威脅防護) 資料連接器屬性。 |
MdatpDataConnectorProperties |
MdatpDataConnectorProperties
Microsoft.SecurityInsights/dataConnectors
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
MstiDataConnector
MstiDataConnectorDataTypes
MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed
名字 |
描述 |
價值 |
lookbackPeriod |
要匯入之摘要的回溯期間。 |
字串 (必要) |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
MstiDataConnectorProperties
MTPDataConnector
MTPDataConnectorDataTypes
MTPDataConnectorDataTypesAlerts
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
MTPDataConnectorDataTypesIncidents
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
MTPDataConnectorProperties
MtpFilteredProviders
名字 |
描述 |
價值 |
警報 |
警示篩選的提供者。 未套用篩選條件時,所有警示都會透過 MTP 管線進行串流處理,但 MDA 和 MDI 以外的所有產品仍處於私人預覽狀態。 |
包含任何的字串數組: 'microsoftDefenderForCloudApps' 'microsoftDefenderForIdentity' (必要) |
NoneAuthModel
名字 |
描述 |
價值 |
類型 |
驗證類型 |
'None' (必要) |
OAuthModel
名字 |
描述 |
價值 |
accessTokenPrepend |
存取令牌前面加上。 預設值為 『Bearer』。 |
字串 |
authorizationCode |
用戶的授權碼。 |
字串 |
authorizationEndpoint |
授權端點。 |
字串 |
authorizationEndpointHeaders |
授權端點標頭。 |
OAuthModelAuthorizationEndpointHeaders |
authorizationEndpointQueryParameters |
授權端點查詢參數。 |
OAuthModelAuthorizationEndpointQueryParameters |
clientId |
OAuth 提供者指派給應用程式的應用程式 (用戶端) 識別碼。 |
字串 (必要) |
clientSecret |
OAuth 提供者指派給您應用程式的應用程式 (用戶端) 秘密。 |
字串 (必要) |
grantType |
授與類型,通常是「授權碼」。 |
字串 (必要) |
isCredentialsInHeaders |
指出是否要將 clientId 和 clientSecret 傳送至標頭中的令牌端點。 |
bool |
isJwtBearerFlow |
值,指出其是否為 JWT 流程。 |
bool |
redirectUri |
使用者在 OAuth 提供者中設定的應用程式重新導向 URL。 |
字串 |
範圍 |
應用程式 (用戶端) 範圍,OAuth 提供者指派給您的應用程式。 |
字串 |
tokenEndpoint |
令牌端點。 定義 OAuth2 重新整理令牌。 |
字串 (必要) |
tokenEndpointHeaders |
令牌端點標頭。 |
OAuthModelTokenEndpointHeaders |
tokenEndpointQueryParameters |
令牌端點查詢參數。 |
OAuthModelTokenEndpointQueryParameters |
類型 |
驗證類型 |
'OAuth2' (必要) |
OAuthModelAuthorizationEndpointQueryParameters
OAuthModelTokenEndpointQueryParameters
Office365ProjectConnectorDataTypes
Office365ProjectConnectorDataTypesLogs
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
Office365ProjectDataConnector
Office365ProjectDataConnectorProperties
OfficeATPDataConnector
OfficeATPDataConnectorProperties
OfficeDataConnector
OfficeDataConnectorDataTypes
OfficeDataConnectorDataTypesExchange
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
OfficeDataConnectorDataTypesSharePoint
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
OfficeDataConnectorDataTypesTeams
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
OfficeDataConnectorProperties
OfficeIRMDataConnector
OfficeIRMDataConnectorProperties
OfficePowerBIConnectorDataTypes
OfficePowerBIConnectorDataTypesLogs
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
OfficePowerBIDataConnector
OfficePowerBIDataConnectorProperties
OracleAuthModel
名字 |
描述 |
價值 |
pemFile |
PRM 檔案的內容 |
字串 (必要) |
publicFingerprint |
公用指紋 |
字串 (必要) |
tenantId |
Oracle 租用戶標識碼 |
字串 (必要) |
類型 |
驗證類型 |
'Oracle' (必要) |
userId |
Oracle 用戶標識碼 |
字串 (必要) |
權限
PermissionsCustomsItem
名字 |
描述 |
價值 |
描述 |
海關許可權描述 |
字串 |
名字 |
海關許可權名稱 |
字串 |
PermissionsResourceProviderItem
名字 |
描述 |
價值 |
permissionsDisplayText |
許可權描述文字 |
字串 |
供應商 |
提供者名稱 |
'microsoft.aadiam/diagnosticSettings' 'Microsoft.Authorization/policyAssignments' 'Microsoft.OperationalInsights/solutions' 'Microsoft.OperationalInsights/workspaces' 'Microsoft.OperationalInsights/workspaces/datasources' 'Microsoft.OperationalInsights/workspaces/sharedKeys' |
providerDisplayName |
許可權提供者顯示名稱 |
字串 |
requiredPermissions |
連接器的必要許可權 |
RequiredPermissions |
範圍 |
許可權提供者範圍 |
'ResourceGroup' 'Subscription' 'Workspace' |
RequiredPermissions
名字 |
描述 |
價值 |
行動 |
動作許可權 |
bool |
刪除 |
delete 許可權 |
bool |
讀 |
讀取許可權 |
bool |
寫 |
寫入許可權 |
bool |
RestApiPollerDataConnector
RestApiPollerDataConnectorProperties
RestApiPollerDataConnectorPropertiesAddOnAttributes
RestApiPollerRequestConfig
名字 |
描述 |
價值 |
apiEndpoint |
API 端點。 |
字串 (必要) |
endTimeAttributeName |
遠端伺服器預期結束查詢的查詢參數名稱。 這個屬性會與 startTimeAttributeName 交手 |
字串 |
頭 |
遠端伺服器要求的標頭。 |
RestApiPollerRequestConfigHeaders |
httpMethod |
HTTP 方法,預設值 GET。 |
'DELETE' 'GET' 'POST' 'PUT' |
isPostPayloadJson |
旗標,指出 HTTP POST 承載是否為 JSON 格式 (vs form-urlencoded)。 |
bool |
queryParameters |
RESTful API 的 HTTP 查詢參數。 |
RestApiPollerRequestConfigQueryParameters |
queryParametersTemplate |
查詢參數範本。 定義在進階案例中傳遞查詢參數時要使用的查詢參數範本。 |
字串 |
queryTimeFormat |
查詢時間格式。 遠端伺服器可以有查詢從範圍 『start』 到 'end' 提取數據。 這個屬性表示遠端伺服器知道剖析的預期時間格式。 |
字串 |
queryTimeIntervalAttributeName |
我們需要以時間間隔傳送伺服器給查詢記錄的查詢參數名稱。 應使用 queryTimeIntervalPrepend 和 queryTimeIntervalDelimiter 定義 |
字串 |
queryTimeIntervalDelimiter |
查詢參數中的 2 QueryTimeFormat 之間的分隔符字串 queryTimeIntervalAttributeName 。 |
字串 |
queryTimeIntervalPrepend |
queryTimeIntervalAttributeName 中查詢參數值前面加上的字串。 |
字串 |
queryWindowInMin |
要求的查詢視窗,以分鐘為單位。 |
int |
rateLimitQPS |
要求的每秒速率限制查詢。 |
int |
retryCount |
重試計數。 |
int |
startTimeAttributeName |
遠端伺服器預期要啟動查詢的查詢參數名稱。 這個屬性會與 endTimeAttributeName 交手。 |
字串 |
timeoutInSeconds |
以秒為單位的逾時。 |
int |
RestApiPollerRequestConfigQueryParameters
RestApiPollerRequestPagingConfig
名字 |
描述 |
價值 |
pageSize |
頁面大小 |
int |
pageSizeParameterName |
頁面大小參數名稱 |
字串 |
pagingType |
分頁類型 |
'CountBasedPaging' 'LinkHeader' 'NextPageToken' 'NextPageUrl' 'Offset' 'PersistentLinkHeader' 'PersistentToken' (必要) |
SessionAuthModel
SessionAuthModelPassword
SessionAuthModelQueryParameters
SessionAuthModelUserName
TIDataConnector
TIDataConnectorDataTypes
TIDataConnectorDataTypesIndicators
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
TIDataConnectorProperties
名字 |
描述 |
價值 |
dataTypes |
連接器的可用數據類型。 |
TIDataConnectorDataTypes (必要) |
tenantId |
要連線的租用戶標識碼,並從中取得數據。 |
字串 (必要) |
tipLookbackPeriod |
要匯入之摘要的回溯期間。 |
字串 |
TiTaxiiDataConnector
TiTaxiiDataConnectorDataTypes
TiTaxiiDataConnectorDataTypesTaxiiClient
名字 |
描述 |
價值 |
州 |
描述是否啟用此資料類型連線。 |
'Disabled' 'Enabled' (必要) |
TiTaxiiDataConnectorProperties
名字 |
描述 |
價值 |
collectionId |
TAXII 伺服器的集合標識碼。 |
字串 |
dataTypes |
Threat Intelligence TAXII 資料連接器的可用數據類型。 |
TiTaxiiDataConnectorDataTypes (必要) |
friendlyName |
TAXII 伺服器的易記名稱。 |
字串 |
密碼 |
TAXII 伺服器的密碼。 |
字串 |
pollingFrequency |
TAXII 伺服器的輪詢頻率。 |
'OnceADay' 'OnceAMinute' 'OnceAnHour' (必要) |
taxiiLookbackPeriod |
TAXII 伺服器的回溯期間。 |
字串 |
taxiiServer |
TAXII 伺服器的 API 根目錄。 |
字串 |
tenantId |
要連線的租用戶標識碼,並從中取得數據。 |
字串 (必要) |
userName |
TAXII 伺服器的userName。 |
字串 |
workspaceId |
工作區標識碼。 |
字串 |