> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/just-in-time-access-jit/elevated-access-on-endpoints.md).

# エンドポイントでの昇格アクセス

## **概要**

Keeperエンドポイント特権マネージャーはJITの適用範囲をエンドポイントまで広げ、管理者がユーザーに完全な管理者権限を与えずに、特定のプロセス、アプリケーション、またはタスクに必要な範囲だけ特権昇格を付与できるようにします。通常は標準の非特権アカウントで操作し、必要なときだけ昇格を申請できます。

**主な機能**

* Windows、macOS、Linuxにわたるプロセスレベルの権限管理
* きめ細かい制御を備えたポリシーベースの昇格ルール
* 承認ワークフローに連動した、ユーザーからの昇格要求
* 包括的な監査とレポート

**動作の仕組み**

1. 通常は標準の非特権アカウントで操作します。
2. 管理者権限が必要な場合、特定のタスク向けに昇格を要求します。
3. ポリシーに基づき、要求は自動承認されるか手動承認に回されます。
4. 昇格した権限は、指定されたプロセスまたは時間枠に対してのみ付与されます。
5. すべての昇格操作は完全な監査証跡に記録されます。

<figure><img src="/files/tmFcWWKT2QB8TLaiMpNM" alt=""><figcaption></figcaption></figure>

### 次のステップ <a href="#where-to-go-next" id="where-to-go-next"></a>

ユーザーデバイス上のエンドポイントJITは**Keeperエンドポイント特権マネージャー**が担当します。

製品とロールアウトモデルを理解する場合は、[エンドポイント特権マネージャーの概要](/keeperpam/jp/endpoint-privilege-manager/overview.md)から始めてください。

有効化とデプロイの準備ができた場合は、[はじめに](/keeperpam/jp/endpoint-privilege-manager/setup.md)に進んでください。

代表的なステップ

* [エンドポイント特権マネージャー](/keeperpam/jp/endpoint-privilege-manager/overview.md)で製品概要とポリシーモデルを確認
* [はじめに](/keeperpam/jp/endpoint-privilege-manager/setup.md)でライセンス、権限、エージェントのデプロイを設定
* [要求の管理](/keeperpam/jp/endpoint-privilege-manager/managing-requests.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.keeper.io/keeperpam/jp/privileged-access-manager/just-in-time-access-jit/elevated-access-on-endpoints.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.
