> 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/keeper-privileged-cloud/configure-and-elevate-access-for-a-pam-cloud-resource.md).

# PAMクラウドリソースの構成とアクセス昇格

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

### 概要 <a href="#overview" id="overview"></a>

本ページでは、PAMクラウドレコードを使用して、構成済みIDプロバイダ経由でクラウドプラットフォームへジャストインタイム昇格アクセスを付与する方法を取り扱います。

レコードを共有し、JITおよびワークフロー設定を構成すると、ユーザーはアクセスを要求し、承認された時間枠の間にグループベースの一時昇格またはロールベースの昇格を受け取り、常設特権なしで対象プラットフォームを起動できます。

クラウドコンソールまたはフェデレーションアプリケーションへのアクセスが、SSO、IDプロバイダのグループ、またはロール割り当てで管理され、承認・時間制限・完全な監査が必要な場合に、この構成を使用します。

### PAMクラウドリソースの構成と共有 <a href="#configure-and-share-the-pam-cloud-resource" id="configure-and-share-the-pam-cloud-resource"></a>

以下の例では、IDプロバイダ経由で昇格アクセスを付与するようPAMクラウドレコードを構成しています。**PAM設定**の **\[編集]** を選択して、ワークフローとJITを構成します。

<figure><img src="/files/56DHi76qny1kxVbEGKqb" alt=""><figcaption></figcaption></figure>

#### **JIT設定** <a href="#jit-settings" id="jit-settings"></a>

JIT設定では、承認後のアクセス付与方法を定義します。以下の例では、レコードがグループベースの特権昇格を使用しています。グループ名は、IDプロバイダ内の対応するグループと**完全に**一致している必要があります。承認後、ユーザーは構成された期間の間、一時的な昇格を受け取ります。

<figure><img src="/files/56DHi76qny1kxVbEGKqb" alt=""><figcaption></figcaption></figure>

#### **ワークフロー設定** <a href="#workflow-settings" id="workflow-settings"></a>

ワークフロー設定では、レコードの承認制御を定義します。以下の例では、レコードが承認を必須とし、アクセスを1時間に制限しています。アクセス時間枠が終了すると、アクティブなセッションは閉じられ、一時的な昇格は削除されます。各要求に理由とチケット番号を必須にすることもできます。

詳細は[ワークフロー](/keeperpam/jp/privileged-access-manager/just-in-time-access-jit/workflow.md)をご参照ください。

<figure><img src="/files/56DHi76qny1kxVbEGKqb" alt=""><figcaption></figcaption></figure>

### アクセス要求 <a href="#requesting-access" id="requesting-access"></a>

PAMクラウドレコードがエンドユーザーと共有され、JITおよびワークフロー設定が構成されると、エンドユーザーはKeeperボルトまたはコマンダーからアクセス要求を送信できます。

ワークフローの全体像は[アクセスワークフロー](/keeperpam/jp/privileged-access-manager/just-in-time-access-jit/keeper-privileged-cloud.md#access-workflow)をご参照ください。


---

# 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/keeper-privileged-cloud/configure-and-elevate-access-for-a-pam-cloud-resource.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.
