KeyVaultPropertiesResponse

data class KeyVaultPropertiesResponse(val keyName: String? = null, val keyVersion: String? = null, val keyvaultUri: String? = null)

Settings concerning key vault encryption for a configuration store.

Constructors

Link copied to clipboard
constructor(keyName: String? = null, keyVersion: String? = null, keyvaultUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyName: String? = null

The name of key used to encrypt data.

Link copied to clipboard
val keyvaultUri: String? = null

The URI of the key vault key used to encrypt data.

Link copied to clipboard
val keyVersion: String? = null

The key version of the key used to encrypt data.