> 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/release-notes/jp/backend/backend-api/backend-api-18.1.1.md).

# バックエンドAPI 18.1.1

## 新機能

* 非人間ID (NHI) 詳細取得用の専用APIを追加。PAMユーザー、リソース、ゲートウェイ、KSMデバイスごとに分類したNHI詳細を取得可能
* PAMアカウント向けの段階的KSM API利用モデルを導入。従来の無制限割り当てを、構造化されたティアレベル (デフォルト、ティア1、ティア2、ティア3、エンタープライズ) に置き換え
* 既存のPAM NHIカウントに加え、KSM NHIカウントを個別に追跡
* レコード上でパスワードを表示した際の新しいセキュリティ監査イベントを追加

## タスク

**KA-8648:** 非人間ID (NHI) UIDの取得および分類用の新しいAPIエンドポイントを追加。PAMユーザー、リソース、ゲートウェイ、KSMデバイスごとにNHI識別子を返し、管理者がKeeper管理コンソールからNHI数を直接確認可能。

**KA-8553:** PAMアドオン有効化時に、デフォルトのPAMバンドルKSMティアを割り当て。すべてのPAMアカウントで段階的KSM利用追跡を導入し、今後の課金および超過の可視化に対応。

**KA-8675:** ユーザーがKeeperレコード上でパスワードを表示した際に「revealed password」監査イベントを生成。セキュリティ監視用に記録され、SIEM/syslog連携で利用可能。


---

# 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:

```
GET https://docs.keeper.io/release-notes/jp/backend/backend-api/backend-api-18.1.1.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.
