> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/ai-factory-guideline-jp/akaunto/fpt-cloudkonsrunoiam/hajimeni.md).

# はじめに

**FPT Identity & Access Management（FPT IAM）**&#x306F;、テナント所有者が、**FPT Cloud**上のリソースへのアクセス権を、異なる権限を持つ他のユーザーと共有できるようにする機能です。<br>

FPT IAMにおける基本的な概念：\
\- **ロール**：組織内におけるユーザーの役割であり、そのユーザーが実行できる権限を定義します。\
\- 現在、FPT IAMでは「Super Admin」と「Readonly」の2つの基本ロールをサポートしています。これら2つのロールでは要件を満たせない場合は、権限をカスタマイズできる「カスタムロール」を作成できます。\
\- 各ロールには権限のリストがあります。\
\- **権限**：ユーザーがどのリソースに対してどのような操作を実行できるかを決定します。各権限は1つのロールに属します。\
\- **ユーザーグループ：**&#x540C;じロールを持つユーザーのグループ（テナントまたはVPC単位）。\
\- **IAMユーザー**：テナントに追加されたユーザーで、割り当てられたロールに従ってテナント内のリソースを操作する権限を持っています。<br>

テナント所有者は、権限機能を含むすべてのVPCリソースを完全に制御できます。このアカウントには、デフォルトで「ORG Admin」ロールが割り当てられます。

\
IAMを使用するには、テナント所有者がまずロール（インスタンス管理者、データアナリストなど）と各ロールの権限を作成し、対応するロールに割り当てるユーザーグループを作成する必要があります。

* 作成したユーザーグループに対して、テナント所有者は必要に応じてロールと権限を選択・カスタマイズできます。
* 追加のIAMユーザーをメールでユーザーグループに招待することで、権限を割り当てます。
* 招待を受け取ったIAMユーザーは、指示に従ってFPTポータルに登録/ログインするか、組織のSSO経由でログインし、招待されたVPC/テナント内のリソースを利用できます。


---

# 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://ai-docs.fptcloud.com/ai-factory-guideline-jp/akaunto/fpt-cloudkonsrunoiam/hajimeni.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.
