deviceManagementAutopilotEvent リソースの種類
名前空間: microsoft.graph
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
自動パイロット フロー イベントを表します。
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | オブジェクトの UUID |
| deviceId | String | オブジェクトに関連付けられたデバイス ID |
| eventDateTime | DateTimeOffset | インシデントが発生した時間。 |
| deviceRegisteredDateTime | DateTimeOffset | デバイスの登録日。 |
| enrollmentStartDateTime | DateTimeOffset | デバイス登録の開始日。 |
| enrollmentType | windowsAutopilotEnrollmentType | 登録の種類。 可能な値は、unknown、azureADJoinedWithAutopilotProfile、offlineDomainJoined、azureADJoinedUsingDeviceAuthWithAutopilotProfile、azureADJoinedUsingDeviceAuthWithoutAutopilotProfile、azureADJoinedWithOfflineAutopilotProfile、azureADJoinedWithWhiteGlove、offlineDomainJoinedWithWhiteGlove、offlineDomainJoinedWithOfflineAutopilotProfile です。 |
| deviceSerialNumber | String | デバイスのシリアル番号。 |
| managedDeviceName | String | 管理対象デバイス名。 |
| userPrincipalName | String | デバイスの登録に使用されるユーザー プリンシパル名。 |
| windowsAutopilotDeploymentProfileDisplayName | String | Autopilot プロファイル名。 |
| enrollmentState | enrollmentState | 登録状態 (登録、失敗) など。 使用可能な値: unknown、enrolled、pendingReset、failed、notContacted、blocked。 |
| windows10EnrollmentCompletionPageConfigurationDisplayName | String | 登録状態ページのプロファイル名 |
| windows10EnrollmentCompletionPageConfigurationId | String | 登録状態ページのプロファイル ID |
| deploymentState | windowsAutopilotDeploymentState | 成功、失敗、InProgress、SuccessWithTimeout のような展開状態。 可能な値は、unknown、success、inProgress、failure、successWithTimeout、notAttempted、disabled です。 |
| deviceSetupStatus | windowsAutopilotDeploymentState | 登録状態ページのデバイスセットアップ フェーズの展開状態。 可能な値は、unknown、success、inProgress、failure、successWithTimeout、notAttempted、disabled です。 |
| accountSetupStatus | windowsAutopilotDeploymentState | 登録状態ページアカウントのセットアップ フェーズの展開状態。 可能な値は、unknown、success、inProgress、failure、successWithTimeout、notAttempted、disabled です。 |
| osVersion | String | デバイス オペレーティング システムのバージョン。 |
| deploymentDuration | Duration | 登録を含む自動パイロット展開期間。 |
| deploymentTotalDuration | Duration | 登録からデスクトップ画面への展開の合計期間。 |
| devicePreparationDuration | Duration | デバイスの登録に費やされた時間。 |
| deviceSetupDuration | Duration | デバイス ESP で費やされた時間。 |
| accountSetupDuration | Duration | ユーザー ESP で費やされた時間。 |
| deploymentStartDateTime | DateTimeOffset | 展開の開始時刻。 |
| deploymentEndDateTime | DateTimeOffset | 展開の終了時刻。 |
| targetedAppCount | Int32 | 対象となるアプリケーションの数。 |
| targetedPolicyCount | Int32 | 対象となるポリシーの数。 |
| enrollmentFailureDetails | String | 登録エラーの詳細。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| policyStatusDetails | deviceManagementAutopilotPolicyStatusDetail コレクション | このデバイスのポリシーとアプリケーションの状態の詳細。 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.deviceManagementAutopilotEvent",
"id": "String (identifier)",
"deviceId": "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)",
"devicePreparationDuration": "String (duration)",
"deviceSetupDuration": "String (duration)",
"accountSetupDuration": "String (duration)",
"deploymentStartDateTime": "String (timestamp)",
"deploymentEndDateTime": "String (timestamp)",
"targetedAppCount": 1024,
"targetedPolicyCount": 1024,
"enrollmentFailureDetails": "String"
}
フィードバック
フィードバックの送信と表示