1. Packages
  2. Azure Native v2
  3. API Docs
  4. authorization
  5. getClientConfig
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.authorization.getClientConfig

Explore with Pulumi AI

azure-native-v2 logo
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

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

    Using getClientConfig

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

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

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

    public static class GetClientConfig 
    {
        public static Task<GetClientConfigResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetClientConfigResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClientConfigResult> getClientConfig(InvokeOptions options)
    public static Output<GetClientConfigResult> getClientConfig(InvokeOptions options)
    
    fn::invoke:
      function: azure-native:authorization:getClientConfig
      arguments:
        # arguments dictionary

    getClientConfig Result

    The following output properties are available:

    ClientId string
    Azure Client ID (Application Object ID).
    ObjectId string
    Azure Object ID of the current user or service principal.
    SubscriptionId string
    Azure Subscription ID
    TenantId string
    Azure Tenant ID
    ClientId string
    Azure Client ID (Application Object ID).
    ObjectId string
    Azure Object ID of the current user or service principal.
    SubscriptionId string
    Azure Subscription ID
    TenantId string
    Azure Tenant ID
    clientId String
    Azure Client ID (Application Object ID).
    objectId String
    Azure Object ID of the current user or service principal.
    subscriptionId String
    Azure Subscription ID
    tenantId String
    Azure Tenant ID
    clientId string
    Azure Client ID (Application Object ID).
    objectId string
    Azure Object ID of the current user or service principal.
    subscriptionId string
    Azure Subscription ID
    tenantId string
    Azure Tenant ID
    client_id str
    Azure Client ID (Application Object ID).
    object_id str
    Azure Object ID of the current user or service principal.
    subscription_id str
    Azure Subscription ID
    tenant_id str
    Azure Tenant ID
    clientId String
    Azure Client ID (Application Object ID).
    objectId String
    Azure Object ID of the current user or service principal.
    subscriptionId String
    Azure Subscription ID
    tenantId String
    Azure Tenant ID

    Package Details

    Repository
    azure-native-v2 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v2 logo
    These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
    Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi