OBJECT

AzureAdBitLockerKey

Description

Entra ID BitLocker key.

link GraphQL Schema definition

  • type AzureAdBitLockerKey {
  • # Date and time when this key was created and backed up to Entra ID.
  • createdDateTime: DateTime
  • # ID of the device from which the BitLocker key is backed up.
  • deviceId: String!
  • # Name of the device associated with this BitLocker recovery key.
  • deviceName: String!
  • # BitLocker recovery key used to unlock the encrypted drive.
  • key: String
  • # Unique identifier for this BitLocker recovery key.
  • keyId: String!
  • # Type of drive/volume this key protects.
  • volumeType: AzureAdBitLockerVolumeType!
  • }