名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
Mobile App トラブルシューティング イベントに含まれる履歴項目。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
occurrenceDateTime | DateTimeOffset | 履歴項目が発生した時刻。 |
troubleshootingErrorDetails | deviceManagementTroubleshootingErrorDetails | エラーとその修復に関する詳細情報を含むオブジェクト。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@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"
}
]
}
}