1. Packages
  2. Azure Native v1
  3. API Docs
  4. app
  5. listContainerAppSecrets
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.app.listContainerAppSecrets

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Container App Secrets Collection ARM resource. API Version: 2022-03-01.

    Using listContainerAppSecrets

    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 listContainerAppSecrets(args: ListContainerAppSecretsArgs, opts?: InvokeOptions): Promise<ListContainerAppSecretsResult>
    function listContainerAppSecretsOutput(args: ListContainerAppSecretsOutputArgs, opts?: InvokeOptions): Output<ListContainerAppSecretsResult>
    def list_container_app_secrets(container_app_name: Optional[str] = None,
                                   resource_group_name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> ListContainerAppSecretsResult
    def list_container_app_secrets_output(container_app_name: Optional[pulumi.Input[str]] = None,
                                   resource_group_name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[ListContainerAppSecretsResult]
    func ListContainerAppSecrets(ctx *Context, args *ListContainerAppSecretsArgs, opts ...InvokeOption) (*ListContainerAppSecretsResult, error)
    func ListContainerAppSecretsOutput(ctx *Context, args *ListContainerAppSecretsOutputArgs, opts ...InvokeOption) ListContainerAppSecretsResultOutput

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

    public static class ListContainerAppSecrets 
    {
        public static Task<ListContainerAppSecretsResult> InvokeAsync(ListContainerAppSecretsArgs args, InvokeOptions? opts = null)
        public static Output<ListContainerAppSecretsResult> Invoke(ListContainerAppSecretsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListContainerAppSecretsResult> listContainerAppSecrets(ListContainerAppSecretsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:app:listContainerAppSecrets
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ContainerAppName string
    Name of the Container App.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ContainerAppName string
    Name of the Container App.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    containerAppName String
    Name of the Container App.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    containerAppName string
    Name of the Container App.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    container_app_name str
    Name of the Container App.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    containerAppName String
    Name of the Container App.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    listContainerAppSecrets Result

    The following output properties are available:

    Value []ContainerAppSecretResponse
    Collection of resources.
    value List<ContainerAppSecretResponse>
    Collection of resources.
    value ContainerAppSecretResponse[]
    Collection of resources.
    value List<Property Map>
    Collection of resources.

    Supporting Types

    ContainerAppSecretResponse

    Name string
    Secret Name.
    Value string
    Secret Value.
    Name string
    Secret Name.
    Value string
    Secret Value.
    name String
    Secret Name.
    value String
    Secret Value.
    name string
    Secret Name.
    value string
    Secret Value.
    name str
    Secret Name.
    value str
    Secret Value.
    name String
    Secret Name.
    value String
    Secret Value.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi