> 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/universal-secrets-sync/vault-guide.md).

# ボルトガイド

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

本ガイドでは、Keeperボルトのユーザーインターフェイスからユニバーサルシークレット同期 (USS) の同期操作を開始し、確認する方法について取り扱います。

{% hint style="info" icon="pencil-line" %}
続行する前に、[セットアップ](/keeperpam/jp/privileged-access-manager/universal-secrets-sync/setup.md)のドキュメントをご参照ください。PAM構成とKeeperゲートウェイが正しくセットアップされていることをご確認ください。
{% endhint %}

### 自動同期 <a href="#automatic-sync" id="automatic-sync"></a>

PAM構成で**ドライラン**が有効でない場合、リンクされたフォルダ内のKeeperレコードが作成または更新されるたびにUSSが自動実行されます。ボルトUIからの手動操作は不要です。

同期アクティビティを監視するには、管理コンソールのレポート・アラートセクションでイベントをご確認ください。

### 手動同期 (ドライランモード) <a href="#manual-sync---dry-run-mode" id="manual-sync---dry-run-mode"></a>

**ドライラン**が選択されている場合、明示的に承認するまで変更はクラウドプロバイダへプッシュされません。

**手順1:** リンクされたフォルダを開く

USS構成のリンクされたフォルダのいずれかに移動し、**\[更新をプッシュ]** を選択します。

<figure><img src="/files/QcU8NwNTeeQbGHskZJQI" alt=""><figcaption><p>手動同期 (ドライランモード)</p></figcaption></figure>

**手順2:** シークレットを確認

クラウドプロバイダで作成または更新されるすべてのシークレットのプレビューが表示されます。続行する前に一覧を慎重にご確認ください。

**手順3:** 確定またはキャンセル

**\[同期]** をクリックして変更をクラウドプロバイダへプッシュします。変更せずにキャンセルする場合は、**\[同期]** をクリックせずにダイアログを閉じます。

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

**手順4:** 結果を確認

**\[同期]** をクリックすると、ボルトに同期結果が表示されます。アプリケーションまたはフォルダビューの最終同期タイムスタンプとステータスで、操作が正常に完了したことをご確認ください。

<figure><img src="/files/J9yCdOVraPLtIP0WOu4I" alt=""><figcaption><p>ユニバーサルシークレット同期 (成功)</p></figcaption></figure>

#### SIEMイベントログとレポート <a href="#siem-event-logging--reporting" id="siem-event-logging--reporting"></a>

ユニバーサルシークレット同期の操作は、すべてKeeper管理コンソールの **\[レポートとアラート]** に記録されます。これらのイベントは **\[外部ログ]** を介して接続済みのSIEMプロバイダにも送信されます。同期イベントの通知を受け取るには、**\[アラート]** 画面でアラートを設定してください。

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

#### 関連ページ <a href="#related-pages" id="related-pages"></a>

* [ユニバーサルシークレット同期の概要](/keeperpam/jp/privileged-access-manager/universal-secrets-sync.md#pdf-page-dqtjnnk6pra4mfdizdco-what-is-keeper-discovery): 機能の概要、アーキテクチャ、主な機能
* [セットアップ](/keeperpam/jp/privileged-access-manager/universal-secrets-sync/setup.md): 要件とPAM構成のセットアップ
* [移行](/keeperpam/jp/privileged-access-manager/universal-secrets-sync/migration.md): 既存のクラウドシークレットのインポートと、1つのワークフローでのUSS構成
* [コマンダーCLI](/keeperpam/jp/privileged-access-manager/universal-secrets-sync/commander-guide.md): CLIリファレンスとドライランのワークフロー


---

# 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/universal-secrets-sync/vault-guide.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.
