ActiveRoleAssignmentSchedule

data class ActiveRoleAssignmentSchedule(val expiration: ActiveRoleAssignmentScheduleExpiration? = null, val startDateTime: String? = null)

Constructors

Link copied to clipboard
constructor(expiration: ActiveRoleAssignmentScheduleExpiration? = null, startDateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An expiration block as defined above.

Link copied to clipboard
val startDateTime: String? = null

The start date/time of the role assignment. Changing this forces a new resource to be created.