google-native logo
Google Cloud Native v0.30.0, Apr 14 23

google-native.authorization.getClientConfig

Explore with Pulumi AI

Use this function to access the current configuration of the native Google provider.

Using getClientConfig

function getClientConfig(opts?: InvokeOptions): Promise<GetClientConfigResult>
def get_client_config(opts: Optional[InvokeOptions] = None) -> GetClientConfigResult
func GetClientConfig(ctx *Context, opts ...InvokeOption) (*GetClientConfigResult, error)

> Note: This function is named GetClientConfig in the Go SDK.

public static class GetClientConfig 
{
    public static Task<GetClientConfigResult> InvokeAsync(InvokeOptions? opts = null)
}
public static CompletableFuture<GetClientConfigResult> getClientConfig(InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: google-native:authorization:getClientConfig
  arguments:
    # arguments dictionary

getClientConfig Result

The following output properties are available:

Project string

Project of the current user.

Region string

Google Cloud region

Zone string

Google Cloud zone

Project string

Project of the current user.

Region string

Google Cloud region

Zone string

Google Cloud zone

project String

Project of the current user.

region String

Google Cloud region

zone String

Google Cloud zone

project string

Project of the current user.

region string

Google Cloud region

zone string

Google Cloud zone

project str

Project of the current user.

region str

Google Cloud region

zone str

Google Cloud zone

project String

Project of the current user.

region String

Google Cloud region

zone String

Google Cloud zone

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0