GetServiceNotification

data class GetServiceNotification(val additionalRecipients: List<String>, val notifyDcAdmins: Boolean, val notifyGlobalAdmins: Boolean)

Constructors

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

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

Whethermembers of the AAD DC Administrators group are notified when there are alerts in the managed domain.

Link copied to clipboard

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