Show / Hide Table of Contents

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 Source

ChangeComputeType

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>
View Source

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>
View Source

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>
View Source

RestartWorkspace

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

Declaration
public readonly bool? RestartWorkspace
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.