Tipo de recurso enrollmentTroubleshootingEvent
Espacio de nombres: microsoft.graph
Nota: la API de Microsoft Graph para Intune requiere una licencia activa de Intune para el espacio empresarial.
Evento que representa un error de inscripción.
Hereda de deviceManagementTroubleshootingEvent
Métodos
Método | Tipo de valor devuelto | Descripción |
---|---|---|
Enumerar enrollmentTroubleshootingEvents | Colección enrollmentTroubleshootingEvent | Enumere las propiedades y las relaciones de los objetos enrollmentTroubleshootingEvent. |
Obtener enrollmentTroubleshootingEvent | enrollmentTroubleshootingEvent | Lea las propiedades y las relaciones del objeto enrollmentTroubleshootingEvent. |
Crear enrollmentTroubleshootingEvent | enrollmentTroubleshootingEvent | Cree un objeto enrollmentTroubleshootingEvent. |
Eliminar enrollmentTroubleshootingEvent | Ninguno | Elimina un enrollmentTroubleshootingEvent. |
Actualizar enrollmentTroubleshootingEvent | enrollmentTroubleshootingEvent | Actualice las propiedades de un objeto enrollmentTroubleshootingEvent. |
Propiedades
Propiedad | Tipo | Descripción |
---|---|---|
id | String | UUID del objeto. Heredado de deviceManagementTroubleshootingEvent |
eventDateTime | DateTimeOffset | Hora en que ocurrió el evento. Heredado de deviceManagementTroubleshootingEvent |
correlationId | String | Id. utilizado para rastrear el error en el servicio. Heredado de deviceManagementTroubleshootingEvent |
managedDeviceIdentifier | String | Identificador del dispositivo creado o recopilado por Intune. |
operatingSystem | String | Sistema operativo. |
osVersion | String | Versión del sistema operativo. |
userId | String | Identificador del usuario que intentó inscribir el dispositivo. |
deviceId | String | Identificador de dispositivo de Azure AD. |
enrollmentType | deviceEnrollmentType | Tipo de la inscripción. Valores posibles: unknown , userEnrollment , deviceEnrollmentManager , appleBulkWithUser , appleBulkWithoutUser , windowsAzureADJoin , windowsBulkUserless , windowsAutoEnrollment , windowsBulkAzureDomainJoin , windowsCoManagement , windowsAzureADJoinUsingDeviceAuth , appleUserEnrollment , appleUserEnrollmentWithServiceAccount . |
failureCategory | deviceEnrollmentFailureReason | Categoría general del error. Los valores posibles son: unknown , authentication , authorization , accountValidation , userValidation , deviceNotSupported , inMaintenance , badRequest , featureNotSupported , enrollmentRestrictionsEnforced , clientDisconnected y userAbandonment . |
failureReason | String | Motivo del error detallado. |
Relaciones
Ninguna
Representación JSON
Aquí tiene una representación JSON del recurso.
{
"@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"
}