GetClientConfig

Use this data source to access the configuration of the Google Cloud provider.

Using GetClientConfig

function getClientConfig(opts?: InvokeOptions): Promise<GetClientConfigResult>
function  get_client_config(opts=None)
func GetClientConfig(ctx *Context, opts ...InvokeOption) (*GetClientConfigResult, error)
public static class GetClientConfig {
    public static Task<GetClientConfigResult> InvokeAsync(InvokeOptions? opts = null)
}

GetClientConfig Result

The following output properties are available:

AccessToken string

The OAuth2 access token used by the client to authenticate against the Google Cloud API.

Id string

The provider-assigned unique ID for this managed resource.

Project string

The ID of the project to apply any resources to.

Region string

The region to operate under.

Zone string

The zone to operate under.

AccessToken string

The OAuth2 access token used by the client to authenticate against the Google Cloud API.

Id string

The provider-assigned unique ID for this managed resource.

Project string

The ID of the project to apply any resources to.

Region string

The region to operate under.

Zone string

The zone to operate under.

accessToken string

The OAuth2 access token used by the client to authenticate against the Google Cloud API.

id string

The provider-assigned unique ID for this managed resource.

project string

The ID of the project to apply any resources to.

region string

The region to operate under.

zone string

The zone to operate under.

access_token str

The OAuth2 access token used by the client to authenticate against the Google Cloud API.

id str

The provider-assigned unique ID for this managed resource.

project str

The ID of the project to apply any resources to.

region str

The region to operate under.

zone str

The zone to operate under.

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.