Service Notifications Args
data class ServiceNotificationsArgs(val additionalRecipients: Output<List<String>>? = null, val notifyDcAdmins: Output<Boolean>? = null, val notifyGlobalAdmins: Output<Boolean>? = null) : ConvertibleToJava<ServiceNotificationsArgs>
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
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.