> 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/user-guides/jp/sharing/time-limited-access.md).

# 時間制限付きアクセス

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

## 概要

時間制限付きアクセス機能を使用すると、認証情報やシークレットを他のKeeperユーザーと一定期間だけ安全に共有し、指定した日時になるとアクセス権が自動的に取り消されます。これにより、不要な長期アクセス権の付与を防ぎ、共有期間の終了後は受信者のボルトから対象の情報が自動的に削除されるため、不正アクセスのリスクを大幅に低減できます。

{% embed url="<https://vimeo.com/930338779>" %}
時間制限付きアクセス機能のご紹介
{% endembed %}

## レコードの共有

ボルトからレコードを選択し&#x3066;**\[共有]**&#x3092;クリックし、共有相手のメール アドレスを入力するかリストから選択します。権限レベルを設定し、**\[追加]**&#x3092;クリックします。

<figure><img src="/files/fkKu3V4S0bTX7E9VUE52" alt=""><figcaption><p>レコードの共有</p></figcaption></figure>

<figure><img src="/files/tBd0KWWRG3NMIcBnBDYq" alt=""><figcaption><p>ユーザーを追加して権限を設定</p></figcaption></figure>

「ユーザー権限」ドロップダウンを選択し、**\[有効期限の設定]**&#x3092;クリックします。 ここで、デフォルトの有効期限のいずれかを選択するか、**\[日付と時間のカスタマイズ]**&#x3092;クリックして任意の日付と時間を設定します。次に、共有相手のアクセスの有効期限が切れた際にレコードの所有者や編集権限を持つユーザーにメールで通知したい場合は、ボックスをチェックします。**\[完了]**&#x3092;クリックして保存します。

<figure><img src="/files/eBtJmDE6uMzDMRZyvL54" alt=""><figcaption><p>有効期限の設定</p></figcaption></figure>

<figure><img src="/files/0ympocG6Qw2fJalzQWjf" alt=""><figcaption><p>有効期限の設定とメール通知の設定</p></figcaption></figure>

<figure><img src="/files/bA8UWyb0TAZdEiS35Fum" alt=""><figcaption><p>アクセス期限を適用</p></figcaption></figure>

{% hint style="info" %}
時間制限付きで共有されたユーザーには閲覧および編集の権限を付与できますが、共有権限は付与できません。共有権限が適用されている場合は有効期限が削除されます。
{% endhint %}

## フォルダの共有

ボルトから共有フォルダを開き、**編集アイコン**をクリックして、**\[ユーザー]** タブから共有したいユーザーまたはチームを追加します。

<figure><img src="/files/1ZSncJIFIiDTAtdkDzvL" alt=""><figcaption><p>共有フォルダの編集</p></figcaption></figure>

前述の単一のレコードを共有する場合と同様に、権限を設定してドロップダウンメニューか&#x3089;**\[有効期限の設定]**&#x3092;クリックします。

<figure><img src="/files/1153EimzXT4xmdUdm7Zm" alt=""><figcaption><p>有効期限の設定</p></figcaption></figure>

次に、共有相手のアクセスの有効期限が切れた際にフォルダの「レコードの追加と削除を許可」権限を持つユーザーにメールで通知したい場合は、ボックスをチェックします。**\[完了]**&#x3092;クリックして保存します。

<figure><img src="/files/mIg1TkQttCHOYcIVCaYi" alt=""><figcaption><p>有効期限の設定とメール通知の設定</p></figcaption></figure>

{% hint style="info" %}
時間制限付きで共有されたユーザーには閲覧および編集の権限を付与できますが、「ユーザーを管理」の権限は付与できません。「ユーザーを管理」の権限が適用されている場合は有効期限が削除されます。
{% endhint %}


---

# 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/user-guides/jp/sharing/time-limited-access.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.
