次の方法で共有


importedAppleDeviceIdentity リソースの種類

名前空間: microsoft.graph

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

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

インポートされたAppleDeviceIdentity リソースは、Apple デバイスのインポートされたデバイス ID を表します。

メソッド

メソッド 戻り値の型 説明
インポートされたAppleDeviceIdentitiesを一覧表示する importedAppleDeviceIdentity コレクション インポートされたAppleDeviceIdentity オブジェクトのプロパティとリレーションシップを一覧表示します。
ImportedAppleDeviceIdentity を取得する importedAppleDeviceIdentity インポートされたAppleDeviceIdentity オブジェクトのプロパティとリレーションシップを読み取ります。
インポートされたAppleDeviceIdentityを作成する importedAppleDeviceIdentity 新しいインポートされたAppleDeviceIdentity オブジェクトを作成します。
インポートされた削除AppleDeviceIdentity なし インポートされたAppleDeviceIdentity を削除します。
importedAppleDeviceIdentity を更新する importedAppleDeviceIdentity インポートされたAppleDeviceIdentity オブジェクトのプロパティを更新します。
importAppleDeviceIdentityList アクション importedAppleDeviceIdentityResult コレクション

プロパティ

プロパティ 説明
id String エンティティのキー。
シリアル番号 String デバイスのシリアル番号
requestedEnrollmentProfileId String 登録プロファイル ID 管理者は、次の登録時にデバイスに適用する予定です
requestedEnrollmentProfileAssignmentDateTime DateTimeOffset 登録プロファイルがデバイスに割り当てられた時刻
isSupervised ブール型 Apple デバイスが監視されているかどうかを示します。
discoverySource discoverySource Apple デバイス検出ソース。 可能な値は unknownadminImportdeviceEnrollmentProgram です。
isDeleted ブール型 デバイスが Apple Business Manager から削除されたかどうかを示します
createdDateTime DateTimeOffset デバイスの作成日時
lastContactedDateTime DateTimeOffset デバイスの最終連絡日時
説明 String デバイスの説明
enrollmentState enrollmentState Intune内のデバイスの状態。 使用可能な値: unknownenrolledpendingResetfailednotContactedblocked
platform プラットフォーム デバイスのプラットフォーム。 使用可能な値: unknowniosandroidwindowswindowsMobilemacOS

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.importedAppleDeviceIdentity",
  "id": "String (identifier)",
  "serialNumber": "String",
  "requestedEnrollmentProfileId": "String",
  "requestedEnrollmentProfileAssignmentDateTime": "String (timestamp)",
  "isSupervised": true,
  "discoverySource": "String",
  "isDeleted": true,
  "createdDateTime": "String (timestamp)",
  "lastContactedDateTime": "String (timestamp)",
  "description": "String",
  "enrollmentState": "String",
  "platform": "String"
}