appleVppTokenTroubleshootingEvent resource type

Espacio de nombres: microsoft.graph

Importante: Microsoft admite las API de Intune/beta, pero están sujetas a cambios más frecuentes. Microsoft recomienda usar la versión v1.0 siempre que sea posible. Comprobar la disponibilidad de una API en la versión v1.0 mediante el selector de versión.

Nota: la API de Microsoft Graph para Intune requiere una licencia activa de Intune para el espacio empresarial.

Evento que representa un evento de solución de problemas del token VPP de Apple.

Hereda de deviceManagementTroubleshootingEvent

Métodos

Método Tipo de valor devuelto Descripción
Enumerar appleVppTokenTroubleshootingEvents appleVppTokenTroubleshootingColección de eventos Enumerar las propiedades y relaciones de los objetos appleVppTokenTroubleshootingEvent .
Obtener appleVppTokenTroubleshootingEvent appleVppTokenTroubleshootingEvent Lea las propiedades y relaciones del objeto appleVppTokenTroubleshootingEvent .
Crear appleVppTokenTroubleshootingEvent appleVppTokenTroubleshootingEvent Crea un nuevo objeto appleVppTokenTroubleshootingEvent .
Delete appleVppTokenTroubleshootingEvent Ninguno Elimina un appleVppTokenTroubleshootingEvent.
Update appleVppTokenTroubleshootingEvent appleVppTokenTroubleshootingEvent Actualizar las propiedades de un objeto appleVppTokenTroubleshootingEvent .

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
troubleshootingErrorDetails deviceManagementTroubleshootingErrorDetails Objeto que contiene información detallada sobre el error y su corrección. Heredado de deviceManagementTroubleshootingEvent
eventName Cadena Nombre del evento correspondiente al evento de solución de problemas. Es un campo opcional Heredado de deviceManagementTroubleshootingEvent
additionalInformation Colección keyValuePair Conjunto de pares de clave y valor de cadena que proporciona información adicional sobre el Evento de solución de problemas Heredado de deviceManagementTroubleshootingEvent
tokenId Cadena Identificador de token del Programa de compras por volumen de Apple.

Relaciones

Ninguna

Representación JSON

Aquí tiene una representación JSON del recurso.

{
  "@odata.type": "#microsoft.graph.appleVppTokenTroubleshootingEvent",
  "id": "String (identifier)",
  "eventDateTime": "String (timestamp)",
  "correlationId": "String",
  "troubleshootingErrorDetails": {
    "@odata.type": "microsoft.graph.deviceManagementTroubleshootingErrorDetails",
    "context": "String",
    "failure": "String",
    "failureDetails": "String",
    "remediation": "String",
    "resources": [
      {
        "@odata.type": "microsoft.graph.deviceManagementTroubleshootingErrorResource",
        "text": "String",
        "link": "String"
      }
    ]
  },
  "eventName": "String",
  "additionalInformation": [
    {
      "@odata.type": "microsoft.graph.keyValuePair",
      "name": "String",
      "value": "String"
    }
  ],
  "tokenId": "String"
}