> 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/manage-teams-and-applications/assigning-resources-to-teams.md).

# チームへのリソース割り当て

チームにリソースを割り当てることで、Aikido 内での所有権が定義されます。これにより、検出事項が適切な担当者に振り分けられ、ダッシュボードの関連性が保たれ、チームは自分たちの責任範囲のものだけを確認できるようになります。

このページでは、個別および一括のオプションを含む、利用可能なすべてのリソース割り当て方法について説明します。

### チームページから割り当てる

1. 次へ移動 [設定 → チーム](https://app.aikido.dev/settings/teams)
2. チームを選択する
3. 責任タブを開く

   <figure><img src="/files/77a7953f66d5afc825cf5762ee2ce04021f84452" alt=""><figcaption></figcaption></figure>
4. 「リソースをリンク」をクリック
5. リソースタイプを選択し、リソースを検索して追加する<br>

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

### リソースページから割り当てる

リソース自体を表示しているときにも、チームを割り当てることができます。

#### リポジトリ

リポジトリを開く → 設定 → 担当チーム

<figure><img src="/files/809676d49b6775a93c5bd6ed33cf9400b459fa39" alt=""><figcaption></figcaption></figure>

#### クラウドアカウント

クラウド接続を開く → 設定 → 担当チーム

<figure><img src="/files/d9e9d10c0c7c82d3427f3751bb2e0d01fcc0bbd2" alt=""><figcaption></figcaption></figure>

### ドメインとAPI

設定ページ（または一覧ビューのアクションメニュー）からフロントエンド、REST、またはGraphQLのスキャン設定を開き、ドメインをアセットにリンクします。

リポジトリまたはコンテナのどちらかにリンクできます。リンクされると、そのスキャンはそのアセットのチーム権限を継承します。

<figure><img src="/files/23e17b9fd1eae397575b09da02c2d6979b2ed7df" alt=""><figcaption></figcaption></figure>

### 一括割り当て

一括操作は、でのリソース一覧ページで利用できます [設定](https://app.aikido.dev/settings/account).

{% hint style="info" %}
一括操作が表示されない場合は、個別に割り当てる必要があります。
{% endhint %}

**リポジトリ**

[設定 → リポジトリ](https://app.aikido.dev/settings/integrations/repositories) → 複数選択 → 一括操作 → チームに割り当てる

<figure><img src="/files/a6fbcfb8255e5c8c0417389fd36f3d587899cdce" alt=""><figcaption></figcaption></figure>

**コンテナ**

[設定 → コンテナ](https://app.aikido.dev/settings/container-image-registry) → 複数選択 → 一括操作 → チームに割り当てる

<figure><img src="/files/79e6fbc72c9d5eccacb26186c0851a4729129f85" alt=""><figcaption></figcaption></figure>

**クラウド**

[設定 -> クラウド](https://app.aikido.dev/settings/integrations/clouds) -> 複数選択 -> 一括操作 -> チームに割り当てる

<figure><img src="/files/49c09739fabbe57ee7f572d06bc21e9959f1ef8b" alt=""><figcaption></figcaption></figure>


---

# 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/manage-teams-and-applications/assigning-resources-to-teams.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.
