GetDirectorySelfServicePermission

data class GetDirectorySelfServicePermission(val changeComputeType: Boolean, val increaseVolumeSize: Boolean, val rebuildWorkspace: Boolean, val restartWorkspace: Boolean, val switchRunningMode: Boolean)

Constructors

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

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Whether WorkSpaces directory users can restart their workspace.

Link copied to clipboard

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