ServiceNotificationsArgs

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

Constructors

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

Properties

Link copied to clipboard
val additionalRecipients: Output<List<String>>? = null

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

Link copied to clipboard
val notifyDcAdmins: Output<Boolean>? = null

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

Link copied to clipboard
val notifyGlobalAdmins: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ServiceNotificationsArgs