Get Security Contact Result
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)