Show / Hide Table of Contents

BitLockerKey.ReadBasic.All

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 D GET /informationProtection/bitlocker/recoveryKeys
V1 D GET /informationProtection/bitlocker/recoveryKeys/{bitlockeryRecoveryKeyId}

Delegate Permission

Id
Consent Type
Display String
Description

Resources

bitlockerRecoveryKey

Property Type Description
createdDateTime DateTimeOffset The date and time when the key was originally backed up to Azure Active Directory. Not nullable.
deviceId String Identifier of the device the BitLocker key is originally backed up from. Supports $filter (eq).
id String The unique identifier for the BitLocker key.
key String The BitLocker recovery key. Returned only on $select. Not nullable.
volumeType volumeType Indicates the type of volume the BitLocker key is associated with. The possible values are: 1 (for operatingSystemVolume), 2 (for fixedDataVolume), 3 (for removableDataVolume), and 4 (for unknownFutureValue).
In This Article
Back to top Created by merill | Submit feedback