GovernanceRuleEmailNotificationArgs

data class GovernanceRuleEmailNotificationArgs(val disableManagerEmailNotification: Output<Boolean>? = null, val disableOwnerEmailNotification: Output<Boolean>? = null) : ConvertibleToJava<GovernanceRuleEmailNotificationArgs>

The governance email weekly notification configuration

Constructors

Link copied to clipboard
constructor(disableManagerEmailNotification: Output<Boolean>? = null, disableOwnerEmailNotification: Output<Boolean>? = null)

Properties

Link copied to clipboard

Defines whether manager email notifications are disabled

Link copied to clipboard

Defines whether owner email notifications are disabled

Functions

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