Tipo de recurso appleVppTokenTroubleshootingEvent
Espacio de nombres: microsoft.graph
Importante: Las API de Microsoft Graph en la versión /beta están sujetas a cambios; no se admite el uso de producció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 de tokens de Vpp de Apple.
Hereda de deviceManagementTroubleshootingEvent
Métodos
Método | Tipo de valor devuelto | Descripción |
---|---|---|
Enumerar appleVppTokenTroubleshootingEvents | Colección appleVppTokenTroubleshootingEvent | Enumera las propiedades y las relaciones de los objetos appleVppTokenTroubleshootingEvent . |
Obtener appleVppTokenTroubleshootingEvent | appleVppTokenTroubleshootingEvent | Lea las propiedades y las relaciones del objeto appleVppTokenTroubleshootingEvent . |
Creación de appleVppTokenTroubleshootingEvent | appleVppTokenTroubleshootingEvent | Cree un nuevo objeto appleVppTokenTroubleshootingEvent . |
Eliminar appleVppTokenTroubleshootingEvent | Ninguno | Elimina un appleVppTokenTroubleshootingEvent. |
Actualizar appleVppTokenTroubleshootingEvent | appleVppTokenTroubleshootingEvent | Actualice 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 de cadena 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"
}