Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Espace de noms: microsoft.graph
Important: Microsoft prend en charge les API Intune /beta, mais elles sont sujettes à des modifications plus fréquentes. Microsoft recommande d’utiliser la version v1.0 si possible. Vérifiez la disponibilité d’une API dans la version v1.0 à l’aide du sélecteur de version.
Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.
Événement représentant un événement de résolution des problèmes de jeton Apple Vpp.
Hérite de deviceManagementTroubleshootingEvent
Méthodes
| Méthode | Type renvoyé | Description |
|---|---|---|
| Répertorier appleVppTokenTroubleshootingEvents | Collection appleVppTokenTroubleshootingEvent | Répertorie les propriétés et les relations des objets appleVppTokenTroubleshootingEvent . |
| Obtenir appleVppTokenTroubleshootingEvent | appleVppTokenTroubleshootingEvent | Lit les propriétés et les relations de l’objet appleVppTokenTroubleshootingEvent . |
| Créer appleVppTokenTroubleshootingEvent | appleVppTokenTroubleshootingEvent | Créez un objet appleVppTokenTroubleshootingEvent . |
| Supprimer appleVppTokenTroubleshootingEvent | Aucun | Supprime un événement appleVppTokenTroubleshootingEvent. |
| Mettre à jour appleVppTokenTroubleshootingEvent | appleVppTokenTroubleshootingEvent | Mettez à jour les propriétés d’un objet appleVppTokenTroubleshootingEvent . |
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 |
| troubleshootingErrorDetails | deviceManagementTroubleshootingErrorDetails | Objet contenant des informations détaillées sur l’erreur et sa correction. Hérité de deviceManagementTroubleshootingEvent |
| Eventname | String | Nom de l’événement correspondant à l’événement de résolution des problèmes. Il s’agit d’un champ Facultatif hérité de deviceManagementTroubleshootingEvent |
| additionalInformation | Collection keyValuePair | Ensemble de paires clé de chaîne et valeur de chaîne qui fournit des informations supplémentaires sur l’événement Troubleshooting Inherited from deviceManagementTroubleshootingEvent |
| tokenId | String | Identificateur de jeton du programme d’achat en volume Apple. |
Relations
Aucun
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@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"
}