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.
- : DateTime
- # ID of the device from which the BitLocker key is backed up.
- : String!
- # Name of the device associated with this BitLocker recovery key.
- : String!
- # BitLocker recovery key used to unlock the encrypted drive.
- : String
- # Unique identifier for this BitLocker recovery key.
- : String!
- # Type of drive/volume this key protects.
- : AzureAdBitLockerVolumeType!
- }