Encryption Response
data class EncryptionResponse(val encryptionIdentity: EncryptionIdentityResponse? = null, val keySource: String, val keyVaultProperties: KeyVaultPropertiesResponse? = null, val requireInfrastructureEncryption: Boolean? = null, val services: EncryptionServicesResponse? = null)
The encryption settings on the storage account.
Constructors
Link copied to clipboard
fun EncryptionResponse(encryptionIdentity: EncryptionIdentityResponse? = null, keySource: String, keyVaultProperties: KeyVaultPropertiesResponse? = null, requireInfrastructureEncryption: Boolean? = null, services: EncryptionServicesResponse? = null)