次の方法で共有


importedDeviceIdentity リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

importedDeviceIdentity リソースは、事前登録構成用に事前にステージングされたデバイスの一意のハードウェア ID を表します。

メソッド

メソッド 戻り値の型 説明
importedDeviceIdentities を一覧表示する importedDeviceIdentity コレクション importedDeviceIdentity オブジェクトのプロパティとリレーションシップを一覧表示します。
importedDeviceIdentity を取得する importedDeviceIdentity importedDeviceIdentity オブジェクトのプロパティとリレーションシップを読み取ります。
importedDeviceIdentity を作成する importedDeviceIdentity 新しい importedDeviceIdentity オブジェクトを 作成します。
importedDeviceIdentity を削除する なし importedDeviceIdentity を削除します。
importedDeviceIdentity を更新する importedDeviceIdentity importedDeviceIdentity オブジェクトのプロパティを更新します。
importDeviceIdentityList アクション importedDeviceIdentityResult コレクション
searchExistingIdentities アクション importedDeviceIdentity コレクション

プロパティ

プロパティ 説明
id String インポートされたデバイス ID の ID
importedDeviceIdentifier String インポートされたデバイス識別子
importedDeviceIdentityType importedDeviceIdentityType インポートされたデバイス ID の種類。 使用可能な値: unknownimeiserialNumbermanufacturerModelSerial
lastModifiedDateTime DateTimeOffset 説明の最終更新日時
createdDateTime DateTimeOffset デバイスの作成日時
lastContactedDateTime DateTimeOffset デバイスの最終連絡日時
説明 String デバイスの説明
enrollmentState enrollmentState Intune内のデバイスの状態。 使用可能な値: unknownenrolledpendingResetfailednotContactedblocked
platform プラットフォーム デバイスのプラットフォーム。 使用可能な値: unknowniosandroidwindowswindowsMobilemacOS

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.importedDeviceIdentity",
  "id": "String (identifier)",
  "importedDeviceIdentifier": "String",
  "importedDeviceIdentityType": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "createdDateTime": "String (timestamp)",
  "lastContactedDateTime": "String (timestamp)",
  "description": "String",
  "enrollmentState": "String",
  "platform": "String"
}