1. Packages
  2. Azure Native
  3. API Docs
  4. apimanagement
  5. listClientApplicationSecrets
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.listClientApplicationSecrets

Explore with Pulumi AI

azure-native logo
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

    Retrived client application secrets.

    Uses Azure REST API version 2024-10-01-preview.

    Using listClientApplicationSecrets

    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 listClientApplicationSecrets(args: ListClientApplicationSecretsArgs, opts?: InvokeOptions): Promise<ListClientApplicationSecretsResult>
    function listClientApplicationSecretsOutput(args: ListClientApplicationSecretsOutputArgs, opts?: InvokeOptions): Output<ListClientApplicationSecretsResult>
    def list_client_application_secrets(client_application_id: Optional[str] = None,
                                        resource_group_name: Optional[str] = None,
                                        service_name: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> ListClientApplicationSecretsResult
    def list_client_application_secrets_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[ListClientApplicationSecretsResult]
    func ListClientApplicationSecrets(ctx *Context, args *ListClientApplicationSecretsArgs, opts ...InvokeOption) (*ListClientApplicationSecretsResult, error)
    func ListClientApplicationSecretsOutput(ctx *Context, args *ListClientApplicationSecretsOutputArgs, opts ...InvokeOption) ListClientApplicationSecretsResultOutput

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

    public static class ListClientApplicationSecrets 
    {
        public static Task<ListClientApplicationSecretsResult> InvokeAsync(ListClientApplicationSecretsArgs args, InvokeOptions? opts = null)
        public static Output<ListClientApplicationSecretsResult> Invoke(ListClientApplicationSecretsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListClientApplicationSecretsResult> listClientApplicationSecrets(ListClientApplicationSecretsArgs args, InvokeOptions options)
    public static Output<ListClientApplicationSecretsResult> listClientApplicationSecrets(ListClientApplicationSecretsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:apimanagement:listClientApplicationSecrets
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClientApplicationId string
    Client Application identifier. Must be unique in the current API Management service instance.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ServiceName string
    The name of the API Management service.
    ClientApplicationId string
    Client Application identifier. Must be unique in the current API Management service instance.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ServiceName string
    The name of the API Management service.
    clientApplicationId String
    Client Application identifier. Must be unique in the current API Management service instance.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    serviceName String
    The name of the API Management service.
    clientApplicationId string
    Client Application identifier. Must be unique in the current API Management service instance.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    serviceName string
    The name of the API Management service.
    client_application_id str
    Client Application identifier. Must be unique in the current API Management service instance.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    service_name str
    The name of the API Management service.
    clientApplicationId String
    Client Application identifier. Must be unique in the current API Management service instance.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    serviceName String
    The name of the API Management service.

    listClientApplicationSecrets Result

    The following output properties are available:

    Entra ClientApplicationSecretsContractResponseEntra
    Microsoft EntraID client application secrets
    entra ClientApplicationSecretsContractResponseEntra
    Microsoft EntraID client application secrets
    entra ClientApplicationSecretsContractResponseEntra
    Microsoft EntraID client application secrets
    entra ClientApplicationSecretsContractResponseEntra
    Microsoft EntraID client application secrets
    entra Property Map
    Microsoft EntraID client application secrets

    Supporting Types

    ClientApplicationSecretsContractResponseEntra

    ExpiresAt string
    EntraID client application secret expiration date.
    ClientSecret string
    EntraID client application secret
    ExpiresAt string
    EntraID client application secret expiration date.
    ClientSecret string
    EntraID client application secret
    expiresAt String
    EntraID client application secret expiration date.
    clientSecret String
    EntraID client application secret
    expiresAt string
    EntraID client application secret expiration date.
    clientSecret string
    EntraID client application secret
    expires_at str
    EntraID client application secret expiration date.
    client_secret str
    EntraID client application secret
    expiresAt String
    EntraID client application secret expiration date.
    clientSecret String
    EntraID client application secret

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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