Class GetFolderResult
Inheritance
System.Object
GetFolderResult
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 GetFolderResult
Fields
View SourceCreateTime
Timestamp when the Organization was created. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
Declaration
public readonly string CreateTime
Field Value
| Type | Description |
|---|---|
| System.String |
DisplayName
The folder's display name.
Declaration
public readonly string DisplayName
Field Value
| Type | Description |
|---|---|
| System.String |
Folder
Declaration
public readonly string Folder
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LifecycleState
The Folder's current lifecycle state.
Declaration
public readonly string LifecycleState
Field Value
| Type | Description |
|---|---|
| System.String |
LookupOrganization
Declaration
public readonly bool? LookupOrganization
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
The resource name of the Folder in the form folders/{folder_id}.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Organization
If lookup_organization is enable, the resource name of the Organization that the folder belongs.
Declaration
public readonly string Organization
Field Value
| Type | Description |
|---|---|
| System.String |
Parent
The resource name of the parent Folder or Organization.
Declaration
public readonly string Parent
Field Value
| Type | Description |
|---|---|
| System.String |