Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EncryptionSettings

Package version

Encryption settings for disk or snapshot

Hierarchy

  • EncryptionSettings

Index

Properties

Optional diskEncryptionKey

diskEncryptionKey: KeyVaultAndSecretReference

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

Optional enabled

enabled: undefined | false | true

Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption. Set this flag to false and remove DiskEncryptionKey and KeyEncryptionKey to disable encryption. If EncryptionSettings is null in the request object, the existing settings remain unchanged.

Optional keyEncryptionKey

keyEncryptionKey: KeyVaultAndKeyReference

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

Generated using TypeDoc