> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/hajimeni/automated-user-management/setting-roles-and-permissions.md).

# 役割と権限の設定

## ロールと権限のロジック <a href="#roles-and-permissions-logic" id="roles-and-permissions-logic"></a>

Aikido では 3 つの異なるユーザーロール（**管理者**, **デフォルト** および **チーム限定** ユーザー）を用意しており、アクセスと権限を効果的に管理できます。デフォルトユーザーとチーム限定ユーザーは **標準の編集権限** または **読み取り専用**.

| ロール           | アクセスレベル                                 |
| ------------- | --------------------------------------- |
| **管理者**       | フルアクセス                                  |
| **デフォルトユーザー** | <p>グローバル / 全チーム</p><p>標準権限または読み取り専用</p> |
| **チーム限定ユーザー** | <p>チーム固有</p><p>標準権限または読み取り専用</p>        |

### デフォルトユーザー vs チーム限定ユーザー <a href="#default-users-vs-team-only-users" id="default-users-vs-team-only-users"></a>

主な違いは、チーム限定ユーザーは、自分が所属するチームに関するその問題のみにアクセスできることです。それでも、ほとんどの問題は管理できます。

| 権限                                                    | デフォルトユーザー | チーム限定ユーザー                    |
| ----------------------------------------------------- | --------- | ---------------------------- |
| <p><strong>問題の操作</strong></p><p>保留、無視、重要度の変更、自動修正</p> | ✅         | ✅                            |
| **タスクを作成**                                            | ✅         | ✅                            |
| **リポジトリを追加**                                          | ✅         | ❌                            |
| **コンテナレジストリを追加**                                      | ✅         | ❌                            |
| **ドメインを追加**                                           | ✅         | リポジトリにのみ接続。単独では不可。           |
| **問題のエクスポート**                                         | ✅         | ❌                            |
| **ペンテスト**                                             | ✅         | ❌                            |
| **コード品質**                                             | ✅         | ❌                            |
| **Zen Firewall**                                      | ✅         | ❌                            |
| **設定へのアクセス**                                          | すべての設定    | 一般設定 **のみ**                  |
| **レポートへのアクセス**                                        | すべてのレポート  | 時系列の傾向、ライセンスと SBOM、マルウェアモニター |

### 標準権限を持つユーザー向けの高度な権限 <a href="#advanced-rights-for-users-with-standard-rights" id="advanced-rights-for-users-with-standard-rights"></a>

Aikido には、有効化または無効化できる追加の権限レイヤーがあります（デフォルトユーザーとチーム限定ユーザーの両方に適用）。ユーザーに特定の操作を引き続き実行させたい場合に便利です。 **読み取り専用権限では、実行可能なすべての操作がブロックされます。**

**デフォルトユーザーとチーム限定ユーザーで設定可能**

* **問題を保留/無視**：問題を一時的または恒久的に却下する機能です。 [無視リクエストが有効な場合](/docs/docs-ja/hajimeni/core-functionalities/approval-inbox-for-ignored-issues.md#enabling-ignore-requests)、無視権限のないユーザーは、個別の問題の無視をリクエストできます [承認受信箱](/docs/docs-ja/hajimeni/core-functionalities/approval-inbox-for-ignored-issues.md)。保留には影響しません。
* **問題の重要度を変更**：問題の重要度レベルを変更する機能です。
* **データをエクスポートできます：** 脆弱性問題の CSV レポートをエクスポートする機能。

**デフォルトユーザーに限定**

* **チームを管理**：チーム設定とメンバーシップを管理する機能です。
* **リポジトリを管理：** ブランチの変更、マルチブランチスキャンの設定、カスタム SAST ルールの管理ができます。
* **クラウドを管理：** クラウドの追加と設定ができます
* **コンテナを管理：** コンテナの追加と設定ができます
* **ドメインを管理：** ドメインの追加と設定ができます
* **ペンテストを管理：** ペンテストの実行と設定ができます
* **コード品質ルールを管理：** コード品質ルールの追加と設定、およびコードコンテキストの管理ができます
* **デバイス保護を管理：** デバイスを追加し、ルールを設定できます

## ロールと権限の変更方法 <a href="#how-to-change-roles-and-permissions" id="how-to-change-roles-and-permissions"></a>

**手順 1。** 設定のユーザー概要に移動します

**手順 2。** 三点メニューをクリックして、特定のユーザーのロールと権限のモーダルを開きます

<div data-with-frame="true"><img src="/files/4dd5aba202aa78db2b9af9277d06eb4ccb39a435" alt="" width="375"></div>

**手順 3。** 希望するユーザーロールと権限を設定します

<div data-full-width="false" data-with-frame="true"><figure><img src="/files/df42224560468ca839e51ccd56daf91981e8691e" alt="" width="375"><figcaption></figcaption></figure></div>

## FAQ

なぜエラー「より上位の管理者のロールは変更できません」が表示されるのですか？

* これは、変更しようとしている管理者があなたより前に Aikido ワークスペースに参加しており、より高い権限レベルを持っていることを意味します。ロールを変更するには、アプリ内チャットで Aikido サポートに連絡し、管理者権限の昇格を依頼してください。


---

# 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://help.aikido.dev/docs/docs-ja/hajimeni/automated-user-management/setting-roles-and-permissions.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.
