Secret Class

Secret definition.

Constructor

Secret()

Variables

Name Description
name
str

Secret Name.

value
str

Secret Value.

identity
str

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

key_vault_url
str

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