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

## **概要**

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

**主な機能**

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

**動作の仕組み**

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

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

詳しくは以下をご参照ください。

* [Keeperエンドポイント特権マネージャー](/jp/keeperpam/endpoint-privilege-manager/overview.md)<br>


---

# Agent Instructions: 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:

```
GET https://docs.keeper.io/jp/keeperpam/privileged-access-manager/just-in-time-access-jit/elevated-access-on-endpoints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
