Class DirectorySelfServicePermissions
Inheritance
System.Object
DirectorySelfServicePermissions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Workspaces.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DirectorySelfServicePermissions
Fields
View SourceChangeComputeType
Whether WorkSpaces directory users can change the compute type (bundle) for their workspace. Default false.
Declaration
public readonly bool? ChangeComputeType
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IncreaseVolumeSize
Whether WorkSpaces directory users can increase the volume size of the drives on their workspace. Default false.
Declaration
public readonly bool? IncreaseVolumeSize
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
RebuildWorkspace
Whether WorkSpaces directory users can rebuild the operating system of a workspace to its original state. Default false.
Declaration
public readonly bool? RebuildWorkspace
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
RestartWorkspace
Whether WorkSpaces directory users can restart their workspace. Default true.
Declaration
public readonly bool? RestartWorkspace
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
SwitchRunningMode
Whether WorkSpaces directory users can switch the running mode of their workspace. Default false.
Declaration
public readonly bool? SwitchRunningMode
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |