windowsAutopilotDeviceIdentity リソースの種類

名前空間: microsoft.graph

注: 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 デバイスのプロパティを更新します。

プロパティ

プロパティ 説明
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します。 可能な値は、unknownenrolledpendingResetfailednotContacted です。
lastContactedDateTime DateTimeOffset Intune Windows autopilot デバイスの最終連絡日時です。
addressableUserName String アドレス指定可能なユーザー名。
userPrincipalName String ユーザー プリンシパル名。
resourceName String リソース名。
skuNumber 文字列 SKU 番号
systemFamily 文字列 システム ファミリ
azureActiveDirectoryDeviceId 文字列 AAD デバイス ID - 非推奨になる
managedDeviceId String マネージド デバイス ID
displayName 文字列 表示名

リレーションシップ

なし

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"
}