Show / Hide Table of Contents

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 Source

CreateTime

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

DisplayName

The folder's display name.

Declaration
public readonly string DisplayName
Field Value
Type Description
System.String
View Source

Folder

Declaration
public readonly string Folder
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

LifecycleState

The Folder's current lifecycle state.

Declaration
public readonly string LifecycleState
Field Value
Type Description
System.String
View Source

LookupOrganization

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

Name

The resource name of the Folder in the form folders/{folder_id}.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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

Parent

The resource name of the parent Folder or Organization.

Declaration
public readonly string Parent
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.