Share via


enrollmentTroubleshootingEvent リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

注: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 から継承します
troubleshootingErrorDetails deviceManagementTroubleshootingErrorDetails エラーとその修復に関する詳細情報を含むオブジェクト。 deviceManagementTroubleshootingEvent から継承します
Eventname String トラブルシューティング イベントに対応するイベント名。 deviceManagementTroubleshootingEvent から継承された省略可能なフィールドです
additionalInformation keyValuePair コレクション deviceManagementTroubleshootingEvent から継承されたトラブルシューティング イベントに関する追加情報を提供する文字列キーと文字列値のペアのセット
managedDeviceIdentifier String Intune によって作成または収集されるデバイス識別子。
operatingSystem String オペレーティング システム。
osVersion String OS バージョン。
userId String デバイスを登録しようとするユーザーの識別子。
deviceId String Azure AD デバイス識別子。
enrollmentType deviceEnrollmentType 登録の種類。 使用できる値は、unknowndeviceEnrollmentManageruserEnrollmentappleBulkWithUserappleBulkWithoutUser、、windowsAzureADJoin、、windowsBulkUserlesswindowsAutoEnrollmentwindowsBulkAzureDomainJoinwindowsAzureADJoinUsingDeviceAuthandroidEnterpriseFullyManagedappleUserEnrollmentandroidEnterpriseCorporateWorkProfilewindowsCoManagementappleUserEnrollmentWithServiceAccountazureAdJoinUsingAzureVmExtensionandroidEnterpriseDedicatedDeviceです。
failureCategory deviceEnrollmentFailureReason 高レベルのエラー カテゴリ。 可能な値は、unknownauthenticationauthorizationaccountValidationuserValidationdeviceNotSupportedinMaintenancebadRequestfeatureNotSupportedenrollmentRestrictionsEnforcedclientDisconnecteduserAbandonment です。
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"
}