SecurityContactProperties interface
Describes security contact properties
Properties
| emails | List of email addresses which will get notifications from Microsoft Defender for Cloud by the configurations defined in this security contact. |
| is |
Indicates whether the security contact is enabled. |
| notifications |
Defines whether to send email notifications from Microsoft Defender for Cloud to persons with specific RBAC roles on the subscription. |
| notifications |
A collection of sources types which evaluate the email notification. |
| phone | The security contact's phone number |
Property Details
emails
List of email addresses which will get notifications from Microsoft Defender for Cloud by the configurations defined in this security contact.
emails?: string
Property Value
string
isEnabled
Indicates whether the security contact is enabled.
isEnabled?: boolean
Property Value
boolean
notificationsByRole
Defines whether to send email notifications from Microsoft Defender for Cloud to persons with specific RBAC roles on the subscription.
notificationsByRole?: SecurityContactPropertiesNotificationsByRole
Property Value
notificationsSources
A collection of sources types which evaluate the email notification.
notificationsSources?: NotificationsSourceUnion[]
Property Value
phone
The security contact's phone number
phone?: string
Property Value
string