Microsoft.Security assessmentMetadata 2019-01-01-preview
- 最新の を
する - 2021-06-01
- 2020-01-01
- 2019-01-01-preview
Bicep リソース定義
assessmentMetadata リソースの種類は、次を対象とする操作と共にデプロイできます。
テナント - サブスクリプションテナント展開コマンド 参照 - サブスクリプションのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Security/assessmentMetadata リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Security/assessmentMetadata@2019-01-01-preview' = {
name: 'string'
properties: {
assessmentType: 'string'
categories: [
'string'
]
description: 'string'
displayName: 'string'
implementationEffort: 'string'
preview: bool
remediationDescription: 'string'
severity: 'string'
threats: [
'string'
]
userImpact: 'string'
}
}
プロパティ値
Microsoft.Security/assessmentMetadata
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | string (必須) |
プロパティ | 評価メタデータのプロパティについて説明します。 | SecurityAssessmentMetadataProperties |
SecurityAssessmentMetadataProperties
名前 | 形容 | 価値 |
---|---|---|
assessmentType | 組み込みの Azure Policy 定義に基づく評価の場合は BuiltIn、カスタム Azure Policy 定義に基づく評価の場合は Custom | 'BuiltIn' 'CustomerManaged' 'CustomPolicy' (必須) |
カテゴリ | 次のいずれかを含む文字列配列: 'Compute' 'Data' 'IdentityAndAccess' 'IoT' 'ネットワーク' |
|
形容 | 評価の人間が判読できる説明 | 糸 |
displayName | 評価のわかりやすい表示名 | string (必須) |
implementationEffort | この評価を修復するために必要な実装作業 | 'High' 'Low' 'Moderate' |
プレビュー | True の 場合、この評価は、プレビュー リリースの状態です。 | bool |
remediationDescription | このセキュリティの問題を軽減するために行う必要がある操作の人間が判読できる説明 | 糸 |
過酷 | 評価の重大度レベル | 'High' 'Low' 'Medium' (必須) |
脅威 | 次のいずれかを含む文字列配列: 'accountBreach' 'dataExfiltration' 'dataSpillage' 'denialOfService' 'elevationOfPrivilege' 'maliciousInsider' 'missingCoverage' 'threatResistance' |
|
userImpact | 評価のユーザーへの影響 | 'High' 'Low' 'Moderate' |
ARM テンプレート リソース定義
assessmentMetadata リソースの種類は、次を対象とする操作と共にデプロイできます。
テナント - サブスクリプションテナント展開コマンド 参照 - サブスクリプションのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Security/assessmentMetadata リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Security/assessmentMetadata",
"apiVersion": "2019-01-01-preview",
"name": "string",
"properties": {
"assessmentType": "string",
"categories": [ "string" ],
"description": "string",
"displayName": "string",
"implementationEffort": "string",
"preview": "bool",
"remediationDescription": "string",
"severity": "string",
"threats": [ "string" ],
"userImpact": "string"
}
}
プロパティ値
Microsoft.Security/assessmentMetadata
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2019-01-01-preview' |
名前 | リソース名 | string (必須) |
プロパティ | 評価メタデータのプロパティについて説明します。 | SecurityAssessmentMetadataProperties |
種類 | リソースの種類 | 'Microsoft.Security/assessmentMetadata' |
SecurityAssessmentMetadataProperties
名前 | 形容 | 価値 |
---|---|---|
assessmentType | 組み込みの Azure Policy 定義に基づく評価の場合は BuiltIn、カスタム Azure Policy 定義に基づく評価の場合は Custom | 'BuiltIn' 'CustomerManaged' 'CustomPolicy' (必須) |
カテゴリ | 次のいずれかを含む文字列配列: 'Compute' 'Data' 'IdentityAndAccess' 'IoT' 'ネットワーク' |
|
形容 | 評価の人間が判読できる説明 | 糸 |
displayName | 評価のわかりやすい表示名 | string (必須) |
implementationEffort | この評価を修復するために必要な実装作業 | 'High' 'Low' 'Moderate' |
プレビュー | True の 場合、この評価は、プレビュー リリースの状態です。 | bool |
remediationDescription | このセキュリティの問題を軽減するために行う必要がある操作の人間が判読できる説明 | 糸 |
過酷 | 評価の重大度レベル | 'High' 'Low' 'Medium' (必須) |
脅威 | 次のいずれかを含む文字列配列: 'accountBreach' 'dataExfiltration' 'dataSpillage' 'denialOfService' 'elevationOfPrivilege' 'maliciousInsider' 'missingCoverage' 'threatResistance' |
|
userImpact | 評価のユーザーへの影響 | 'High' 'Low' 'Moderate' |
Terraform (AzAPI プロバイダー) リソース定義
assessmentMetadata リソースの種類は、次を対象とする操作と共にデプロイできます。
- テナント* サブスクリプション
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Security/assessmentMetadata リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Security/assessmentMetadata@2019-01-01-preview"
name = "string"
body = jsonencode({
properties = {
assessmentType = "string"
categories = [
"string"
]
description = "string"
displayName = "string"
implementationEffort = "string"
preview = bool
remediationDescription = "string"
severity = "string"
threats = [
"string"
]
userImpact = "string"
}
})
}
プロパティ値
Microsoft.Security/assessmentMetadata
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | string (必須) |
プロパティ | 評価メタデータのプロパティについて説明します。 | SecurityAssessmentMetadataProperties |
種類 | リソースの種類 | "Microsoft.Security/assessmentMetadata@2019-01-01-preview" |
SecurityAssessmentMetadataProperties
名前 | 形容 | 価値 |
---|---|---|
assessmentType | 組み込みの Azure Policy 定義に基づく評価の場合は BuiltIn、カスタム Azure Policy 定義に基づく評価の場合は Custom | 'BuiltIn' 'CustomerManaged' 'CustomPolicy' (必須) |
カテゴリ | 次のいずれかを含む文字列配列: 'Compute' 'Data' 'IdentityAndAccess' 'IoT' 'ネットワーク' |
|
形容 | 評価の人間が判読できる説明 | 糸 |
displayName | 評価のわかりやすい表示名 | string (必須) |
implementationEffort | この評価を修復するために必要な実装作業 | 'High' 'Low' 'Moderate' |
プレビュー | True の 場合、この評価は、プレビュー リリースの状態です。 | bool |
remediationDescription | このセキュリティの問題を軽減するために行う必要がある操作の人間が判読できる説明 | 糸 |
過酷 | 評価の重大度レベル | 'High' 'Low' 'Medium' (必須) |
脅威 | 次のいずれかを含む文字列配列: 'accountBreach' 'dataExfiltration' 'dataSpillage' 'denialOfService' 'elevationOfPrivilege' 'maliciousInsider' 'missingCoverage' 'threatResistance' |
|
userImpact | 評価のユーザーへの影響 | 'High' 'Low' 'Moderate' |