Get Role Management Policy Notification Rule
data class GetRoleManagementPolicyNotificationRule(val activeAssignments: List<GetRoleManagementPolicyNotificationRuleActiveAssignment>, val eligibleActivations: List<GetRoleManagementPolicyNotificationRuleEligibleActivation>, val eligibleAssignments: List<GetRoleManagementPolicyNotificationRuleEligibleAssignment>)
Constructors
Link copied to clipboard
constructor(activeAssignments: List<GetRoleManagementPolicyNotificationRuleActiveAssignment>, eligibleActivations: List<GetRoleManagementPolicyNotificationRuleEligibleActivation>, eligibleAssignments: List<GetRoleManagementPolicyNotificationRuleEligibleAssignment>)
Properties
Link copied to clipboard
A notification_target
block as defined below with the details of notfications on active role assignments.
Link copied to clipboard
A notification_target
block as defined below with the details of notifications on activation of eligible role.
Link copied to clipboard
A notification_target
block as defined below with the details of notifications on eligible role assignments.