KeyVaultPropertiesResponse

data class KeyVaultPropertiesResponse(val identityClientId: String? = null, val keyIdentifier: String? = null)

Settings concerning key vault encryption for a configuration store.

Constructors

Link copied to clipboard
constructor(identityClientId: String? = null, keyIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client id of the identity which will be used to access key vault.

Link copied to clipboard
val keyIdentifier: String? = null

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