azure-native.authorization.getClientConfig
Explore with Pulumi AI
Use this function to access the current configuration of the native Azure 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: azure-native:authorization:getClientConfig
arguments:
# arguments dictionary
getClientConfig Result
The following output properties are available:
- Client
Id string Azure Client ID (Application Object ID).
- Object
Id string Azure Object ID of the current user or service principal.
- Subscription
Id string Azure Subscription ID
- Tenant
Id string Azure Tenant ID
- Client
Id string Azure Client ID (Application Object ID).
- Object
Id string Azure Object ID of the current user or service principal.
- Subscription
Id string Azure Subscription ID
- Tenant
Id string Azure Tenant ID
- client
Id String Azure Client ID (Application Object ID).
- object
Id String Azure Object ID of the current user or service principal.
- subscription
Id String Azure Subscription ID
- tenant
Id String Azure Tenant ID
- client
Id string Azure Client ID (Application Object ID).
- object
Id string Azure Object ID of the current user or service principal.
- subscription
Id string Azure Subscription ID
- tenant
Id 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
- client
Id String Azure Client ID (Application Object ID).
- object
Id String Azure Object ID of the current user or service principal.
- subscription
Id String Azure Subscription ID
- tenant
Id String Azure Tenant ID
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0