RoleEligibilityScheduleRequestPropertiesExpirationArgs

data class RoleEligibilityScheduleRequestPropertiesExpirationArgs(val duration: Output<String>? = null, val endDateTime: Output<String>? = null, val type: Output<Either<String, Type>>? = null) : ConvertibleToJava<RoleEligibilityScheduleRequestPropertiesExpirationArgs>

Expiration of the role eligibility schedule

Constructors

constructor(duration: Output<String>? = null, endDateTime: Output<String>? = null, type: Output<Either<String, Type>>? = null)

Properties

Link copied to clipboard
val duration: Output<String>? = null

Duration of the role eligibility schedule in TimeSpan.

Link copied to clipboard
val endDateTime: Output<String>? = null

End DateTime of the role eligibility schedule.

Link copied to clipboard
val type: Output<Either<String, Type>>? = null

Type of the role eligibility schedule expiration

Functions

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