EligibleRoleAssignmentScheduleExpiration

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

Constructors

Link copied to clipboard
fun EligibleRoleAssignmentScheduleExpiration(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. Conflicts with schedule.0.expiration.0.duration_hours,schedule.0.expiration.0.end_date_time Changing this forces a new Pim Eligible Role Assignment to be created.

Link copied to clipboard
val durationHours: Int? = null

The duration of the role assignment in hours. Conflicts with schedule.0.expiration.0.duration_days,schedule.0.expiration.0.end_date_time Changing this forces a new Pim Eligible Role Assignment to be created.

Link copied to clipboard
val endDateTime: String? = null

The end date time of the role assignment. Conflicts with schedule.0.expiration.0.duration_days,schedule.0.expiration.0.duration_hours Changing this forces a new Pim Eligible Role Assignment to be created.