# 概要

Keeperブリッジは、クライアントアプリケーションとWindowsサービスで構成されています。

クライアントアプリケーションでは、ディレクトリサービスに固有の設定を構成できます。また、サービスコントローラーとしても機能し、LDAPフィルタ設定を調整して、サービスに変更を反映させることが可能です。

Windowsサービスは、ノード、ロール、チーム、ユーザーのディレクトリツリーをポーリングし、これらの要素をKeeper管理コンソールと同期させます。これにより、ユーザー、ロール、チームの管理が簡素化され、ユーザーへの招待が自動で行われます。ポーリング間隔は5分から1440分の範囲で設定可能です。

クライアントアプリケーションは、複数のシステムにインストールすることで複数の管理者が使用できますが、サービスはKeeperブリッジインスタンスごとに、 1 つのホストシステムにインストールする必要があります。すべてのクライアントアプリケーションは、1つのサービスインスタンスに接続します。

以下は、ディレクトリ用のブリッジアーキテクチャ図です。

![Keeperブリッジアーキテクチャ](/files/-M667u3vba8Rqh6BHPmd)


---

# 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/keeper-bridge/jp/overview.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.
