DirectorySelfServicePermissionsArgs

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

Link copied to clipboard
constructor(changeComputeType: Output<Boolean>? = null, increaseVolumeSize: Output<Boolean>? = null, rebuildWorkspace: Output<Boolean>? = null, restartWorkspace: Output<Boolean>? = null, switchRunningMode: Output<Boolean>? = null)

Properties

Link copied to clipboard
val changeComputeType: Output<Boolean>? = null

Whether WorkSpaces directory users can change the compute type (bundle) for their workspace. Default false.

Link copied to clipboard
val increaseVolumeSize: Output<Boolean>? = null

Whether WorkSpaces directory users can increase the volume size of the drives on their workspace. Default false.

Link copied to clipboard
val rebuildWorkspace: Output<Boolean>? = null

Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state. Default false.

Link copied to clipboard
val restartWorkspace: Output<Boolean>? = null

Whether WorkSpaces directory users can restart their workspace. Default true.

Link copied to clipboard
val switchRunningMode: Output<Boolean>? = null

Whether WorkSpaces directory users can switch the running mode of their workspace. Default false.

Functions

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