mobileAppTroubleshootingAppPolicyCreationHistory リソースの種類

名前空間: microsoft.graph

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

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

mobileAppTroubleshootingHistoryItem から継承

プロパティ

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

リレーションシップ

なし

JSON 表記

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

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