appleVppTokenTroubleshootingEvent リソースの種類
名前空間: microsoft.graph
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
Apple Vpp トークンのトラブルシューティング イベントを表すイベント。
deviceManagementTroubleshootingEvent からの継承
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | オブジェクトの UUID。deviceManagementTroubleshootingEvent から継承 |
| eventDateTime | DateTimeOffset | インシデントが発生した時間。 deviceManagementTroubleshootingEvent から継承します |
| correlationId | String | サービスのエラーをトレースするための ID。 deviceManagementTroubleshootingEvent から継承します |
| ErrorDetails のトラブルシューティング | deviceManagementTroubleshootingErrorDetails | エラーとその修復に関する詳細情報を含むオブジェクト。 deviceManagementTroubleshootingEvent から継承します |
| eventName | String | トラブルシューティング イベントに対応するイベント名。 これは 、deviceManagementTroubleshootingEvent から継承された省略可能なフィールドです。 |
| additionalInformation | keyValuePair コレクション | deviceManagementTroubleshootingEventから継承されたトラブルシューティング イベントに関する追加情報を提供する文字列キーと文字列値のペアのセット |
| tokenId | String | Apple ボリューム購入プログラム トークン識別子。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@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"
}
フィードバック
フィードバックの送信と表示