EncryptionPropertiesResponse

data class EncryptionPropertiesResponse(val encryptionIdentity: EncryptionIdentityResponse? = null, val keyVaultProperties: KeyVaultPropertiesResponse? = null)

The encryption settings on the volume group.

Constructors

Link copied to clipboard
constructor(encryptionIdentity: EncryptionIdentityResponse? = null, keyVaultProperties: KeyVaultPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identity to be used with service-side encryption at rest.

Link copied to clipboard

Properties provided by key vault.