NotificationSettingsResponse

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

Settings for notification

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of additional recipients

Link copied to clipboard
val notifyDcAdmins: String? = null

Should domain controller admins be notified

Link copied to clipboard

Should global admins be notified