Package version:

Interface ContainerAppSecret

Container App Secret.

interface ContainerAppSecret {
    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. NOTE: This property will not be serialized. It can only be populated by the server.

keyVaultUrl?: string

Azure Key Vault URL pointing to the secret referenced by the container app. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Secret Name. NOTE: This property will not be serialized. It can only be populated by the server.

value?: string

Secret Value. NOTE: This property will not be serialized. It can only be populated by the server.