Microsoft Graph · Schema

deviceLogCollectionTemplateType

Enum for the template type used for collecting logs

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdevicelogcollectiontemplatetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.deviceLogCollectionTemplateType",
  "title": "deviceLogCollectionTemplateType",
  "enum": [
    "predefined",
    "unknownFutureValue"
  ],
  "type": "string",
  "description": "Enum for the template type used for collecting logs",
  "x-ms-enum": {
    "name": "deviceLogCollectionTemplateType",
    "modelAsString": false,
    "values": [
      {
        "value": "predefined",
        "description": "Predefined template for what will be collected",
        "name": "predefined"
      },
      {
        "value": "unknownFutureValue",
        "description": "Evolvable enumeration sentinel value. Do not use.",
        "name": "unknownFutureValue"
      }
    ]
  }
}