KeyVaultPropertiesResponse

data class KeyVaultPropertiesResponse(val id: String? = null, val key: KeyPropertiesResponse? = null)

Settings concerning key vault encryption for a configuration store.

Constructors

Link copied to clipboard
constructor(id: String? = null, key: KeyPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Uri of KeyVault

Link copied to clipboard

Identity of the secret that includes name and version.