windowsAutopilotDeviceIdentity リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
windowsAutopilotDeviceIdentity リソースは、Windows Autopilot デバイスを表します。
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| windowsAutopilotDeviceIdentities を一覧表示する | windowsAutopilotDeviceIdentity コレクション | windowsAutopilotDeviceIdentity オブジェクトのプロパティとリレーションシップを一覧表示します。 |
| windowsAutopilotDeviceIdentity を取得する | windowsAutopilotDeviceIdentity | windowsAutopilotDeviceIdentity オブジェクトのプロパティとリレーションシップを読み取ります。 |
| windowsAutopilotDeviceIdentity を作成する | windowsAutopilotDeviceIdentity | 新しい windowsAutopilotDeviceIdentity オブジェクトを 作成します。 |
| windowsAutopilotDeviceIdentity を削除する | なし | windowsAutopilotDeviceIdentity を削除します。 |
| assignUserToDevice アクション | なし | Autopilot デバイスにユーザーを割り当てます。 |
| unassignUserFromDevice アクション | なし | Autopilot デバイスからユーザーの割り当てを解除します。 |
| updateDeviceProperties アクション | なし | Autopilot デバイスのプロパティを更新します。 |
| assignResourceAccountToDevice アクション | なし | Autopilot デバイスにリソース アカウントを割り当てます。 |
| unassignResourceAccountFromDevice アクション | なし | Autopilot デバイスからリソース アカウントの割り当てを解除します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | オブジェクトの GUID |
| deploymentProfileAssignmentStatus | windowsAutopilotProfileAssignmentStatus | Windows autopilot デバイスのプロファイルの割り当て状態。 可能な値は、unknown、assignedInSync、assignedOutOfSync、assignedUnkownSyncState、notAssigned、pending、failed です。 |
| deploymentProfileAssignmentDetailedStatus | windowsAutopilotProfileAssignmentDetailedStatus | Windows autopilot デバイスのプロファイル割り当ての詳細な状態。 可能な値は、none、hardwareRequirementsNotMet、surfaceHubProfileNotSupported、holoLensProfileNotSupported、windowsPcProfileNotSupported、surfaceHub2SProfileNotSupported、unknownFutureValue です。 |
| deploymentProfileAssignedDateTime | DateTimeOffset | Windows autopilot デバイスのプロファイル設定時刻。 |
| groupTag | String | Windows autopilot デバイスのグループ タグ。 |
| purchaseOrderIdentifier | String | Windows autopilot デバイスの注文番号。 |
| シリアル番号 | String | Windows オートパイロット デバイスのシリアル番号。 |
| productKey | String | Windows オートパイロット デバイスのプロダクト キー。 |
| manufacturer | String | Windows autopilot デバイスの Oem 製造元。 |
| model | String | Windows autopilot デバイスのモデル名。 |
| enrollmentState | enrollmentState | Windows autopilot デバイスの登録状態をIntuneします。 使用可能な値: unknown、enrolled、pendingReset、failed、notContacted、blocked。 |
| lastContactedDateTime | DateTimeOffset | Intune Windows autopilot デバイスの最終連絡日時です。 |
| addressableUserName | String | アドレス指定可能なユーザー名。 |
| userPrincipalName | String | ユーザー プリンシパル名。 |
| resourceName | String | リソース名。 |
| skuNumber | String | SKU 番号 |
| systemFamily | String | システム ファミリ |
| azureActiveDirectoryDeviceId | String | AAD デバイス ID - 非推奨になる |
| azureAdDeviceId | String | AAD デバイス ID |
| managedDeviceId | String | マネージド デバイス ID |
| displayName | String | 表示名 |
| deviceAccountUpn | String | Surface Hub デバイス アカウント Upn |
| deviceAccountPassword | String | Surface Hub デバイス アカウントのパスワード |
| deviceFriendlyName | String | Surface Hub デバイス フレンドリ名 |
| remediationState | windowsAutopilotDeviceRemediationState | デバイス修復の状態。 可能な値は、unknown、noRemediationRequired、automaticRemediationRequired、manualRemediationRequired、unknownFutureValue です。 |
| remediationStateLastModifiedDateTime | DateTimeOffset | RemediationState は、Autopilot デバイスの時刻を設定します。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| deploymentProfile | windowsAutopilotDeploymentProfile | 現在、Windows autopilot デバイスに割り当てられている展開プロファイル。 |
| intendedDeploymentProfile | windowsAutopilotDeploymentProfile | 展開プロファイルは、Windows autopilot デバイスに割り当てられる予定です。 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.windowsAutopilotDeviceIdentity",
"id": "String (identifier)",
"deploymentProfileAssignmentStatus": "String",
"deploymentProfileAssignmentDetailedStatus": "String",
"deploymentProfileAssignedDateTime": "String (timestamp)",
"groupTag": "String",
"purchaseOrderIdentifier": "String",
"serialNumber": "String",
"productKey": "String",
"manufacturer": "String",
"model": "String",
"enrollmentState": "String",
"lastContactedDateTime": "String (timestamp)",
"addressableUserName": "String",
"userPrincipalName": "String",
"resourceName": "String",
"skuNumber": "String",
"systemFamily": "String",
"azureActiveDirectoryDeviceId": "String",
"azureAdDeviceId": "String",
"managedDeviceId": "String",
"displayName": "String",
"deviceAccountUpn": "String",
"deviceAccountPassword": "String",
"deviceFriendlyName": "String",
"remediationState": "String",
"remediationStateLastModifiedDateTime": "String (timestamp)"
}
フィードバック
フィードバックの送信と表示