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
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:
- 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.
listClientApplicationSecrets Result
The following output properties are available:
- Entra
Pulumi.
Azure Native. Api Management. Outputs. Client Application Secrets Contract Response Entra - Microsoft EntraID client application secrets
- Entra
Client
Application Secrets Contract Response Entra - Microsoft EntraID client application secrets
- entra
Client
Application Secrets Contract Response Entra - Microsoft EntraID client application secrets
- entra
Client
Application Secrets Contract Response Entra - Microsoft EntraID client application secrets
- entra
Client
Application Secrets Contract Response Entra - Microsoft EntraID client application secrets
- entra Property Map
- Microsoft EntraID client application secrets
Supporting Types
ClientApplicationSecretsContractResponseEntra
- Expires
At string - EntraID client application secret expiration date.
- Client
Secret string - EntraID client application secret
- Expires
At string - EntraID client application secret expiration date.
- Client
Secret string - EntraID client application secret
- expires
At String - EntraID client application secret expiration date.
- client
Secret String - EntraID client application secret
- expires
At string - EntraID client application secret expiration date.
- client
Secret string - EntraID client application secret
- expires_
at str - EntraID client application secret expiration date.
- client_
secret str - EntraID client application secret
- expires
At String - EntraID client application secret expiration date.
- client
Secret String - EntraID client application secret
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