ActiveRoleAssignmentScheduleArgs

data class ActiveRoleAssignmentScheduleArgs(val expiration: Output<ActiveRoleAssignmentScheduleExpirationArgs>? = null, val startDateTime: Output<String>? = null) : ConvertibleToJava<ActiveRoleAssignmentScheduleArgs>

Constructors

Link copied to clipboard
constructor(expiration: Output<ActiveRoleAssignmentScheduleExpirationArgs>? = null, startDateTime: Output<String>? = null)

Properties

Link copied to clipboard

An expiration block as defined above.

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

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

Functions

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