Encryption Response
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)