# レコードとファイルの共有

## レコードの共有

Keeperレコードには、認証情報、ファイル、2要素コード、特権アクセス機能など、あらゆる種類のデータを含めることができます。Keeperレコードは、他のユーザーと個別に共有できるほか、他のユーザーに所有権を譲渡することも可能です。

以下の例では、レコードにログイン/パスワード、パスキー (MFA用)、添付ファイル、2要素コードが含まれています。

**\[共有]**&#x30DC;タンを押します。

<figure><img src="https://3468650114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeJwa6ByNJ2qindnPknCW%2Fuploads%2FvG6b9jNX41Ws1gYVTO2O%2FScreenshot%202023-11-30%20at%2010.36.35%E2%80%AFAM.png?alt=media&#x26;token=c5886e11-53b7-4998-b5dc-7b1c76d074cc" alt=""><figcaption><p>レコードの共有</p></figcaption></figure>

**\[ユーザーの追加]**&#x30BF;ブで、メール アドレス欄の中をクリックし、レコードを共有したいKeeperユーザーのメールアドレスを検索または入力します。

ドロップダウンの矢印をクリックして許可レベル (編集、共有、編集と共有、閲覧のみ、所有権の譲渡) を設定し、**\[追加]**&#x3092;クリックします。

<figure><img src="https://3468650114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeJwa6ByNJ2qindnPknCW%2Fuploads%2FuuKkQtHVoWOrXdM7Oj7R%2FScreenshot%202023-11-30%20at%2010.38.03%E2%80%AFAM.png?alt=media&#x26;token=a4efca2e-68ed-4536-82ef-f9ebe3e21c54" alt=""><figcaption><p>アクセス許可の共有</p></figcaption></figure>

既存のKeeperエンタープライズテナント内で共有する場合はそれ以上の手順は必要ありませんが、テナント以外のユーザーと共有する場合は、まず共有関係を確立する必要があります。ユーザーは、Keeperにログインして共有リクエストを受諾するか拒否するかを促すメールを受信します。共有関係が確立されると、そのユーザーがメールアドレスのドロップダウンリストに表示されます。

### 権限

共有するレコードに対する権限をコントロールできます。

| 権限      | 内容                                   |
| ------- | ------------------------------------ |
| 編集      | ユーザーはレコードを編集できます                     |
| 共有      | ユーザーはレコードを共有できます                     |
| 編集と共有設定 | ユーザーはレコードの編集と共有ができます                 |
| 閲覧のみ    | ユーザーはレコードの閲覧のみできます                   |
| 所有権を譲渡  | ユーザーはレコードの所有権を得て他のユーザーの権限をコントロールできます |

### 共有管理者ロール

共有されたレコードの受信者が共有管理者ロールの一員である場合、そのレコードの内容・所有権・権限に関して追加の権利が付与されます。

### 期限付きアクセス

共有実行後、ユーザーは権限を期限付きで割り当て、有効期限後に認証情報を自動的にローテーションすることができます。詳しくは、「[時間制限付きアクセス](/enterprise-guide/jp/sharing/time-limited-access.md)」のページをご参照ください。

### 管理コントロール

レコードやファイルの共有機能は、Keeper管理コンソールの **\[ロール]** セクションでKeeper管理者によって制限できます。

### コマンダーCLI

[KeeperコマンダーCLI](/keeperpam/jp/commander-cli/overview.md)からレコード共有コマンドをご利用になれます。これにより、共有に関するアクションをスクリプト化して自動化できるようになります。

詳細については以下の[共有コマンドのページ](/keeperpam/jp/commander-cli/command-reference/sharing-commands.md)をご覧ください。

* [`share-record`](/keeperpam/jp/commander-cli/command-reference/sharing-commands.md#share-recordkomando)
* [`record-permission`](/keeperpam/jp/commander-cli/command-reference/sharing-commands.md#record-permission-command)


---

# 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/enterprise-guide/jp/sharing/record-and-file-sharing.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.
