GetProject

Retrieve information about a set of projects based on a filter. See the REST API for more details.

Using GetProject

function getProject(args: GetProjectArgs, opts?: InvokeOptions): Promise<GetProjectResult>
function  get_project(filter=None, opts=None)
func GetProject(ctx *Context, args *GetProjectArgs, opts ...InvokeOption) (*GetProjectResult, error)
public static class GetProject {
    public static Task<GetProjectResult> InvokeAsync(GetProjectArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Filter string

A string filter as defined in the REST API.

Filter string

A string filter as defined in the REST API.

filter string

A string filter as defined in the REST API.

filter str

A string filter as defined in the REST API.

GetProject Result

The following output properties are available:

Filter string
Id string

The provider-assigned unique ID for this managed resource.

Projects List<GetProjectProject>

A list of projects matching the provided filter. Structure is defined below.

Filter string
Id string

The provider-assigned unique ID for this managed resource.

Projects []GetProjectProject

A list of projects matching the provided filter. Structure is defined below.

filter string
id string

The provider-assigned unique ID for this managed resource.

projects GetProjectProject[]

A list of projects matching the provided filter. Structure is defined below.

filter str
id str

The provider-assigned unique ID for this managed resource.

projects List[GetProjectProject]

A list of projects matching the provided filter. Structure is defined below.

Supporting Types

GetProjectProject

See the output API doc for this type.

See the output API doc for this type.

See the output API doc for this type.

ProjectId string

The project id of the project.

ProjectId string

The project id of the project.

projectId string

The project id of the project.

project_id str

The project id of the project.

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.