# Game Chatのリソース管理

&#x20;Game Chatサービスでユーザーが実行できるすべての活動は、Resource Managerで定義したリソースタイプおよびリソースタイプ別作業履歴(アクション)とマッピングされます。 マッピングされた値を基準にユーザーが実際に行った活動履歴は Cloud Activity Tracerで収集し、管理者がユーザーの活動をモニタリングしたり、監査レポートを作成する際に活用できます。 さらに、リソースタイプは Sub Accountでユーザー別使用権限の基準としても使用されます。\
リソースとリソースタイプ別作業履歴に関する説明は以下のとおりです。

* リソース
  * 各サービスで管理する主な情報単位
  * ユーザーが作成、変更、削除できるオブジェクト
  * NAVERクラウドプラットフォームサービス別の固有の値
* リソースタイプ別作業履歴(アクション)
  * ユーザーがコンソールや APIを通じて行った作業履歴
  * リソースを作成、変更、削除する行為

Game Chatサービスのリソースタイプとリソースタイプ別作業履歴情報は以下のとおりです。

<table><thead><tr><th>サービス名(商品コード)</th><th width="163">リソースタイプ</th><th>リソースタイプ別作業履歴</th></tr></thead><tbody><tr><td>Game Chat (GameChat)</td><td>Project</td><td>Change Account</td></tr><tr><td></td><td></td><td>Change License</td></tr><tr><td></td><td></td><td>Change Project Name</td></tr><tr><td></td><td></td><td>Create Project</td></tr><tr><td></td><td></td><td>Delete Project</td></tr><tr><td></td><td></td><td>Initialize Password</td></tr><tr><td></td><td></td><td>Initialized</td></tr><tr><td></td><td></td><td>Request initialization</td></tr></tbody></table>

参考

* Resource Manager: NAVERクラウドプラットフォームで無料提供するサービスです。 使用方法の詳細は、[Resource Managerご利用ガイド](https://guide.ncloud-docs.com/docs/ja/resourcemanager-overview)をご参照ください。
* Cloud Activity Tracer: NAVERクラウドプラットフォームで無料提供するサービスです。 使用方法の詳細は、[Cloud Activity Tracerご利用ガイド](https://guide.ncloud-docs.com/docs/ja/cat-overview)をご参照ください。


---

# 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.gamechat.me/basics/game-chat-v2/game-chat-ri-ben-yu/game-chatnorissu.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.
