Secret Class
Secret definition.
Constructor
Secret()
Variables
| Name | Description |
|---|---|
|
name
|
Secret Name. |
|
value
|
Secret Value. |
|
identity
|
Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. |
|
key_vault_url
|
Azure Key Vault URL pointing to the secret referenced by the container app. |
Attributes
identity
Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
identity: str
keyVaultUrl
Azure Key Vault URL pointing to the secret referenced by the container app.
keyVaultUrl: str
name
Secret Name.
name: str
value
Secret Value.
value: str