Role Management Policy Eligible Assignment Rules Args
data class RoleManagementPolicyEligibleAssignmentRulesArgs(val expirationRequired: Output<Boolean>? = null, val expireAfter: Output<String>? = null) : ConvertibleToJava<RoleManagementPolicyEligibleAssignmentRulesArgs>
Properties
Link copied to clipboard
Must an assignment have an expiry date. false
allows permanent assignment.
Link copied to clipboard
The maximum length of time an assignment can be valid, as an ISO8601 duration. Permitted values: P15D
, P30D
, P90D
, P180D
, or P365D
. One of expiration_required
or expire_after
must be provided.