> 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/references.md).

# 参考資料

- [エアギャップ環境におけるKeeperPAMの導入](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/deploying-keeperpam-in-air-gapped-environments.md)
- [ポートマッピング](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/port-mapping.md): PAM構成での代替ポートの定義
- [SSHの設定](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/setting-up-ssh.md): 対象マシンでのSSH設定例
- [WinRMの設定](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/setting-up-winrm.md): WinRMの設定例
- [ゲートウェイネットワーク構成](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/gateway-network-configuration.md)
- [SQL Serverのセットアップ](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/setting-up-sql-server.md): Keeperゲートウェイからポート1433経由でMicrosoft SQLサーバーにアクセス
- [データベースのインポートとエクスポート](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/database-import-and-export.md): データをマシン上のファイルからデータベース接続へインポートしたり、接続されたデータベースからエクスポートしてマシンへダウンロード
- [Linuxへのsqlcmdのインストール](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/installing-sqlcmd-on-linux.md): LinuxマシンからSQL Serverにアクセスするためのsqlcmdインストール手順
- [LinuxへのDockerインストール](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/installing-docker-on-linux.md): Linux環境におけるDockerのクイックセットアップ手順
- [ローテーション用KSMアプリの作成](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/creating-ksm-app-for-rotation.md): パスワードローテーション用Keeperシークレットマネージャーアプリケーションの作成手順
- [Active Directoryにおける最小権限の付与](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/active-directory-least-privilege.md): ローテーションに必要な最小権限をサービスアカウントに付与
- [イベントレポート](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/event-reporting.md): 高度なレポートとアラートモジュールでのKeeperローテーションイベントレポート
- [PAMリソースのインポート](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/importing-pam-resources.md): Keeper PAMリソースの一括インポート
- [CSVテンプレートの使用](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/importing-pam-resources/using-a-csv-template.md): PAM Projectコマンド向けにCSVテンプレートをJSONファイルへ変換するスクリプトの利用
- [既存のモデルへのPAMリソースの追加](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/importing-pam-resources/adding-pam-resources-to-an-existing-model.md): 新規モデルではなく既存のPAM構成へコンテンツを追加する
- [KCMから接続をインポート](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/importing-pam-resources/import-connections-from-kcm.md): 既存PAMプロジェクトへのKCM接続および接続グループのインポート
- [CLIによるローテーション管理](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/managing-rotation-via-cli.md): Keeperコマンダーを使用して、個別および一括でのローテーション設定を管理
- [ITSMとの統合](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/itsm-integration.md): ServiceNowなどのITSMプラットフォームとの統合
- [ベンダー特権アクセス管理](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/vendor-privileged-access-management.md): KeeperPAMによるベンダー特権アクセス (VPAM) の提供
- [コマンダーSDK](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/commander-sdk.md): コマンダーCLI / SDKインターフェースによるローテーション管理
- [Cron式](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/cron-spec.md): Cron式を使用した自動パスワードローテーション設定
- [プレビュー版へのアクセス方法](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/references/preview-access.md): KeeperPAMのプレビュー版へのアクセス方法


---

# 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/references.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.
