eligible Assignments
suspend fun eligibleAssignments(value: Output<RoleManagementPolicyNotificationRulesEligibleAssignmentsArgs>)
suspend fun eligibleAssignments(value: RoleManagementPolicyNotificationRulesEligibleAssignmentsArgs?)
Parameters
value
A notification_target
block as defined below to configure notification on eligible role assignments. At least one notification_target
block must be provided.
suspend fun eligibleAssignments(argument: suspend RoleManagementPolicyNotificationRulesEligibleAssignmentsArgsBuilder.() -> Unit)
Parameters
argument
A notification_target
block as defined below to configure notification on eligible role assignments. At least one notification_target
block must be provided.