> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/references/references-classic/glossary-classic/object-classic.md).

# オブジェクト（クラシック）

オブジェクトは、Nexthinkによってそのプロパティ、活動、生成されたイベントが監視される、あなたのITインフラストラクチャ内の識別可能な要素の表現です。 オブジェクトは、ハードウェアまたはソフトウェア要素を指すことができます。

Nexthinkには10種類のオブジェクトがあります。 各種オブジェクトの利用可能性とそれにより運ばれる情報は、それを生成したエンドユーザーデバイスのプラットフォームに依存します。 複数のプラットフォームで利用可能なオブジェクトタイプは、特定のプラットフォーム用とプラットフォームで共有されるものに分けられます。 プラットフォーム特有のオブジェクトは1つのプラットフォームにのみ属します。 例えば、デバイスはプラットフォーム特有であり、1つのデバイスはWindowsデバイス、macOSデバイス、またはモバイルデバイスのいずれかだからです。 一方で、ユーザーはプラットフォームで共有されており、同じユーザーがWindows、macOS、モバイルのいずれかで確認されることがあるからです。

| プラットフォーム用に利用可能           | オブジェクトタイプ                                                                                      | プラットフォーム特有性 |
| ------------------------ | ---------------------------------------------------------------------------------------------- | ----------- |
| Windows \| macOS \| モバイル | [ユーザー](/platform/ja/references/references-classic/glossary-classic/user-classic.md)            | 共有          |
| Windows \| macOS \| モバイル | [デバイス](/platform/ja/references/references-classic/glossary-classic/device-classic.md)          | 特定          |
| Windows \| macOS         | [パッケージ](/platform/ja/references/references-classic/glossary-classic/package-classic.md)        | 特定          |
| Windows \| macOS         | [アプリケーション](/platform/ja/references/references-classic/glossary-classic/application-classic.md) | 特定          |
| Windows \| macOS         | [実行ファイル](/platform/ja/references/references-classic/glossary-classic/executable-classic.md)    | 特定          |
| Windows \| macOS         | [バイナリ](/platform/ja/references/references-classic/glossary-classic/binary-classic.md)          | 特定          |
| Windows \| macOS         | [ポート](/platform/ja/references/references-classic/glossary-classic/port-classic.md)             | 共有          |
| Windows \| macOS         | [宛先](/platform/ja/references/references-classic/glossary-classic/destination-classic.md)       | 共有          |
| Windows                  | [ドメイン](/platform/ja/references/references-classic/glossary-classic/domain-classic.md)          | 共有          |

***

関連概念

* [アクティビティ](/platform/ja/references/references-classic/glossary-classic/activity-classic.md)
* [イベント](/platform/ja/references/references-classic/glossary-classic/event-classic.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.nexthink.com/platform/ja/references/references-classic/glossary-classic/object-classic.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
