EncryptionConfigResponse

data class EncryptionConfigResponse(val keyVaultMetaInfo: KeyVaultMetaInfoResponse? = null, val type: String)

The encryption configuration for the account.

Constructors

Link copied to clipboard
constructor(keyVaultMetaInfo: KeyVaultMetaInfoResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Key Vault information for connecting to user managed encryption keys.

Link copied to clipboard

The type of encryption configuration being used. Currently the only supported types are 'UserManaged' and 'ServiceManaged'.