ActiveRoleAssignmentScheduleExpirationArgs

data class ActiveRoleAssignmentScheduleExpirationArgs(val durationDays: Output<Int>? = null, val durationHours: Output<Int>? = null, val endDateTime: Output<String>? = null) : ConvertibleToJava<ActiveRoleAssignmentScheduleExpirationArgs>

Constructors

fun ActiveRoleAssignmentScheduleExpirationArgs(durationDays: Output<Int>? = null, durationHours: Output<Int>? = null, endDateTime: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ActiveRoleAssignmentScheduleExpirationArgs

Properties

Link copied to clipboard
val durationDays: Output<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 Active Role Assignment to be created.

Link copied to clipboard
val durationHours: Output<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 Active Role Assignment to be created.

Link copied to clipboard
val endDateTime: Output<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 Active Role Assignment to be created.