RoleManagementPolicyEligibleAssignmentRules

data class RoleManagementPolicyEligibleAssignmentRules(val expirationRequired: Boolean? = null, val expireAfter: String? = null)

Constructors

constructor(expirationRequired: Boolean? = null, expireAfter: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Must an assignment have an expiry date. false allows permanent assignment.

Link copied to clipboard
val expireAfter: String? = null

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.