Role Management Policy Notification Rules Args
data class RoleManagementPolicyNotificationRulesArgs(val activeAssignments: Output<RoleManagementPolicyNotificationRulesActiveAssignmentsArgs>? = null, val eligibleActivations: Output<RoleManagementPolicyNotificationRulesEligibleActivationsArgs>? = null, val eligibleAssignments: Output<RoleManagementPolicyNotificationRulesEligibleAssignmentsArgs>? = null) : ConvertibleToJava<RoleManagementPolicyNotificationRulesArgs>
Constructors
Link copied to clipboard
constructor(activeAssignments: Output<RoleManagementPolicyNotificationRulesActiveAssignmentsArgs>? = null, eligibleActivations: Output<RoleManagementPolicyNotificationRulesEligibleActivationsArgs>? = null, eligibleAssignments: Output<RoleManagementPolicyNotificationRulesEligibleAssignmentsArgs>? = null)
Properties
Link copied to clipboard
A notification_target
block as defined below to configure notfications on active role assignments.
Link copied to clipboard
val eligibleActivations: Output<RoleManagementPolicyNotificationRulesEligibleActivationsArgs>? = null
A notification_target
block as defined below for configuring notifications on activation of eligible role.
Link copied to clipboard
val eligibleAssignments: Output<RoleManagementPolicyNotificationRulesEligibleAssignmentsArgs>? = null
A notification_target
block as defined below to configure notification on eligible role assignments. At least one notification_target
block must be provided.