Microsoft Graph · Schema

microsoft.graph.deviceManagementTroubleshootingEvent

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdevicemanagementtroubleshootingevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent",
  "title": "microsoft.graph.deviceManagementTroubleshootingEvent",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "deviceManagementTroubleshootingEvent",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "correlationId": {
          "type": "string",
          "description": "Id used for tracing the failure in the service.",
          "nullable": true
        },
        "eventDateTime": {
          "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
          "type": "string",
          "description": "Time when the event occurred .",
          "format": "date-time"
        },
        "@odata.type": {
          "type": "string"
        }
      },
      "description": "Event representing an general failure.",
      "discriminator": {
        "propertyName": "@odata.type",
        "mapping": {
          "#microsoft.graph.enrollmentTroubleshootingEvent": "#/components/schemas/microsoft.graph.enrollmentTroubleshootingEvent"
        }
      }
    }
  ]
}