Microsoft Graph · Schema

bitLockerEncryptionMethod

BitLockerEncryptionMethod types

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphbitlockerencryptionmethod-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.bitLockerEncryptionMethod",
  "title": "bitLockerEncryptionMethod",
  "enum": [
    "aesCbc128",
    "aesCbc256",
    "xtsAes128",
    "xtsAes256"
  ],
  "type": "string",
  "description": "BitLockerEncryptionMethod types",
  "x-ms-enum": {
    "name": "bitLockerEncryptionMethod",
    "modelAsString": false,
    "values": [
      {
        "value": "aesCbc128",
        "description": "AES-CBC 128-bit.",
        "name": "aesCbc128"
      },
      {
        "value": "aesCbc256",
        "description": "AES-CBC 256-bit.",
        "name": "aesCbc256"
      },
      {
        "value": "xtsAes128",
        "description": "XTS-AES 128-bit.",
        "name": "xtsAes128"
      },
      {
        "value": "xtsAes256",
        "description": "XTS-AES 256-bit.",
        "name": "xtsAes256"
      }
    ]
  }
}