Microsoft.Security securityContacts
Bicep リソース定義
securityContacts リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- サブスクリプションの - サブスクリプションのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Security/securityContacts リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Security/securityContacts@2023-12-01-preview' = {
name: 'string'
properties: {
emails: 'string'
isEnabled: bool
notificationsByRole: {
roles: [
'string'
]
state: 'string'
}
notificationsSources: [
{
sourceType: 'string'
// For remaining properties, see NotificationsSource objects
}
]
phone: 'string'
}
}
NotificationsSource オブジェクト
sourceType プロパティを設定して、オブジェクトの種類を指定します。
アラートの場合は、次を使用します。
{
minimalSeverity: 'string'
sourceType: 'Alert'
}
AttackPathの場合は、次を使用します。
{
minimalRiskLevel: 'string'
sourceType: 'AttackPath'
}
プロパティ値
Microsoft.Security/securityContacts
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | 'default' (必須) |
プロパティ | セキュリティ連絡先データ | SecurityContactProperties の |
NotificationsSource
名前 | 形容 | 価値 |
---|---|---|
sourceType | NotificationsSourceAlertの種類 |
'Alert' 'AttackPath' (必須) |
NotificationsSourceAlert
名前 | 形容 | 価値 |
---|---|---|
minimalSeverity | 電子メール通知として送信される最小限のアラートの重大度を定義します | 'High' 'Low' 'Medium' |
sourceType | 通知をトリガーするソースの種類 | 'Alert' (必須) |
NotificationsSourceAttackPath
名前 | 形容 | 価値 |
---|---|---|
minimalRiskLevel | 電子メール通知として送信される最小添付パス リスク レベルを定義します | 'Critical' 'High' 'Low' 'Medium' |
sourceType | 通知をトリガーするソースの種類 | 'AttackPath' (必須) |
SecurityContactProperties
名前 | 形容 | 価値 |
---|---|---|
emails | このセキュリティ連絡先で定義されている構成によって Microsoft Defender for Cloud から通知を受け取る電子メール アドレスの一覧。 | 糸 |
isEnabled | セキュリティ連絡先が有効かどうかを示します。 | bool |
notificationsByRole | サブスクリプション上の特定の RBAC ロールを持つユーザーに Microsoft Defender for Cloud から電子メール通知を送信するかどうかを定義します。 | SecurityContactPropertiesNotificationsByRole |
notificationsSources | 電子メール通知を評価するソースの種類のコレクション。 | NotificationsSource[] |
電話 | セキュリティ連絡先の電話番号 | 糸 |
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": "2023-12-01-preview",
"name": "string",
"properties": {
"emails": "string",
"isEnabled": "bool",
"notificationsByRole": {
"roles": [ "string" ],
"state": "string"
},
"notificationsSources": [ {
"sourceType": "string"
// For remaining properties, see NotificationsSource objects
} ],
"phone": "string"
}
}
NotificationsSource オブジェクト
sourceType プロパティを設定して、オブジェクトの種類を指定します。
アラートの場合は、次を使用します。
{
"minimalSeverity": "string",
"sourceType": "Alert"
}
AttackPathの場合は、次を使用します。
{
"minimalRiskLevel": "string",
"sourceType": "AttackPath"
}
プロパティ値
Microsoft.Security/securityContacts
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2023-12-01-preview' |
名前 | リソース名 | 'default' (必須) |
プロパティ | セキュリティ連絡先データ | SecurityContactProperties の |
種類 | リソースの種類 | 'Microsoft.Security/securityContacts' |
NotificationsSource
名前 | 形容 | 価値 |
---|---|---|
sourceType | NotificationsSourceAlertの種類 |
'Alert' 'AttackPath' (必須) |
NotificationsSourceAlert
名前 | 形容 | 価値 |
---|---|---|
minimalSeverity | 電子メール通知として送信される最小限のアラートの重大度を定義します | 'High' 'Low' 'Medium' |
sourceType | 通知をトリガーするソースの種類 | 'Alert' (必須) |
NotificationsSourceAttackPath
名前 | 形容 | 価値 |
---|---|---|
minimalRiskLevel | 電子メール通知として送信される最小添付パス リスク レベルを定義します | 'Critical' 'High' 'Low' 'Medium' |
sourceType | 通知をトリガーするソースの種類 | 'AttackPath' (必須) |
SecurityContactProperties
名前 | 形容 | 価値 |
---|---|---|
emails | このセキュリティ連絡先で定義されている構成によって Microsoft Defender for Cloud から通知を受け取る電子メール アドレスの一覧。 | 糸 |
isEnabled | セキュリティ連絡先が有効かどうかを示します。 | bool |
notificationsByRole | サブスクリプション上の特定の RBAC ロールを持つユーザーに Microsoft Defender for Cloud から電子メール通知を送信するかどうかを定義します。 | SecurityContactPropertiesNotificationsByRole |
notificationsSources | 電子メール通知を評価するソースの種類のコレクション。 | NotificationsSource[] |
電話 | セキュリティ連絡先の電話番号 | 糸 |
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@2023-12-01-preview"
name = "string"
body = jsonencode({
properties = {
emails = "string"
isEnabled = bool
notificationsByRole = {
roles = [
"string"
]
state = "string"
}
notificationsSources = [
{
sourceType = "string"
// For remaining properties, see NotificationsSource objects
}
]
phone = "string"
}
})
}
NotificationsSource オブジェクト
sourceType プロパティを設定して、オブジェクトの種類を指定します。
アラートの場合は、次を使用します。
{
minimalSeverity = "string"
sourceType = "Alert"
}
AttackPathの場合は、次を使用します。
{
minimalRiskLevel = "string"
sourceType = "AttackPath"
}
プロパティ値
Microsoft.Security/securityContacts
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | 'default' (必須) |
プロパティ | セキュリティ連絡先データ | SecurityContactProperties の |
種類 | リソースの種類 | "Microsoft.Security/securityContacts@2023-12-01-preview" |
NotificationsSource
名前 | 形容 | 価値 |
---|---|---|
sourceType | NotificationsSourceAlertの種類 |
'Alert' 'AttackPath' (必須) |
NotificationsSourceAlert
名前 | 形容 | 価値 |
---|---|---|
minimalSeverity | 電子メール通知として送信される最小限のアラートの重大度を定義します | 'High' 'Low' 'Medium' |
sourceType | 通知をトリガーするソースの種類 | 'Alert' (必須) |
NotificationsSourceAttackPath
名前 | 形容 | 価値 |
---|---|---|
minimalRiskLevel | 電子メール通知として送信される最小添付パス リスク レベルを定義します | 'Critical' 'High' 'Low' 'Medium' |
sourceType | 通知をトリガーするソースの種類 | 'AttackPath' (必須) |
SecurityContactProperties
名前 | 形容 | 価値 |
---|---|---|
emails | このセキュリティ連絡先で定義されている構成によって Microsoft Defender for Cloud から通知を受け取る電子メール アドレスの一覧。 | 糸 |
isEnabled | セキュリティ連絡先が有効かどうかを示します。 | bool |
notificationsByRole | サブスクリプション上の特定の RBAC ロールを持つユーザーに Microsoft Defender for Cloud から電子メール通知を送信するかどうかを定義します。 | SecurityContactPropertiesNotificationsByRole |
notificationsSources | 電子メール通知を評価するソースの種類のコレクション。 | NotificationsSource[] |
電話 | セキュリティ連絡先の電話番号 | 糸 |
SecurityContactPropertiesNotificationsByRole
名前 | 形容 | 価値 |
---|---|---|
役割 | Microsoft Defender for Cloud から電子メール通知を受け取る RBAC ロールを定義します。 許可されている RBAC ロールの一覧: | 次のいずれかを含む文字列配列: 'AccountAdmin' 'Contributor' 'Owner' 'ServiceAdmin' |
状態 | AMicrosoft Defender for Cloud から、サブスクリプション上の特定の RBAC ロールを持つユーザーに電子メール通知を送信するかどうかを定義します。 | 'Off' 'On' |