importedAppleDeviceIdentity リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
importedAppleDeviceIdentity リソースは、Apple デバイスのインポートされたデバイス ID を表します。
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| importedAppleDeviceIdentities を一覧表示する | importedAppleDeviceIdentity コレクション | importedAppleDeviceIdentity オブジェクトのプロパティとリレーションシップを一覧表示します。 |
| importedAppleDeviceIdentity を取得する | importedAppleDeviceIdentity | importedAppleDeviceIdentity オブジェクトのプロパティとリレーションシップを読み取ります。 |
| importedAppleDeviceIdentity を作成する | importedAppleDeviceIdentity | 新しい importedAppleDeviceIdentity オブジェクトを 作成します。 |
| importedAppleDeviceIdentity を削除する | なし | importedAppleDeviceIdentity を削除します。 |
| importedAppleDeviceIdentity を更新する | importedAppleDeviceIdentity | importedAppleDeviceIdentity オブジェクトのプロパティを更新します。 |
| importAppleDeviceIdentityList アクション | importedAppleDeviceIdentityResult コレクション | まだ文書化されていません |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | エンティティのキー。 |
| シリアル番号 | String | デバイスのシリアル番号 |
| requestedEnrollmentProfileId | String | 登録プロファイル ID 管理者は、次の登録時にデバイスに適用する予定です |
| requestedEnrollmentProfileAssignmentDateTime | DateTimeOffset | 時間登録プロファイルがデバイスに割り当てられた |
| isSupervised | Boolean | Apple デバイスが監視対象かどうかを示します。 詳細については、次をご覧ください。 https://support.apple.com/en-us/HT202837| |
| discoverySource | discoverySource | Apple デバイス検出ソース。 可能な値は unknown、adminImport、deviceEnrollmentProgram です。 |
| isDeleted | ブール値 | デバイスが Apple Business Manager から削除されたかどうかを示します。 |
| createdDateTime | DateTimeOffset | デバイスの作成日時 |
| lastContactedDateTime | DateTimeOffset | デバイスの最終連絡日時 |
| 説明 | String | デバイスの説明 |
| enrollmentState | enrollmentState | Intune内のデバイスの状態。 使用可能な値: unknown、enrolled、pendingReset、failed、notContacted、blocked。 |
| platform | プラットフォーム | デバイスのプラットフォーム。 使用可能な値: unknown、ios、android、windows、windowsMobile、macOS。 |
リレーションシップ
なし
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"
}
フィードバック
フィードバックの送信と表示