# リソース権限

リソース権限は、アプリケーションごとに設定する個別権限です。

同じユーザーでも、アプリケーションごとに異なる権限を持つことができます。たとえば、あるアプリケーションでは編集権限を持ち、別のアプリケーションでは閲覧権限のみを持つ、といった設定が可能です。

### リソース権限の種類

リソース権限には、以下の 3 種類があります。

<table><thead><tr><th width="135.3046875">リソース権限</th><th width="303.16015625">概要</th><th>利用するケース</th></tr></thead><tbody><tr><td>フルアクセス</td><td>アプリケーションに対するすべての操作が可能です。他のユーザーへのリソース権限の付与も行えます。</td><td>対象アプリケーションの管理を担当するユーザーに付与します。</td></tr><tr><td>編集</td><td>アプリケーションの運用に必要な設定変更やログの管理が可能です。</td><td>対象アプリケーションの設定や運用を担当するユーザーに付与します。</td></tr><tr><td>閲覧</td><td>アプリケーション内の情報を閲覧できます。設定の変更はできません。</td><td>対象アプリケーションの状況を確認するユーザーに付与します。</td></tr></tbody></table>

{% hint style="warning" %}
フルアクセスは、Admin ユーザーとアプリケーション作成者にデフォルトで付与されます。
{% endhint %}

### リソース権限を設定する

リソース権限は、アプリケーション単位で設定します。

Nodes 画面から、対象のアプリケーションを選択し、アプリケーションの設定画面に遷移してください。

遷移後、ユーザーカードの `設定を開く` を選択してください。

<figure><img src="/files/vGlmgYfFye1GO0ntSZtZ" alt="" width="563"><figcaption></figcaption></figure>

アプリケーションアクセスページでは、リソース権限の設定状況を確認できます。

新しくリソース権限を割り当てるためには、画面右上の `ユーザーを追加` を選択して下さい。

対象のユーザーと権限を指定し、`追加` を選択してください。

<figure><img src="/files/7JnEIMLxZhXFOFJNUjCm" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.radar.citadel-ai.com/administrator-guide/manage-permissions/resource-permissions.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.
