{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.enrollmentTroubleshootingEvent", "title": "microsoft.graph.enrollmentTroubleshootingEvent", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent" }, { "title": "enrollmentTroubleshootingEvent", "required": [ "@odata.type" ], "type": "object", "properties": { "deviceId": { "type": "string", "description": "Azure AD device identifier.", "nullable": true }, "enrollmentType": { "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentType" }, "failureCategory": { "$ref": "#/components/schemas/microsoft.graph.deviceEnrollmentFailureReason" }, "failureReason": { "type": "string", "description": "Detailed failure reason.", "nullable": true }, "managedDeviceIdentifier": { "type": "string", "description": "Device identifier created or collected by Intune.", "nullable": true }, "operatingSystem": { "type": "string", "description": "Operating System.", "nullable": true }, "osVersion": { "type": "string", "description": "OS Version.", "nullable": true }, "userId": { "type": "string", "description": "Identifier for the user that tried to enroll the device.", "nullable": true }, "@odata.type": { "type": "string" } }, "description": "Event representing an enrollment failure." } ], "x-ms-discriminator-value": "#microsoft.graph.enrollmentTroubleshootingEvent" }