DirectorySelfServicePermissions

data class DirectorySelfServicePermissions(val changeComputeType: Boolean? = null, val increaseVolumeSize: Boolean? = null, val rebuildWorkspace: Boolean? = null, val restartWorkspace: Boolean? = null, val switchRunningMode: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

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.