Microsoft.Security securityContacts 2020-01-01-preview
Bicep リソース定義
securityContacts リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- サブスクリプションの - サブスクリプションのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Security/securityContacts リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Security/securityContacts@2020-01-01-preview' = {
name: 'string'
properties: {
alertNotifications: {
minimalSeverity: 'string'
state: 'string'
}
emails: 'string'
notificationsByRole: {
roles: [
'string'
]
state: 'string'
}
phone: 'string'
}
}
プロパティ値
Microsoft.Security/securityContacts
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | string (必須) |
プロパティ | セキュリティ連絡先データ | SecurityContactProperties の |
SecurityContactProperties
名前 | 形容 | 価値 |
---|---|---|
alertNotifications | 新しいセキュリティ アラートに関する電子メール通知を送信するかどうかを定義します | SecurityContactPropertiesAlertNotifications |
emails | このセキュリティ連絡先で定義されている構成によって Microsoft Defender for Cloud から通知を受け取る電子メール アドレスの一覧。 | 糸 |
notificationsByRole | サブスクリプション上の特定の RBAC ロールを持つユーザーに Microsoft Defender for Cloud から電子メール通知を送信するかどうかを定義します。 | SecurityContactPropertiesNotificationsByRole |
電話 | セキュリティ連絡先の電話番号 | 糸 |
SecurityContactPropertiesAlertNotifications
名前 | 形容 | 価値 |
---|---|---|
minimalSeverity | 電子メール通知として送信される最小限のアラートの重大度を定義します | 'High' 'Low' 'Medium' |
状態 | 新しいセキュリティ アラートに関する電子メール通知を送信するかどうかを定義します | 'Off' 'On' |
SecurityContactPropertiesNotificationsByRole
名前 | 形容 | 価値 |
---|---|---|
役割 | Microsoft Defender for Cloud から電子メール通知を受け取る RBAC ロールを定義します。 許可されている RBAC ロールの一覧: | 次のいずれかを含む文字列配列: 'AccountAdmin' 'Contributor' 'Owner' 'ServiceAdmin' |
状態 | AMicrosoft Defender for Cloud から、サブスクリプション上の特定の RBAC ロールを持つユーザーに電子メール通知を送信するかどうかを定義します。 | 'Off' 'On' |
ARM テンプレート リソース定義
securityContacts リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- サブスクリプションの - サブスクリプションのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Security/securityContacts リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Security/securityContacts",
"apiVersion": "2020-01-01-preview",
"name": "string",
"properties": {
"alertNotifications": {
"minimalSeverity": "string",
"state": "string"
},
"emails": "string",
"notificationsByRole": {
"roles": [ "string" ],
"state": "string"
},
"phone": "string"
}
}
プロパティ値
Microsoft.Security/securityContacts
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2020-01-01-preview' |
名前 | リソース名 | string (必須) |
プロパティ | セキュリティ連絡先データ | SecurityContactProperties の |
種類 | リソースの種類 | 'Microsoft.Security/securityContacts' |
SecurityContactProperties
名前 | 形容 | 価値 |
---|---|---|
alertNotifications | 新しいセキュリティ アラートに関する電子メール通知を送信するかどうかを定義します | SecurityContactPropertiesAlertNotifications |
emails | このセキュリティ連絡先で定義されている構成によって Microsoft Defender for Cloud から通知を受け取る電子メール アドレスの一覧。 | 糸 |
notificationsByRole | サブスクリプション上の特定の RBAC ロールを持つユーザーに Microsoft Defender for Cloud から電子メール通知を送信するかどうかを定義します。 | SecurityContactPropertiesNotificationsByRole |
電話 | セキュリティ連絡先の電話番号 | 糸 |
SecurityContactPropertiesAlertNotifications
名前 | 形容 | 価値 |
---|---|---|
minimalSeverity | 電子メール通知として送信される最小限のアラートの重大度を定義します | 'High' 'Low' 'Medium' |
状態 | 新しいセキュリティ アラートに関する電子メール通知を送信するかどうかを定義します | 'Off' 'On' |
SecurityContactPropertiesNotificationsByRole
名前 | 形容 | 価値 |
---|---|---|
役割 | Microsoft Defender for Cloud から電子メール通知を受け取る RBAC ロールを定義します。 許可されている RBAC ロールの一覧: | 次のいずれかを含む文字列配列: 'AccountAdmin' 'Contributor' 'Owner' 'ServiceAdmin' |
状態 | AMicrosoft Defender for Cloud から、サブスクリプション上の特定の RBAC ロールを持つユーザーに電子メール通知を送信するかどうかを定義します。 | 'Off' 'On' |
Terraform (AzAPI プロバイダー) リソース定義
securityContacts リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- サブスクリプションの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Security/securityContacts リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Security/securityContacts@2020-01-01-preview"
name = "string"
body = jsonencode({
properties = {
alertNotifications = {
minimalSeverity = "string"
state = "string"
}
emails = "string"
notificationsByRole = {
roles = [
"string"
]
state = "string"
}
phone = "string"
}
})
}
プロパティ値
Microsoft.Security/securityContacts
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | string (必須) |
プロパティ | セキュリティ連絡先データ | SecurityContactProperties の |
種類 | リソースの種類 | "Microsoft.Security/securityContacts@2020-01-01-preview" |
SecurityContactProperties
名前 | 形容 | 価値 |
---|---|---|
alertNotifications | 新しいセキュリティ アラートに関する電子メール通知を送信するかどうかを定義します | SecurityContactPropertiesAlertNotifications |
emails | このセキュリティ連絡先で定義されている構成によって Microsoft Defender for Cloud から通知を受け取る電子メール アドレスの一覧。 | 糸 |
notificationsByRole | サブスクリプション上の特定の RBAC ロールを持つユーザーに Microsoft Defender for Cloud から電子メール通知を送信するかどうかを定義します。 | SecurityContactPropertiesNotificationsByRole |
電話 | セキュリティ連絡先の電話番号 | 糸 |
SecurityContactPropertiesAlertNotifications
名前 | 形容 | 価値 |
---|---|---|
minimalSeverity | 電子メール通知として送信される最小限のアラートの重大度を定義します | 'High' 'Low' 'Medium' |
状態 | 新しいセキュリティ アラートに関する電子メール通知を送信するかどうかを定義します | 'Off' 'On' |
SecurityContactPropertiesNotificationsByRole
名前 | 形容 | 価値 |
---|---|---|
役割 | Microsoft Defender for Cloud から電子メール通知を受け取る RBAC ロールを定義します。 許可されている RBAC ロールの一覧: | 次のいずれかを含む文字列配列: 'AccountAdmin' 'Contributor' 'Owner' 'ServiceAdmin' |
状態 | AMicrosoft Defender for Cloud から、サブスクリプション上の特定の RBAC ロールを持つユーザーに電子メール通知を送信するかどうかを定義します。 | 'Off' 'On' |