ActiveRoleAssignmentScheduleArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard

A 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 Pim Active Role Assignment to be created.