Active Role Assignment Schedule Expiration
data class ActiveRoleAssignmentScheduleExpiration(val durationDays: Int? = null, val durationHours: Int? = null, val endDateTime: String? = null)
Properties
Link copied to clipboard
The duration of the role assignment in days. Changing this forces a new resource to be created.
Link copied to clipboard
The duration of the role assignment in hours. Changing this forces a new resource to be created.
Link copied to clipboard
The end date/time of the role assignment. Changing this forces a new resource to be created.