> 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/time-limited-access-with-automated-credential-rotation.md).

# 時間制限付きアクセスと自動認証情報ローテーション

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

## 概要

時間制限付きアクセスでは、管理者が定めた期間、ユーザーとPAMリソースを共有できます。アクセス枠が終了すると、ユーザーのアクセスは削除され、認証情報は自動的にローテーションされるため再利用できません。認証情報の変更はすべて完全な監査証跡に記録されます。

この方式により、各アクセス枠で一意の認証情報セットが使われ、認証情報の窃取に対する保護と、認証情報ローテーション要件へのコンプライアンスが維持されます。

**主な機能**

* オンデマンドまたはスケジュールに基づく自動認証情報ローテーション
* 承認済みユーザー向けの時間制限付きアクセス枠
* パスワードローテーションポリシーとの連携
* 認証情報変更の完全な監査証跡

## 構成

PAMユーザーレコードタイプに時間制限付きアクセスを付与する手順は、以下のとおりです。

1. ボルトからPAMユーザーレコードタイプを開きます。
2. **\[共有]** ボタンをクリックします。
3. ユーザーを共有先として追加し、共有権限のドロップダウンから **\[有効期限の設定]** を選択します。
4. 以下のフィールドを設定できます。

<table><thead><tr><th width="275.62890625">フィールド</th><th>説明</th></tr></thead><tbody><tr><td>有効期限</td><td>ユーザーに付与するアクセスの期間です。</td></tr><tr><td>アクセスの有効期限</td><td>アクセスが取り消される日時を表示します。</td></tr><tr><td>有効期限後にパスワードをローテーション</td><td>有効にすると、アクセス枠の終了時に認証情報が自動ローテーションされ、再利用できないようにします。</td></tr><tr><td>アクセス終了時にメール送信先</td><td>オプションで、アクセス終了時にメール通知を送ります。レコード所有者または別の受信者に通知するよう設定できます。</td></tr></tbody></table>

5. 有効期限を選択し、**\[有効期限後にパスワードをローテーション]** を有効にします。

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

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

* [時間制限付きアクセス](/enterprise-guide/jp/sharing/time-limited-access.md)
* [パスワードローテーション](/keeperpam/jp/privileged-access-manager/password-rotation.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/time-limited-access-with-automated-credential-rotation.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.
