Directory Self Service Permissions Args
data class DirectorySelfServicePermissionsArgs(val changeComputeType: Output<Boolean>? = null, val increaseVolumeSize: Output<Boolean>? = null, val rebuildWorkspace: Output<Boolean>? = null, val restartWorkspace: Output<Boolean>? = null, val switchRunningMode: Output<Boolean>? = null) : ConvertibleToJava<DirectorySelfServicePermissionsArgs>
Constructors
Properties
Link copied to clipboard
Whether WorkSpaces directory users can change the compute type (bundle) for their workspace. Default false.
Link copied to clipboard
Whether WorkSpaces directory users can increase the volume size of the drives on their workspace. Default false.
Link copied to clipboard
Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state. Default false.
Link copied to clipboard
Whether WorkSpaces directory users can restart their workspace. Default true.
Link copied to clipboard
Whether WorkSpaces directory users can switch the running mode of their workspace. Default false.