Class FolderArgs
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.Gcp.Organizations
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FolderArgs : ResourceArgs
Constructors
View SourceFolderArgs()
Declaration
public FolderArgs()
Properties
View SourceDisplayName
The folder’s display name. A folder’s display name must be unique amongst its siblings, e.g. no two folders with the same parent can share the same display name. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be no longer than 30 characters.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Parent
The resource name of the parent Folder or Organization.
Must be of the form folders/{folder_id} or organizations/{org_id}.
Declaration
public Input<string> Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |