EncryptionDetailsResponse

data class EncryptionDetailsResponse(val cmk: CustomerManagedKeyDetailsResponse? = null, val doubleEncryptionEnabled: Boolean)

Details of the encryption associated with the workspace

Constructors

Link copied to clipboard
constructor(cmk: CustomerManagedKeyDetailsResponse? = null, doubleEncryptionEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Customer Managed Key Details

Link copied to clipboard

Double Encryption enabled