ActiveRoleAssignmentScheduleExpirationArgs

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

Constructors

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

Properties

Link copied to clipboard
val durationDays: Output<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: Output<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: Output<String>? = null

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

Functions

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