DirectorySelfServicePermissions class
Constructors
-
DirectorySelfServicePermissions({Input<bool?>? changeComputeType, Input<bool?>? increaseVolumeSize, Input<bool?>? rebuildWorkspace, Input<bool?>? restartWorkspace, Input<bool?>? switchRunningMode})
-
Creates a new DirectorySelfServicePermissions.
changeComputeType Whether WorkSpaces directory users can change the compute type (bundle) for their workspace. Default false.
increaseVolumeSize Whether WorkSpaces directory users can increase the volume size of the drives on their workspace. Default false.
rebuildWorkspace Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state. Default false.
restartWorkspace Whether WorkSpaces directory users can restart their workspace. Default true.
switchRunningMode Whether WorkSpaces directory users can switch the running mode of their workspace. Default false.
const
-
DirectorySelfServicePermissions.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
changeComputeType
→ Input<bool?>?
-
Whether WorkSpaces directory users can change the compute type (bundle) for their workspace. Default
false.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
increaseVolumeSize
→ Input<bool?>?
-
Whether WorkSpaces directory users can increase the volume size of the drives on their workspace. Default
false.
final
-
rebuildWorkspace
→ Input<bool?>?
-
Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state. Default
false.
final
-
restartWorkspace
→ Input<bool?>?
-
Whether WorkSpaces directory users can restart their workspace. Default
true.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
switchRunningMode
→ Input<bool?>?
-
Whether WorkSpaces directory users can switch the running mode of their workspace. Default
false.
final