ENUM

AzureAdBitLockerVolumeType

Description

Specifies the type of volume with which the BitLocker key is associated.

link GraphQL Schema definition

  • enum AzureAdBitLockerVolumeType {
  • # The volume type is fixed data volume.
  • FIXED_DATA_VOLUME
  • # The volume type is operating system volume.
  • OPERATING_SYSTEM_VOLUME
  • # The volume type is removable data volume.
  • REMOVABLE_DATA_VOLUME
  • # The volume type is for a future value for forward compatibility.
  • UNKNOWN_FUTURE_VALUE
  • # The volume type is unknown.
  • VOLUME_TYPE_UNKNOWN
  • }