Microsoft.Security securityContacts
The securityContacts resource type can be deployed to: Subscriptions.
To learn about subscription deployments, see Bicep or ARM template
Template format
To create a Microsoft.Security/securityContacts resource, add the following Bicep or JSON to your template.
resource symbolicname 'Microsoft.Security/securityContacts@2017-08-01-preview' = {
name: 'string'
properties: {
alertNotifications: 'string'
alertsToAdmins: 'string'
email: 'string'
phone: 'string'
}
}
Property values
securityContacts
Name | Description | Value |
---|---|---|
type | The resource type For Bicep, set this value in the resource declaration. |
'Microsoft.Security/securityContacts' |
apiVersion | The resource api version For Bicep, set this value in the resource declaration. |
'2017-08-01-preview' |
name | The resource name | string (required) Character limit: 1-260 Valid characters: Alphanumerics, underscores, and hyphens. |
properties | describes security contact properties | SecurityContactProperties |
SecurityContactProperties
Name | Description | Value |
---|---|---|
alertNotifications | Whether to send security alerts notifications to the security contact | 'Off' 'On' |
alertsToAdmins | Whether to send security alerts notifications to subscription admins | 'Off' 'On' |
The email of this security contact | string (required) | |
phone | The phone number of this security contact | string |