Secret interface
Secret definition.
Properties
| identity | Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. |
| key |
Azure Key Vault URL pointing to the secret referenced by the container app. |
| name | Secret Name. |
| value | Secret Value. |
Property Details
identity
Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
identity?: string
Property Value
string
keyVaultUrl
Azure Key Vault URL pointing to the secret referenced by the container app.
keyVaultUrl?: string
Property Value
string
name
Secret Name.
name?: string
Property Value
string
value
Secret Value.
value?: string
Property Value
string