ActiveRoleAssignmentScheduleExpiration

data class ActiveRoleAssignmentScheduleExpiration(val durationDays: Int? = null, val durationHours: Int? = null, val endDateTime: String? = null)

Constructors

Link copied to clipboard
constructor(durationDays: Int? = null, durationHours: Int? = null, endDateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val durationDays: Int? = null

The duration of the role assignment in days. Changing this forces a new resource to be created.

Link copied to clipboard
val durationHours: Int? = null

The duration of the role assignment in hours. Changing this forces a new resource to be created.

Link copied to clipboard
val endDateTime: String? = null

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