bitLockerRemovableDrivePolicy resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
BitLocker Removable Drive Policies.
Properties
Property | Type | Description |
---|---|---|
encryptionMethod | bitLockerEncryptionMethod | Select the encryption method for removable drives. Possible values are: aesCbc128 , aesCbc256 , xtsAes128 , xtsAes256 . |
requireEncryptionForWriteAccess | Boolean | Indicates whether to block write access to devices configured in another organization. If requireEncryptionForWriteAccess is false, this value does not affect. |
blockCrossOrganizationWriteAccess | Boolean | This policy setting determines whether BitLocker protection is required for removable data drives to be writable on a computer. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.bitLockerRemovableDrivePolicy",
"encryptionMethod": "String",
"requireEncryptionForWriteAccess": true,
"blockCrossOrganizationWriteAccess": true
}