名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
windowsAutopilotDeviceIdentity リソースは、Windows Autopilot デバイスを表します。
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
windowsAutopilotDeviceIdentity を一覧表示する | windowsAutopilotDeviceIdentity コレクション | windowsAutopilotDeviceIdentity オブジェクトのプロパティとリレーションシップを一覧表示します。 |
windowsAutopilotDeviceIdentity を取得する | windowsAutopilotDeviceIdentity | windowsAutopilotDeviceIdentity オブジェクトのプロパティとリレーションシップを読み取ります。 |
windowsAutopilotDeviceIdentity を作成する | windowsAutopilotDeviceIdentity | 新しい windowsAutopilotDeviceIdentity オブジェクトを 作成します。 |
windowsAutopilotDeviceIdentity を削除する | なし | windowsAutopilotDeviceIdentity を削除します。 |
assignUserToDevice アクション | なし | Autopilot デバイスにユーザーを割り当てます。 |
unassignUserFromDevice アクション | なし | Autopilot デバイスからユーザーの割り当てを解除します。 |
updateDeviceProperties アクション | なし | Autopilot デバイスのプロパティをUpdatesします。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | オブジェクトの GUID |
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 です。 |
lastContactedDateTime | DateTimeOffset | Intune Windows autopilot デバイスの最終連絡日時。 |
addressableUserName | String | アドレス指定可能なユーザー名。 |
userPrincipalName | String | ユーザー プリンシパル名。 |
resourceName | String | リソース名。 |
skuNumber | String | SKU 番号 |
systemFamily | String | システム ファミリ |
azureActiveDirectoryDeviceId | String | AAD デバイス ID - 非推奨 |
managedDeviceId | String | マネージド デバイス ID |
displayName | String | 表示名 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.windowsAutopilotDeviceIdentity",
"id": "String (identifier)",
"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",
"managedDeviceId": "String",
"displayName": "String"
}