名前空間: microsoft.graph
大事な:Microsoft では/beta API Intuneサポートされていますが、変更の頻度が高くなります。 可能であれば、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API の可用性を確認します。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
Autopilot フロー イベントを表します。
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| deviceManagementAutopilotEvents を一覧表示する | deviceManagementAutopilotEvent コレクション | deviceManagementAutopilotEvent オブジェクトのプロパティとリレーションシップを一覧表示します。 |
| deviceManagementAutopilotEvent を取得する | deviceManagementAutopilotEvent | deviceManagementAutopilotEvent オブジェクトのプロパティとリレーションシップを読み取ります。 |
| deviceManagementAutopilotEvent を作成する | deviceManagementAutopilotEvent | 新しい deviceManagementAutopilotEvent オブジェクトを作成します。 |
| deviceManagementAutopilotEvent を削除する | なし | deviceManagementAutopilotEvent を削除します。 |
| deviceManagementAutopilotEvent を更新する | deviceManagementAutopilotEvent | deviceManagementAutopilotEvent オブジェクトのプロパティを更新します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | オブジェクトの UUID |
| deviceId | 文字列 | オブジェクトに関連付けられているデバイス ID |
| userId | String | オブジェクトに関連付けられている UserId ID |
| eventDateTime | DateTimeOffset | インシデントが発生した時間。 |
| deviceRegisteredDateTime | DateTimeOffset | デバイスの登録日。 |
| enrollmentStartDateTime | DateTimeOffset | デバイス登録の開始日。 |
| enrollmentType | windowsAutopilotEnrollmentType | 登録の種類。 可能な値は、unknown、azureADJoinedWithAutopilotProfile、offlineDomainJoined、azureADJoinedUsingDeviceAuthWithAutopilotProfile、azureADJoinedUsingDeviceAuthWithoutAutopilotProfile、azureADJoinedWithOfflineAutopilotProfile、azureADJoinedWithWhiteGlove、offlineDomainJoinedWithWhiteGlove、offlineDomainJoinedWithOfflineAutopilotProfile です。 |
| deviceSerialNumber | 文字列 | デバイスのシリアル番号。 |
| managedDeviceName | 文字列 | マネージド デバイス名。 |
| userPrincipalName | String | デバイスの登録に使用されるユーザー プリンシパル名。 |
| windowsAutopilotDeploymentProfileDisplayName | 文字列 | Autopilot プロファイル名。 |
| enrollmentState | enrollmentState | 登録済み、失敗などの登録状態。 使用可能な値: unknown、enrolled、pendingReset、failed、notContacted、blocked。 |
| windows10EnrollmentCompletionPageConfigurationDisplayName | 文字列 | 登録状態ページ のプロファイル名 |
| windows10EnrollmentCompletionPageConfigurationId | 文字列 | 登録状態ページ プロファイル ID |
| deploymentState | windowsAutopilotDeploymentState | Success、Failure、InProgress、SuccessWithTimeout などのデプロイ状態。 可能な値は、unknown、success、inProgress、failure、successWithTimeout、notAttempted、disabled、successOnRetry です。 |
| deviceSetupStatus | windowsAutopilotDeploymentState | 登録状態ページのデバイス セットアップ フェーズの展開状態。 可能な値は、unknown、success、inProgress、failure、successWithTimeout、notAttempted、disabled、successOnRetry です。 |
| accountSetupStatus | windowsAutopilotDeploymentState | 登録状態ページのアカウント設定フェーズの展開状態。 可能な値は、unknown、success、inProgress、failure、successWithTimeout、notAttempted、disabled、successOnRetry です。 |
| osVersion | String | デバイス オペレーティング システムのバージョン。 |
| deploymentDuration | 期間 | 登録を含む Autopilot デプロイ期間。 |
| deploymentTotalDuration | 期間 | 登録からデスクトップへのデプロイ期間の合計画面。 |
| deviceSetupDuration | 期間 | デバイス ESP に費やされた時間。 |
| accountSetupDuration | 期間 | ユーザー ESP に費やされた時間。 |
| deploymentStartDateTime | DateTimeOffset | デプロイの開始時刻。 |
| deploymentEndDateTime | DateTimeOffset | デプロイの終了時刻。 |
| enrollmentFailureDetails | 文字列 | 登録エラーの詳細。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.deviceManagementAutopilotEvent",
"id": "String (identifier)",
"deviceId": "String",
"userId": "String",
"eventDateTime": "String (timestamp)",
"deviceRegisteredDateTime": "String (timestamp)",
"enrollmentStartDateTime": "String (timestamp)",
"enrollmentType": "String",
"deviceSerialNumber": "String",
"managedDeviceName": "String",
"userPrincipalName": "String",
"windowsAutopilotDeploymentProfileDisplayName": "String",
"enrollmentState": "String",
"windows10EnrollmentCompletionPageConfigurationDisplayName": "String",
"windows10EnrollmentCompletionPageConfigurationId": "String",
"deploymentState": "String",
"deviceSetupStatus": "String",
"accountSetupStatus": "String",
"osVersion": "String",
"deploymentDuration": "String (duration)",
"deploymentTotalDuration": "String (duration)",
"deviceSetupDuration": "String (duration)",
"accountSetupDuration": "String (duration)",
"deploymentStartDateTime": "String (timestamp)",
"deploymentEndDateTime": "String (timestamp)",
"enrollmentFailureDetails": "String"
}