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 から継承します |
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 です。 |
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",
"managedDeviceIdentifier": "String",
"operatingSystem": "String",
"osVersion": "String",
"userId": "String",
"deviceId": "String",
"enrollmentType": "String",
"failureCategory": "String",
"failureReason": "String"
}