Role Management Policy Notification Rules
data class RoleManagementPolicyNotificationRules(val activeAssignments: RoleManagementPolicyNotificationRulesActiveAssignments? = null, val eligibleActivations: RoleManagementPolicyNotificationRulesEligibleActivations? = null, val eligibleAssignments: RoleManagementPolicyNotificationRulesEligibleAssignments? = null)
Constructors
Link copied to clipboard
constructor(activeAssignments: RoleManagementPolicyNotificationRulesActiveAssignments? = null, eligibleActivations: RoleManagementPolicyNotificationRulesEligibleActivations? = null, eligibleAssignments: RoleManagementPolicyNotificationRulesEligibleAssignments? = null)
Properties
Link copied to clipboard
A notification_target
block as defined below to configure notfications on active role assignments.
Link copied to clipboard
A notification_target
block as defined below for configuring notifications on activation of eligible role.
Link copied to clipboard
A notification_target
block as defined below to configure notification on eligible role assignments. At least one notification_target
block must be provided.