Microsoft.Security assessmentMetadata 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
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 (必要) |
性能 | 描述評估元數據的屬性。 | SecurityAssessmentMetadataProperties |
SecurityAssessmentMetadataProperties
名字 | 描述 | 價值 |
---|---|---|
assessmentType | 根據內建的 Azure 原則定義進行評量時,BuiltIn 會根據自定義 Azure 原則定義自定義評量 | 'BuiltIn' 'CustomerManaged' 'CustomPolicy' (必要) |
類別 | 包含任何的字串數組: 'Compute' 'Data' 'IdentityAndAccess' 'IoT' 「網路」 |
|
描述 | 評估的人類可讀描述 | 字串 |
displayName | 評估的使用者易記顯示名稱 | 字串 (必要) |
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' |
名字 | 資源名稱 | 字串 (必要) |
性能 | 描述評估元數據的屬性。 | SecurityAssessmentMetadataProperties |
類型 | 資源類型 | 'Microsoft.Security/assessmentMetadata' |
SecurityAssessmentMetadataProperties
名字 | 描述 | 價值 |
---|---|---|
assessmentType | 根據內建的 Azure 原則定義進行評量時,BuiltIn 會根據自定義 Azure 原則定義自定義評量 | 'BuiltIn' 'CustomerManaged' 'CustomPolicy' (必要) |
類別 | 包含任何的字串數組: 'Compute' 'Data' 'IdentityAndAccess' 'IoT' 「網路」 |
|
描述 | 評估的人類可讀描述 | 字串 |
displayName | 評估的使用者易記顯示名稱 | 字串 (必要) |
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
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 (必要) |
性能 | 描述評估元數據的屬性。 | SecurityAssessmentMetadataProperties |
類型 | 資源類型 | “Microsoft.Security/assessmentMetadata@2019-01-01-preview” |
SecurityAssessmentMetadataProperties
名字 | 描述 | 價值 |
---|---|---|
assessmentType | 根據內建的 Azure 原則定義進行評量時,BuiltIn 會根據自定義 Azure 原則定義自定義評量 | 'BuiltIn' 'CustomerManaged' 'CustomPolicy' (必要) |
類別 | 包含任何的字串數組: 'Compute' 'Data' 'IdentityAndAccess' 'IoT' 「網路」 |
|
描述 | 評估的人類可讀描述 | 字串 |
displayName | 評估的使用者易記顯示名稱 | 字串 (必要) |
implementationEffort | 補救此評估所需的實作工作 | 'High' 'Low' 'Moderate' |
預覽 | True 是表示 如果此評量處於預覽版本狀態 | bool |
remediationDescription | 人類可讀的關於您應該執行哪些動作來減輕此安全性問題的描述 | 字串 |
嚴厲 | 評定的嚴重性層級 | 'High' 'Low' 'Medium' (必要) |
威脅 | 包含任何的字串數組: 'accountBreach' 'dataExfiltration' 'dataSpillage' 'denialOfService' 'elevationOfPrivilege' 'maliciousInsider' 'missingCoverage' 'threatResistance' |
|
userImpact | 評估的用戶影響 | 'High' 'Low' 'Moderate' |