Active Role Assignment Schedule Expiration Args
data class ActiveRoleAssignmentScheduleExpirationArgs(val durationDays: Output<Int>? = null, val durationHours: Output<Int>? = null, val endDateTime: Output<String>? = null) : ConvertibleToJava<ActiveRoleAssignmentScheduleExpirationArgs>
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.