Get Security Contact Result
data class GetSecurityContactResult(val azureApiVersion: String, val emails: String? = null, val id: String, val isEnabled: Boolean? = null, val name: String, val notificationsByRole: SecurityContactPropertiesResponseNotificationsByRole? = null, val notificationsSources: List<Either<NotificationsSourceAlertResponse, NotificationsSourceAttackPathResponse>>? = 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(azureApiVersion: String, emails: String? = null, id: String, isEnabled: Boolean? = null, name: String, notificationsByRole: SecurityContactPropertiesResponseNotificationsByRole? = null, notificationsSources: List<Either<NotificationsSourceAlertResponse, NotificationsSourceAttackPathResponse>>? = null, phone: String? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
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 notificationsSources: List<Either<NotificationsSourceAlertResponse, NotificationsSourceAttackPathResponse>>? = null
A collection of sources types which evaluate the email notification.