Governance Rule Email Notification Args
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
fun GovernanceRuleEmailNotificationArgs(disableManagerEmailNotification: Output<Boolean>? = null, disableOwnerEmailNotification: Output<Boolean>? = null)