GetFolder

Use this data source to get information about a Google Cloud Folder.

Using GetFolder

function getFolder(args: GetFolderArgs, opts?: InvokeOptions): Promise<GetFolderResult>
function  get_folder(folder=None, lookup_organization=None, opts=None)
func LookupFolder(ctx *Context, args *LookupFolderArgs, opts ...InvokeOption) (*LookupFolderResult, error)

Note: This function is named LookupFolder in the Go SDK.

public static class GetFolder {
    public static Task<GetFolderResult> InvokeAsync(GetFolderArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Folder string

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

LookupOrganization bool

true to find the organization that the folder belongs, false to avoid the lookup. It searches up the tree. (defaults to false)

Folder string

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

LookupOrganization bool

true to find the organization that the folder belongs, false to avoid the lookup. It searches up the tree. (defaults to false)

folder string

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

lookupOrganization boolean

true to find the organization that the folder belongs, false to avoid the lookup. It searches up the tree. (defaults to false)

folder str

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

lookup_organization bool

true to find the organization that the folder belongs, false to avoid the lookup. It searches up the tree. (defaults to false)

GetFolder Result

The following output properties are available:

CreateTime string

Timestamp when the Organization was created. A timestamp in RFC3339 UTC “Zulu” format, accurate to nanoseconds. Example: “2014-10-02T15:01:23.045123456Z”.

DisplayName string

The folder’s display name.

Folder string
Id string

The provider-assigned unique ID for this managed resource.

LifecycleState string

The Folder’s current lifecycle state.

Name string

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

Organization string

If lookup_organization is enable, the resource name of the Organization that the folder belongs.

Parent string

The resource name of the parent Folder or Organization.

LookupOrganization bool
CreateTime string

Timestamp when the Organization was created. A timestamp in RFC3339 UTC “Zulu” format, accurate to nanoseconds. Example: “2014-10-02T15:01:23.045123456Z”.

DisplayName string

The folder’s display name.

Folder string
Id string

The provider-assigned unique ID for this managed resource.

LifecycleState string

The Folder’s current lifecycle state.

Name string

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

Organization string

If lookup_organization is enable, the resource name of the Organization that the folder belongs.

Parent string

The resource name of the parent Folder or Organization.

LookupOrganization bool
createTime string

Timestamp when the Organization was created. A timestamp in RFC3339 UTC “Zulu” format, accurate to nanoseconds. Example: “2014-10-02T15:01:23.045123456Z”.

displayName string

The folder’s display name.

folder string
id string

The provider-assigned unique ID for this managed resource.

lifecycleState string

The Folder’s current lifecycle state.

name string

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

organization string

If lookup_organization is enable, the resource name of the Organization that the folder belongs.

parent string

The resource name of the parent Folder or Organization.

lookupOrganization boolean
create_time str

Timestamp when the Organization was created. A timestamp in RFC3339 UTC “Zulu” format, accurate to nanoseconds. Example: “2014-10-02T15:01:23.045123456Z”.

display_name str

The folder’s display name.

folder str
id str

The provider-assigned unique ID for this managed resource.

lifecycle_state str

The Folder’s current lifecycle state.

name str

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

organization str

If lookup_organization is enable, the resource name of the Organization that the folder belongs.

parent str

The resource name of the parent Folder or Organization.

lookup_organization bool

Package Details

Repository
https://github.com/pulumi/pulumi-gcp
License
Apache-2.0
Notes
This Pulumi package is based on the google-beta Terraform Provider.