KeyVaultSecretUriSecretInfoResponse

data class KeyVaultSecretUriSecretInfoResponse(val secretType: String, val value: String? = null)

The secret info when type is keyVaultSecretUri. It's for scenario that user provides a secret stored in user's keyvault and source is Web App, Spring Cloud or Container App.

Constructors

Link copied to clipboard
constructor(secretType: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The secret type. Expected value is 'keyVaultSecretUri'.

Link copied to clipboard
val value: String? = null

URI to the keyvault secret