EncryptionPropertyResponse

data class EncryptionPropertyResponse(val identity: IdentityForCmkResponse? = null, val keyVaultProperties: EncryptionKeyVaultPropertiesResponse, val status: String)

Constructors

Link copied to clipboard
constructor(identity: IdentityForCmkResponse? = null, keyVaultProperties: EncryptionKeyVaultPropertiesResponse, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identity that will be used to access the key vault for encryption at rest.

Link copied to clipboard

Customer Key vault properties.

Link copied to clipboard

Indicates whether or not the encryption is enabled for the workspace.