ConfigurationStoreEncryption

data class ConfigurationStoreEncryption(val identityClientId: String? = null, val keyVaultKeyIdentifier: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the client ID of the identity which will be used to access key vault.

Link copied to clipboard

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