Microsoft Graph · Schema

appLogDecryptionAlgorithm

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphapplogdecryptionalgorithm-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.appLogDecryptionAlgorithm",
  "title": "appLogDecryptionAlgorithm",
  "enum": [
    "aes256",
    "unknownFutureValue"
  ],
  "type": "string",
  "x-ms-enum": {
    "name": "appLogDecryptionAlgorithm",
    "modelAsString": false,
    "values": [
      {
        "value": "aes256",
        "description": "decrypting using Aes256.",
        "name": "aes256"
      },
      {
        "value": "unknownFutureValue",
        "description": "Evolvable enumeration sentinel value. Do not use.",
        "name": "unknownFutureValue"
      }
    ]
  }
}