Тип ресурса enrollmentTroubleshootingEvent

Пространство имен: microsoft.graph

Примечание. API Microsoft Graph для Intune требует наличия активной лицензии Intune для клиента.

Событие, представляющее сбой при регистрации.

Наследуется от deviceManagementTroubleshootingEvent

Методы

Метод Возвращаемый тип Описание
Список объектов enrollmentTroubleshootingEvents Коллекция enrollmentTroubleshootingEvent Список свойств и связей объектов enrollmentTroubleshootingEvent.
Получение объекта enrollmentTroubleshootingEvent enrollmentTroubleshootingEvent Чтение свойств и связей объекта enrollmentTroubleshootingEvent.
Создание объекта enrollmentTroubleshootingEvent enrollmentTroubleshootingEvent Создание объекта enrollmentTroubleshootingEvent.
Удаление объекта enrollmentTroubleshootingEvent Нет Удаляет объект enrollmentTroubleshootingEvent.
Обновление объекта enrollmentTroubleshootingEvent enrollmentTroubleshootingEvent Обновление свойств объекта enrollmentTroubleshootingEvent.

Свойства

Свойство Тип Описание
id String UUID объекта. Наследуется от объекта deviceManagementTroubleshootingEvent.
eventDateTime DateTimeOffset Время возникновения события. Наследуется от объекта deviceManagementTroubleshootingEvent.
correlationId String Идентификатор, используемый для трассировки сбоя в службе. Наследуется от объекта deviceManagementTroubleshootingEvent.
managedDeviceIdentifier String Идентификатор события, созданный или полученный службой Intune.
operatingSystem String Операционная система.
osVersion String Версия ОС.
userId String Идентификатор пользователя, который пытался зарегистрировать устройство.
deviceId String Идентификатор устройства Azure AD.
enrollmentType deviceEnrollmentType Тип регистрации. Возможные значения: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth, appleUserEnrollment, appleUserEnrollmentWithServiceAccount.
failureCategory deviceEnrollmentFailureReason Категория сбоя высокого уровня. Возможные значения: unknown, authentication, authorization, accountValidation, userValidation, deviceNotSupported, inMaintenance, badRequest, featureNotSupported, enrollmentRestrictionsEnforced, clientDisconnected, userAbandonment.
failureReason String Подробная причина ошибки.

Связи

Нет

Представление JSON

Ниже представлено описание ресурса в формате JSON.

{
  "@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"
}