GetActiveFolder

Get an active folder within GCP by display_name and parent.

Using GetActiveFolder

function getActiveFolder(args: GetActiveFolderArgs, opts?: InvokeOptions): Promise<GetActiveFolderResult>
function  get_active_folder(display_name=None, parent=None, opts=None)
func GetActiveFolder(ctx *Context, args *GetActiveFolderArgs, opts ...InvokeOption) (*GetActiveFolderResult, error)
public static class GetActiveFolder {
    public static Task<GetActiveFolderResult> InvokeAsync(GetActiveFolderArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

DisplayName string

The folder’s display name.

Parent string

The resource name of the parent Folder or Organization.

DisplayName string

The folder’s display name.

Parent string

The resource name of the parent Folder or Organization.

displayName string

The folder’s display name.

parent string

The resource name of the parent Folder or Organization.

display_name str

The folder’s display name.

parent str

The resource name of the parent Folder or Organization.

GetActiveFolder Result

The following output properties are available:

DisplayName string
Id string

The provider-assigned unique ID for this managed resource.

Name string

The resource name of the Folder. This uniquely identifies the folder.

Parent string
DisplayName string
Id string

The provider-assigned unique ID for this managed resource.

Name string

The resource name of the Folder. This uniquely identifies the folder.

Parent string
displayName string
id string

The provider-assigned unique ID for this managed resource.

name string

The resource name of the Folder. This uniquely identifies the folder.

parent string
display_name str
id str

The provider-assigned unique ID for this managed resource.

name str

The resource name of the Folder. This uniquely identifies the folder.

parent str

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.