Class FolderState
Inherited Members
Namespace: Pulumi.Gcp.Organizations
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FolderState : ResourceArgs
Constructors
View SourceFolderState()
Declaration
public FolderState()
Properties
View SourceCreateTime
Timestamp when the Folder was created. Assigned by the server. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
Declaration
public Input<string> CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisplayName
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> |
LifecycleState
The lifecycle state of the folder such as ACTIVE or DELETE_REQUESTED.
Declaration
public Input<string> LifecycleState { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The resource name of the Folder. Its format is folders/{folder_id}.
Declaration
public Input<string> Name { 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> |