# シークレットマネージャー関連コマンド

## 関連概要

本ページでは**Keeperシークレットマネージャー**を取り扱います。クラウド上で動作するゼロ知識方式のプラットフォームで、DevOpsおよびエンジニアリングチーム向けに、パスワード、APIキー、サービスアカウントのシークレットなど特権的な認証情報へのアクセスを一元的かつ安全に管理するために設計されています。コードへの認証情報の直書きの排除、アプリケーションへのボルトアクセスの付与、サービスアカウント認証情報のオンデマンドでのローテーションなどの利用が行えます。

## シークレットマネージャー関連コマンドの種類

* [シークレットマネージャーアプリ操作コマンド](https://github.com/Keeper-Security/gitbook-jp-secrets-manager/blob/main/commander-sdk/keeper-commander-sdks/sdk-command-reference/secrets-manager-commands/secrets-manager-commands/secrets-manager-app-commands/README.md)
* [シークレットマネージャークライアント操作コマンド](https://github.com/Keeper-Security/gitbook-jp-secrets-manager/blob/main/commander-sdk/keeper-commander-sdks/sdk-command-reference/secrets-manager-commands/secrets-manager-commands/secrets-manager-client-commands/README.md)
* [シークレットマネージャー共有操作コマンド](https://github.com/Keeper-Security/gitbook-jp-secrets-manager/blob/main/commander-sdk/keeper-commander-sdks/sdk-command-reference/secrets-manager-commands/secrets-manager-commands/secrets-manager-share-commands/README.md)


---

# 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/keeperpam/jp/commander-sdk/keeper-commander-sdks/sdk-command-reference/secrets-manager-commands.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.
