This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.8.0 published on Wednesday, Sep 3, 2025 by Pulumi
azure-native.apimanagement.getClientApplication
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.8.0 published on Wednesday, Sep 3, 2025 by Pulumi
Gets the details of the client application specified by its identifier.
Uses Azure REST API version 2024-10-01-preview.
Using getClientApplication
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 getClientApplication(args: GetClientApplicationArgs, opts?: InvokeOptions): Promise<GetClientApplicationResult>
function getClientApplicationOutput(args: GetClientApplicationOutputArgs, opts?: InvokeOptions): Output<GetClientApplicationResult>
def get_client_application(client_application_id: Optional[str] = None,
resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClientApplicationResult
def get_client_application_output(client_application_id: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClientApplicationResult]
func LookupClientApplication(ctx *Context, args *LookupClientApplicationArgs, opts ...InvokeOption) (*LookupClientApplicationResult, error)
func LookupClientApplicationOutput(ctx *Context, args *LookupClientApplicationOutputArgs, opts ...InvokeOption) LookupClientApplicationResultOutput
> Note: This function is named LookupClientApplication
in the Go SDK.
public static class GetClientApplication
{
public static Task<GetClientApplicationResult> InvokeAsync(GetClientApplicationArgs args, InvokeOptions? opts = null)
public static Output<GetClientApplicationResult> Invoke(GetClientApplicationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetClientApplicationResult> getClientApplication(GetClientApplicationArgs args, InvokeOptions options)
public static Output<GetClientApplicationResult> getClientApplication(GetClientApplicationArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:apimanagement:getClientApplication
arguments:
# arguments dictionary
The following arguments are supported:
- Client
Application stringId - Client Application identifier. Must be unique in the current API Management service instance.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Service
Name string - The name of the API Management service.
- Client
Application stringId - Client Application identifier. Must be unique in the current API Management service instance.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Service
Name string - The name of the API Management service.
- client
Application StringId - Client Application identifier. Must be unique in the current API Management service instance.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- service
Name String - The name of the API Management service.
- client
Application stringId - Client Application identifier. Must be unique in the current API Management service instance.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- service
Name string - The name of the API Management service.
- client_
application_ strid - Client Application identifier. Must be unique in the current API Management service instance.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- service_
name str - The name of the API Management service.
- client
Application StringId - Client Application identifier. Must be unique in the current API Management service instance.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- service
Name String - The name of the API Management service.
getClientApplication Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Display
Name string - Client application name.
- Entra
Application stringId - Microsoft EntraID Application ID (Client ID). This is the value that is used to identify the application when it is requesting access tokens from Microsoft EntraID. This property is read-only and will be set by the system when the application is created.
- Entra
Tenant stringId - Tenant ID is a unique identifier (a GUID) for an organization directory in Microsoft’s cloud. It’s used to identify tenants across Microsoft services.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Owner
Id string - A resource identifier for the user who owns the application.
- State string
- Client application state. The value derives the state of an application based on the statuses of its associated ClientApplicationProductLinks.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Description string
- Client application description.
- Azure
Api stringVersion - The Azure API version of the resource.
- Display
Name string - Client application name.
- Entra
Application stringId - Microsoft EntraID Application ID (Client ID). This is the value that is used to identify the application when it is requesting access tokens from Microsoft EntraID. This property is read-only and will be set by the system when the application is created.
- Entra
Tenant stringId - Tenant ID is a unique identifier (a GUID) for an organization directory in Microsoft’s cloud. It’s used to identify tenants across Microsoft services.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Owner
Id string - A resource identifier for the user who owns the application.
- State string
- Client application state. The value derives the state of an application based on the statuses of its associated ClientApplicationProductLinks.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Description string
- Client application description.
- azure
Api StringVersion - The Azure API version of the resource.
- display
Name String - Client application name.
- entra
Application StringId - Microsoft EntraID Application ID (Client ID). This is the value that is used to identify the application when it is requesting access tokens from Microsoft EntraID. This property is read-only and will be set by the system when the application is created.
- entra
Tenant StringId - Tenant ID is a unique identifier (a GUID) for an organization directory in Microsoft’s cloud. It’s used to identify tenants across Microsoft services.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- owner
Id String - A resource identifier for the user who owns the application.
- state String
- Client application state. The value derives the state of an application based on the statuses of its associated ClientApplicationProductLinks.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- description String
- Client application description.
- azure
Api stringVersion - The Azure API version of the resource.
- display
Name string - Client application name.
- entra
Application stringId - Microsoft EntraID Application ID (Client ID). This is the value that is used to identify the application when it is requesting access tokens from Microsoft EntraID. This property is read-only and will be set by the system when the application is created.
- entra
Tenant stringId - Tenant ID is a unique identifier (a GUID) for an organization directory in Microsoft’s cloud. It’s used to identify tenants across Microsoft services.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- owner
Id string - A resource identifier for the user who owns the application.
- state string
- Client application state. The value derives the state of an application based on the statuses of its associated ClientApplicationProductLinks.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- description string
- Client application description.
- azure_
api_ strversion - The Azure API version of the resource.
- display_
name str - Client application name.
- entra_
application_ strid - Microsoft EntraID Application ID (Client ID). This is the value that is used to identify the application when it is requesting access tokens from Microsoft EntraID. This property is read-only and will be set by the system when the application is created.
- entra_
tenant_ strid - Tenant ID is a unique identifier (a GUID) for an organization directory in Microsoft’s cloud. It’s used to identify tenants across Microsoft services.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- owner_
id str - A resource identifier for the user who owns the application.
- state str
- Client application state. The value derives the state of an application based on the statuses of its associated ClientApplicationProductLinks.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- description str
- Client application description.
- azure
Api StringVersion - The Azure API version of the resource.
- display
Name String - Client application name.
- entra
Application StringId - Microsoft EntraID Application ID (Client ID). This is the value that is used to identify the application when it is requesting access tokens from Microsoft EntraID. This property is read-only and will be set by the system when the application is created.
- entra
Tenant StringId - Tenant ID is a unique identifier (a GUID) for an organization directory in Microsoft’s cloud. It’s used to identify tenants across Microsoft services.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- owner
Id String - A resource identifier for the user who owns the application.
- state String
- Client application state. The value derives the state of an application based on the statuses of its associated ClientApplicationProductLinks.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- description String
- Client application description.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.8.0 published on Wednesday, Sep 3, 2025 by Pulumi