EncryptionResponse

data class EncryptionResponse(val keySource: String? = null, val keyVaultProperties: List<KeyVaultPropertiesResponse>? = null, val requireInfrastructureEncryption: Boolean? = null)

Properties to configure Encryption

Constructors

Link copied to clipboard
constructor(keySource: String? = null, keyVaultProperties: List<KeyVaultPropertiesResponse>? = null, requireInfrastructureEncryption: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keySource: String? = null

Enumerates the possible value of keySource for Encryption

Link copied to clipboard

Properties of KeyVault

Link copied to clipboard

Enable Infrastructure Encryption (Double Encryption)