importedAppleDeviceIdentityResult リソースの種類

名前空間: microsoft.graph

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

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

importedAppleDeviceIdentityResult リソースは、Apple デバイス ID をインポートしようとした結果を表します。

インポートされたAppleDeviceIdentity から継承します

メソッド

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

プロパティ

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

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.importedAppleDeviceIdentityResult",
  "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",
  "status": true
}