ContainerAppSecret interface

Container App Secret.

Properties

identity

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

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

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

value

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

Property Details

identity

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.

identity?: string

Property Value

string

keyVaultUrl

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.

keyVaultUrl?: string

Property Value

string

name

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

name?: string

Property Value

string

value

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

value?: string

Property Value

string