> 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/enterprise/admin-console/admin-console-17.10.2.md).

# 管理コンソール 17.10.2

## 概要 <a href="#overview" id="overview"></a>

本リリースでは、17.9.0および17.10.0で導入された自律型AIガバナンスとKeeperPAM機能の改善に加え、KEPM (Keeperエンドポイント特権マネージャー) の承認、リスク管理ダッシュボード、ARAM (レポート・アラートモジュール)、および一般的なUIの安定性に関するさまざまな修正を実施しました。

## 新機能 <a href="#new-features" id="new-features"></a>

### KEPM向けの新しい自律型AIリクエストタイプ <a href="#new-agentic-ai-request-types-for-kepm" id="new-agentic-ai-request-types-for-kepm"></a>

エンドポイント特権マネージャーの自律型AIガバナンス機能で導入された、AI関連の新しいリクエストタイプに対応するため、**\[承認]** タブを拡張しました。管理者は、本リリースで登録された新しいリクエストタイプ向けに承認ワークフローを構成できるようになりました。

<figure><img src="/files/rH4W7nHYynDhZWZbIZEZ" alt=""><figcaption><p>自律型AI承認の追加</p></figcaption></figure>

### KeeperPAMでのNHI UID表示 <a href="#nhi-uid-visibility-for-keeperpam" id="nhi-uid-visibility-for-keeperpam"></a>

管理者が管理コンソールから非人間ID (NHI) のUIDを直接確認できるようになりました。KSMデバイスについてはアプリUIDが表示されます。また、本リリースではGovCloud環境でのNHI UIDのサポートも追加されました。

<figure><img src="/files/0adpSAM5ulEN5hpzq5qc" alt=""><figcaption><p>KeeperPAM NHIリスト</p></figcaption></figure>

### ARAM向けの新しいイベントタイプ <a href="#new-event-types-for-aram" id="new-event-types-for-aram"></a>

管理コンソールで、以下のARAMイベントタイプが認識および表示されるようになりました。

* **パスワードの表示** — ユーザーがボルト内でパスワードを表示した際に記録されます。
* **フォルダの移動** — フォルダの親フォルダが変更された際に記録されます。
* **フォルダの更新** — フォルダが更新された際に記録されます。
* **レコードの移動** — レコードがフォルダ間で移動された際に記録されます。

## バグ修正 <a href="#bug-fixes" id="bug-fixes"></a>

* **EM-8977:** 一部の顧客環境で管理コンソールがクラッシュする不具合を修正。
* **EM-8976:** セキュリティ監査の増分データ処理がループし、レポートを保存できない不具合を修正。
* **EM-8968:** 画面幅が狭い場合に、一括ユーザー操作ボタンが正しく表示されない不具合を修正。
* **EM-8962:** 一括操作メニューから **\[アカウントのロック解除]** をクリックした後にエラーが発生する不具合を修正。
* **EM-8960:** 画面幅が狭い場合にKeeperPAMセクションが重なって表示される不具合を修正。
* **EM-8943:** リスク管理のセキュリティアラートで「不明なエラーが発生しました」というメッセージが表示される不具合を修正。
* **EM-8851:** ログイン中にKeeper管理者ロールから削除された管理者が、管理コンソールからログアウトされない不具合を修正。
* **EM-8757:** すべてのモーダルをEscape (ESC) キーで閉じられるようになりました。
* **EM-8749:** シークレットマネージャーインストーラのダウンロードリンクが誤っていた不具合を修正。
* **EM-8746:** リスク管理ダッシュボードにおける複数の表示上の不具合を修正。
* **EM-8744:** プロビジョニングセクションでノードのドロップダウンが不正に縮小表示される不具合を修正。
* **EM-8723:** 新しいログインページ画像に関するレイアウト上の不具合を修正。
* **EM-8660:** KEPMのリクエスト詳細モーダルに、ファイル/証明書のハッシュ情報を追加。
* **EM-8594:** セキュリティ監査の2要素認証ドロップダウンから、RSAオプションが削除されない不具合を修正。


---

# 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/release-notes/jp/enterprise/admin-console/admin-console-17.10.2.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.
