# バックエンドAPI 17.5.6

## 新機能

* **KA-7089:** KeeperPAMの新しいARAMイベントを追加。

```
Discovery job (${discover_job_uid}) completed on Gateway UID (${gateway_uid}) for user ${username}
Discovery job (${discover_job_uid}) started on Gateway UID (${gateway_uid}) for user ${username}
User $username started connection with protocol $protocol on record $record_uid (private/personal record)
User $username started connection with protocol $protocol on record $record_uid (ephemeral account)
User $username started connection with protocol $protocol on record $record_uid (ephemeral account, elevated permissions)
User $username started connection with protocol $protocol on record $record_uid (elevated permissions)
```

## 改善点

* **KA-7149:** SCIM機能を全般的に改善し、エラーメッセージの明確化とスロットリング対応を強化。
* **KA-7302:** コマンダーCLIからの生体認証・パスキー登録を許可。

## バグ修正

* **KA-6945:** セキュリティレポートが過大になる不具合を修正。
* **KA-6990:** レコード所有者に関連するレコードで、追加および更新時にセキュリティデータが1件しか保存されなかった不具合を修正。
* **KA-7177:** 二要素認証コード不一致時の500エラーを修正。
* **KA-7187:** 時間制限付きアクセス (TLA) スケジューラーの不具合を修正。
* **KA-7190:** SCIMで、保留中ユーザーの更新時にPUTが失敗する不具合を修正。
* **KA-7197:** 高負荷時のプッシュ通知および通知センターの不具合を修正。
* **KA-7217:** ユーザーのメールアドレス変更時に「Username Verification Token処理エラー」が発生する不具合を修正。
* **KA-7227:** バックエンドおよびウェブボルトで、連携デバイスの二要素認証変更が他の連携デバイスのログアウトを引き起こす不具合を修正。
* **KA-7260:** 直接共有時にBreachWatchのレコードデータが送信されない不具合を修正。
* **KA-7261:** 共有時にレコードや共有フォルダのBreachWatchセキュリティデータが空になる不具合を修正。
* **KA-7273:** PAMバンドルのアドオンが本来有効であるにもかかわらず、トライアル終了時に期限切れになる不具合を修正。
* **KA-7274:** CrowdStrikeのテストイベントで解析エラーが発生する不具合を修正。
* **KA-7291:** エンタープライズアカウントのトライアル環境においてPAMライセンス枠が誤ってカウントされる不具合を修正。
* **KA-7298:** ブラウザ拡張機能のクライアントバージョンをアップグレードした際にパスキーが正常に動作しない不具合を修正。

## その他のタスク

* **KA-7148:** PEDM MFA検証用の新しいエンドポイントを実装。
* **KA-7172:** 削除されるべき情報が残っていたデバイス管理の不具合を修正。
* **KA-7176:** PAMにおいて、ルーター施行用のアカウントサマリーにKSMフラグを追加。
* **KA-7189:** 多数のデバイスを持つユーザーの古いデバイス識別子の取り扱いを改善。
* **KA-7196:** 新環境向けにBreachWatch用ハードウェアセキュリティモジュールを追加。
* **KA-7228:** PAM検証の一環としてKSM施行を更新。
* **KA-7234:** ログイン中デバイスの名前変更に関するデバイス管理APIを更新。
* **KA-7252:** デバイス管理操作に対する追加のプッシュ通知を実装。
* **KA-7306:** Javaライブラリをアップグレード。


---

# 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/release-notes/jp/backend/backend-api/backend-api-17.5.6.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.
