enrollmentTroubleshootingEvent resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Event representing an enrollment failure.
Inherits from deviceManagementTroubleshootingEvent
Methods
Method | Return Type | Description |
---|---|---|
List enrollmentTroubleshootingEvents | enrollmentTroubleshootingEvent collection | List properties and relationships of the enrollmentTroubleshootingEvent objects. |
Get enrollmentTroubleshootingEvent | enrollmentTroubleshootingEvent | Read properties and relationships of the enrollmentTroubleshootingEvent object. |
Create enrollmentTroubleshootingEvent | enrollmentTroubleshootingEvent | Create a new enrollmentTroubleshootingEvent object. |
Delete enrollmentTroubleshootingEvent | None | Deletes a enrollmentTroubleshootingEvent. |
Update enrollmentTroubleshootingEvent | enrollmentTroubleshootingEvent | Update the properties of a enrollmentTroubleshootingEvent object. |
Properties
Property | Type | Description |
---|---|---|
id | String | UUID for the object Inherited from deviceManagementTroubleshootingEvent |
eventDateTime | DateTimeOffset | Time when the event occurred . Inherited from deviceManagementTroubleshootingEvent |
correlationId | String | Id used for tracing the failure in the service. Inherited from deviceManagementTroubleshootingEvent |
managedDeviceIdentifier | String | Device identifier created or collected by Intune. |
operatingSystem | String | Operating System. |
osVersion | String | OS Version. |
userId | String | Identifier for the user that tried to enroll the device. |
deviceId | String | Azure AD device identifier. |
enrollmentType | deviceEnrollmentType | Type of the enrollment. Possible values are: unknown , userEnrollment , deviceEnrollmentManager , appleBulkWithUser , appleBulkWithoutUser , windowsAzureADJoin , windowsBulkUserless , windowsAutoEnrollment , windowsBulkAzureDomainJoin , windowsCoManagement , windowsAzureADJoinUsingDeviceAuth , appleUserEnrollment , appleUserEnrollmentWithServiceAccount . |
failureCategory | deviceEnrollmentFailureReason | Highlevel failure category. Possible values are: unknown , authentication , authorization , accountValidation , userValidation , deviceNotSupported , inMaintenance , badRequest , featureNotSupported , enrollmentRestrictionsEnforced , clientDisconnected , userAbandonment . |
failureReason | String | Detailed failure reason. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.enrollmentTroubleshootingEvent",
"id": "String (identifier)",
"eventDateTime": "String (timestamp)",
"correlationId": "String",
"managedDeviceIdentifier": "String",
"operatingSystem": "String",
"osVersion": "String",
"userId": "String",
"deviceId": "String",
"enrollmentType": "String",
"failureCategory": "String",
"failureReason": "String"
}