enrollmentTroubleshootingEvent リソースの種類
名前空間: microsoft.graph
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
登録エラーを表すイベント。
deviceManagementTroubleshootingEvent からの継承
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| List enrollmentTroubleshootingEvents | enrollmentTroubleshootingEvent コレクション | enrollmentTroubleshootingEvent オブジェクトのプロパティとリレーションシップをリストします。 |
| Get enrollmentTroubleshootingEvent | enrollmentTroubleshootingEvent | enrollmentTroubleshootingEvent オブジェクトのプロパティとリレーションシップを読み取ります。 |
| Create enrollmentTroubleshootingEvent | enrollmentTroubleshootingEvent | 新しい enrollmentTroubleshootingEvent オブジェクトを作成します。 |
| Delete enrollmentTroubleshootingEvent | なし | enrollmentTroubleshootingEvent を削除します。 |
| Update enrollmentTroubleshootingEvent | enrollmentTroubleshootingEvent | enrollmentTroubleshootingEvent オブジェクトのプロパティを更新します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | オブジェクトの UUID。deviceManagementTroubleshootingEvent から継承 |
| eventDateTime | DateTimeOffset | インシデントが発生した時間。 deviceManagementTroubleshootingEvent から継承します |
| correlationId | String | サービスのエラーをトレースするための ID。 deviceManagementTroubleshootingEvent から継承します |
| ErrorDetails のトラブルシューティング | deviceManagementTroubleshootingErrorDetails | エラーとその修復に関する詳細情報を含むオブジェクト。 deviceManagementTroubleshootingEvent から継承します |
| eventName | String | トラブルシューティング イベントに対応するイベント名。 これは 、deviceManagementTroubleshootingEvent から継承された省略可能なフィールドです。 |
| additionalInformation | keyValuePair コレクション | deviceManagementTroubleshootingEventから継承されたトラブルシューティング イベントに関する追加情報を提供する文字列キーと文字列値のペアのセット |
| managedDeviceIdentifier | String | Intune によって作成または収集されるデバイス識別子。 |
| operatingSystem | String | オペレーティング システム。 |
| osVersion | String | OS バージョン。 |
| userId | String | デバイスを登録しようとするユーザーの識別子。 |
| deviceId | String | Azure AD デバイス識別子。 |
| enrollmentType | deviceEnrollmentType | 登録の種類。 指定できる値は unknown userEnrollment 、、 deviceEnrollmentManager 、 、 、 appleBulkWithUser appleBulkWithoutUser windowsAzureADJoin windowsBulkUserless windowsAutoEnrollment windowsBulkAzureDomainJoin windowsCoManagement windowsAzureADJoinUsingDeviceAuth appleUserEnrollment appleUserEnrollmentWithServiceAccount azureAdJoinUsingAzureVmExtension androidEnterpriseDedicatedDevice androidEnterpriseFullyManaged です androidEnterpriseCorporateWorkProfile 。 |
| failureCategory | deviceEnrollmentFailureReason | 高レベルのエラー カテゴリ。 可能な値は、unknown、authentication、authorization、accountValidation、userValidation、deviceNotSupported、inMaintenance、badRequest、featureNotSupported、enrollmentRestrictionsEnforced、clientDisconnected、userAbandonment です。 |
| failureReason | String | 詳細なエラーの理由: |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.enrollmentTroubleshootingEvent",
"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"
}
],
"managedDeviceIdentifier": "String",
"operatingSystem": "String",
"osVersion": "String",
"userId": "String",
"deviceId": "String",
"enrollmentType": "String",
"failureCategory": "String",
"failureReason": "String"
}
フィードバック
フィードバックの送信と表示