importedAppleDeviceIdentityResult リソースの種類

名前空間: microsoft.graph

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

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

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

importedAppleDeviceIdentity から継承します

メソッド

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

プロパティ

プロパティ 説明
id String エンティティのキー。 importedAppleDeviceIdentity から継承
シリアル番号 String importedAppleDeviceIdentity から継承されたデバイスシリアル番号
requestedEnrollmentProfileId String 登録プロファイル ID 管理者は、importedAppleDeviceIdentity から継承された次の登録中にデバイスに適用する予定です
requestedEnrollmentProfileAssignmentDateTime DateTimeOffset 時間登録プロファイルが importedAppleDeviceIdentity から継承されたデバイスに割り当てられた
isSupervised Boolean Apple デバイスが監視対象かどうかを示します。 詳細情報: https://support.apple.com/en-us/HT202837 importedAppleDeviceIdentity から継承
discoverySource discoverySource Apple デバイス検出ソース。 importedAppleDeviceIdentity から継承されます。 可能な値は unknownadminImportdeviceEnrollmentProgram です。
isDeleted ブール値 importedAppleDeviceIdentity から継承された Apple Business Manager からデバイスが削除されるかどうかを示します
createdDateTime DateTimeOffset importedAppleDeviceIdentity から継承されたデバイスの作成日時
lastContactedDateTime DateTimeOffset importedAppleDeviceIdentity から継承されたデバイスの最後の連絡先日時
説明 String importedAppleDeviceIdentity から継承されたデバイスの説明
enrollmentState enrollmentState importedAppleDeviceIdentity から継承Intuneデバイスの状態。 使用可能な値: unknownenrolledpendingResetfailednotContactedblocked
platform プラットフォーム デバイスのプラットフォーム。 importedAppleDeviceIdentity から継承されます。 使用可能な値: 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
}