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:
GetProject Result
The following output properties are available:
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.
- 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-betaTerraform Provider.