azure-native.app.listContainerAppSecrets
Explore with Pulumi AI
Container App Secrets Collection ARM resource.
Uses Azure REST API version 2024-03-01.
Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native app [ApiVersion]
. See the version guide for details.
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)
public static Output<ListContainerAppSecretsResult> listContainerAppSecrets(ListContainerAppSecretsArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:app:listContainerAppSecrets
arguments:
# arguments dictionary
The following arguments are supported:
- Container
App Name This property is required. Changes to this property will trigger replacement.
- Name of the Container App.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Container
App Name This property is required. Changes to this property will trigger replacement.
- Name of the Container App.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- container
App Name This property is required. Changes to this property will trigger replacement.
- Name of the Container App.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- container
App Name This property is required. Changes to this property will trigger replacement.
- Name of the Container App.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- container_
app_ name This property is required. Changes to this property will trigger replacement.
- Name of the Container App.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- container
App Name This property is required. Changes to this property will trigger replacement.
- Name of the Container App.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
listContainerAppSecrets Result
The following output properties are available:
- Value
List<Pulumi.
Azure Native. App. Outputs. Container App Secret Response> - Collection of resources.
- Value
[]Container
App Secret Response - Collection of resources.
- value
List<Container
App Secret Response> - Collection of resources.
- value
Container
App Secret Response[] - Collection of resources.
- value
Sequence[Container
App Secret Response] - Collection of resources.
- value List<Property Map>
- Collection of resources.
Supporting Types
ContainerAppSecretResponse
- Identity
This property is required. string - Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
- Key
Vault Url This property is required. string - Azure Key Vault URL pointing to the secret referenced by the container app.
- Name
This property is required. string - Secret Name.
- Value
This property is required. string - Secret Value.
- Identity
This property is required. string - Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
- Key
Vault Url This property is required. string - Azure Key Vault URL pointing to the secret referenced by the container app.
- Name
This property is required. string - Secret Name.
- Value
This property is required. string - Secret Value.
- identity
This property is required. String - Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
- key
Vault Url This property is required. String - Azure Key Vault URL pointing to the secret referenced by the container app.
- name
This property is required. String - Secret Name.
- value
This property is required. String - Secret Value.
- identity
This property is required. string - Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
- key
Vault Url This property is required. string - Azure Key Vault URL pointing to the secret referenced by the container app.
- name
This property is required. string - Secret Name.
- value
This property is required. string - Secret Value.
- identity
This property is required. str - Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
- key_
vault_ url This property is required. str - Azure Key Vault URL pointing to the secret referenced by the container app.
- name
This property is required. str - Secret Name.
- value
This property is required. str - Secret Value.
- identity
This property is required. String - Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
- key
Vault Url This property is required. String - Azure Key Vault URL pointing to the secret referenced by the container app.
- name
This property is required. String - Secret Name.
- value
This property is required. String - Secret Value.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0