ServiceNotifications

data class ServiceNotifications(val additionalRecipients: List<String>? = null, val notifyDcAdmins: Boolean? = null, val notifyGlobalAdmins: Boolean? = null)

Constructors

Link copied to clipboard
constructor(additionalRecipients: List<String>? = null, notifyDcAdmins: Boolean? = null, notifyGlobalAdmins: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of additional email addresses to notify when there are alerts in the managed domain.

Link copied to clipboard
val notifyDcAdmins: Boolean? = null

Whether to notify members of the AAD DC Administrators group when there are alerts in the managed domain.

Link copied to clipboard

Whether to notify all Global Administrators when there are alerts in the managed domain.