{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin informationProtection.bitlocker API", "version": "1.0.0" }, "items": [ { "info": { "name": "informationProtection.bitlocker", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get bitlocker from informationProtection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/informationProtection/bitlocker", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get bitlocker from informationProtection" }, { "info": { "name": "Microsoft Graph List recoveryKeys", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/informationProtection/bitlocker/recoveryKeys", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. You can use this API to programmatically iterate through the list of recovery keys in the tenant and identify devices with BitLocker enabled. For more information, see the sample PowerShell code in BitLocker recovery process." }, { "info": { "name": "Microsoft Graph Get bitlockerRecoveryKey", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/informationProtection/bitlocker/recoveryKeys/:bitlockerRecoveryKey-id", "params": [ { "name": "bitlockerRecoveryKey-id", "value": "", "type": "path", "description": "The unique identifier of bitlockerRecoveryKey" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of a bitlockerRecoveryKey object. By default, this operation doesn't return the key property that represents the actual recovery key. To include the key property in the response, use the $select OData query parameter. Including the $select query parameter triggers a Microsoft Entra audit of the operation and generates an audit log. For more information on audit logs for bitlocker recovery keys, see the KeyManagement category filter of Microsoft Entra au" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/informationProtection/bitlocker/recoveryKeys/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }