Type de ressource mobileAppTroubleshootingHistoryItem
Espace de noms: microsoft.graph
Important: Les API Microsoft Graph sous la version /beta sont susceptibles d’être modifiées ; l’utilisation de production n’est pas prise en charge.
Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.
Élément d’historique contenu dans l’événement de résolution des problèmes d’application mobile.
Propriétés
Propriété | Type | Description |
---|---|---|
occurrenceDateTime | DateTimeOffset | Heure à laquelle l’élément d’historique s’est produit. |
troubleshootingErrorDetails | deviceManagementTroubleshootingErrorDetails | Objet contenant des informations détaillées sur l’erreur et sa correction. |
Relations
Aucun
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@odata.type": "#microsoft.graph.mobileAppTroubleshootingHistoryItem",
"occurrenceDateTime": "String (timestamp)",
"troubleshootingErrorDetails": {
"@odata.type": "microsoft.graph.deviceManagementTroubleshootingErrorDetails",
"context": "String",
"failure": "String",
"failureDetails": "String",
"remediation": "String",
"resources": [
{
"@odata.type": "microsoft.graph.deviceManagementTroubleshootingErrorResource",
"text": "String",
"link": "String"
}
]
}
}