ActiveRoleAssignmentSchedule

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A 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 Pim Active Role Assignment to be created.