importedWindowsAutopilotDeviceIdentity リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

インポートした Windows Autopilot デバイス。

メソッド

メソッド 戻り値の型 説明
importedWindowsAutopilotDeviceIdentity のリスト importedWindowsAutopilotDeviceIdentity コレクション importedWindowsAutopilotDeviceIdentity オブジェクトのプロパティとリレーションシップのリストを作成します。
importedWindowsAutopilotDeviceIdentity の取得 importedWindowsAutopilotDeviceIdentity importedWindowsAutopilotDeviceIdentity オブジェクトのプロパティとリレーションシップを読み取ります。
importedWindowsAutopilotDeviceIdentity の作成 importedWindowsAutopilotDeviceIdentity 新規で importedWindowsAutopilotDeviceIdentity オブジェクトを作成します。
importedWindowsAutopilotDeviceIdentity の削除 なし importedWindowsAutopilotDeviceIdentity を削除します。
インポート アクション importedWindowsAutopilotDeviceIdentity コレクション まだ文書化されていません

プロパティ

プロパティ 説明
id String オブジェクトの GUID
groupTag String 自動パイロット デバイスのグループ Windowsタグ。
シリアル番号 String Windows オートパイロット デバイスのシリアル番号。
productKey String Windows オートパイロット デバイスのプロダクト キー。
importId String 自動パイロット デバイスのWindows ID。
hardwareIdentifier Binary Windows オートパイロット デバイスのハードウェア BLOB。
state importedWindowsAutopilotDeviceIdentityState インポートしたデバイスの現在の状態。
assignedUserPrincipalName String デバイスが割り当てられるユーザーの UPN

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.importedWindowsAutopilotDeviceIdentity",
  "id": "String (identifier)",
  "groupTag": "String",
  "serialNumber": "String",
  "productKey": "String",
  "importId": "String",
  "hardwareIdentifier": "binary",
  "state": {
    "@odata.type": "microsoft.graph.importedWindowsAutopilotDeviceIdentityState",
    "deviceImportStatus": "String",
    "deviceRegistrationId": "String",
    "deviceErrorCode": 1024,
    "deviceErrorName": "String"
  },
  "assignedUserPrincipalName": "String"
}