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:
- Access
Token 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 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 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.
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.