ContainerAppSecretResponse

data class ContainerAppSecretResponse(val identity: String, val keyVaultUrl: String, val name: String, val value: String)

Container App Secret.

Constructors

Link copied to clipboard
constructor(identity: String, keyVaultUrl: String, name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Azure Key Vault URL pointing to the secret referenced by the container app.

Link copied to clipboard

Secret Name.

Link copied to clipboard

Secret Value.