SecretResponse

data class SecretResponse(val identity: String? = null, val keyVaultUrl: String? = null, val name: String? = null)

Secret definition.

Constructors

Link copied to clipboard
constructor(identity: String? = null, keyVaultUrl: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identity: String? = null

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

Link copied to clipboard
val keyVaultUrl: String? = null

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

Link copied to clipboard
val name: String? = null

Secret Name.