GetSecurityContactResult

data class GetSecurityContactResult(val alertNotifications: SecurityContactPropertiesResponseAlertNotifications? = null, val emails: String? = null, val id: String, val name: String, val notificationsByRole: SecurityContactPropertiesResponseNotificationsByRole? = null, val phone: String? = null, val type: String)

Contact details and configurations for notifications coming from Microsoft Defender for Cloud.

Constructors

Link copied to clipboard
constructor(alertNotifications: SecurityContactPropertiesResponseAlertNotifications? = null, emails: String? = null, id: String, name: String, notificationsByRole: SecurityContactPropertiesResponseNotificationsByRole? = null, phone: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines whether to send email notifications about new security alerts

Link copied to clipboard
val emails: String? = null

List of email addresses which will get notifications from Microsoft Defender for Cloud by the configurations defined in this security contact.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource name

Link copied to clipboard

Defines whether to send email notifications from Microsoft Defender for Cloud to persons with specific RBAC roles on the subscription.

Link copied to clipboard
val phone: String? = null

The security contact's phone number

Link copied to clipboard

Resource type