mobileAppTroubleshootingAppStateHistory リソースの種類

名前空間: microsoft.graph

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

モバイル アプリのトラブルシューティング イベントに含まれる履歴アイテム。

mobileAppTroubleshootingHistoryItem から継承

プロパティ

プロパティ 説明
occurrenceDateTime DateTimeOffset 履歴アイテムが発生した時刻。 mobileAppTroubleshootingHistoryItem から継承
ErrorDetails のトラブルシューティング deviceManagementTroubleshootingErrorDetails エラーとその修復に関する詳細情報を含むオブジェクト。 mobileAppTroubleshootingHistoryItem から継承
actionType mobileAppActionType Intune アプリケーションのアクションの種類。 可能な値は、unknowninstallCommandSentinstalleduninstalleduserRequestedInstall です。
runState runState アイテムの状態。 可能な値は、unknownsuccessfailscriptErrorpendingnotApplicable です。
errorCode String エラーのエラー コード、エラーがない場合は空。

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.mobileAppTroubleshootingAppStateHistory",
  "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"
      }
    ]
  },
  "actionType": "String",
  "runState": "String",
  "errorCode": "String"
}