Package version:

Secret definition.

interface Secret {
    identity?: string;
    keyVaultUrl?: string;
    name?: string;
    value?: string;
}

Properties

identity?: string

Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.

keyVaultUrl?: string

Azure Key Vault URL pointing to the secret referenced by the container app.

name?: string

Secret Name.

value?: string

Secret Value.