Type de ressource enrollmentTroubleshootingEvent

Espace de noms: microsoft.graph

Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.

Événement représentant un cas d’échec d’inscription.

Hérite de deviceManagementTroubleshootingEvent

Méthodes

Méthode Type renvoyé Description
List enrollmentTroubleshootingEvents Collection enrollmentTroubleshootingEvent Répertorie les propriétés et relations des objets enrollmentTroubleshootingEvent.
Get enrollmentTroubleshootingEvent enrollmentTroubleshootingEvent Lit les propriétés et relations de l’objet enrollmentTroubleshootingEvent.
Create enrollmentTroubleshootingEvent enrollmentTroubleshootingEvent Crée un objet enrollmentTroubleshootingEvent.
Delete enrollmentTroubleshootingEvent Aucun Supprime un objet enrollmentTroubleshootingEvent.
Update enrollmentTroubleshootingEvent enrollmentTroubleshootingEvent Met à jour les propriétés d’un objet enrollmentTroubleshootingEvent.

Propriétés

Propriété Type Description
id String UUID pour l’objet hérité de deviceManagementTroubleshootingEvent
eventDateTime DateTimeOffset Heure où l’événement s’est produit. Hérité de deviceManagementTroubleshootingEvent
correlationId String ID utilisé pour retrouver la défaillance dans le service. Hérité de deviceManagementTroubleshootingEvent
managedDeviceIdentifier String Identificateur d’appareil créé ou collecté par Intune.
operatingSystem String Système d’exploitation.
osVersion String Version du système d’exploitation.
userId String Identificateur pour l’utilisateur qui tente d’inscrire l’appareil.
deviceId String Identificateur d’appareil Azure AD.
enrollmentType deviceEnrollmentType Type de l’inscription. Les valeurs possibles sont unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth, appleUserEnrollment, appleUserEnrollmentWithServiceAccount.
failureCategory deviceEnrollmentFailureReason Catégorie d’échec de haut niveau. Les valeurs possibles sont les suivantes : unknown, authentication, authorization, accountValidation, userValidation, deviceNotSupported, inMaintenance, badRequest, featureNotSupported, enrollmentRestrictionsEnforced, clientDisconnected et userAbandonment.
failureReason String Motif de l’échec en détail.

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la ressource.

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