EncryptionSettingsElementResponse

data class EncryptionSettingsElementResponse(val diskEncryptionKey: KeyVaultAndSecretReferenceResponse? = null, val keyEncryptionKey: KeyVaultAndKeyReferenceResponse? = null)

Encryption settings for one disk volume.

Constructors

Link copied to clipboard
constructor(diskEncryptionKey: KeyVaultAndSecretReferenceResponse? = null, keyEncryptionKey: KeyVaultAndKeyReferenceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Key Vault Secret Url and vault id of the disk encryption key

Link copied to clipboard

Key Vault Key Url and vault id of the key encryption key. KeyEncryptionKey is optional and when provided is used to unwrap the disk encryption key.