EncryptionResponse

data class EncryptionResponse(val customerManagedKeyEncryption: EncryptionResponseCustomerManagedKeyEncryption? = null, val infrastructureEncryption: String? = null)

All encryption configuration for a resource.

Constructors

Link copied to clipboard
constructor(customerManagedKeyEncryption: EncryptionResponseCustomerManagedKeyEncryption? = null, infrastructureEncryption: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

All Customer-managed key encryption properties for the resource.

Link copied to clipboard

(Optional) Discouraged to include in resource definition. Only needed where it is possible to disable platform (AKA infrastructure) encryption. Azure SQL TDE is an example of this. Values are enabled and disabled.