> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/to/permission.md).

# ロールと権限

## アーキテクチャ

RealmJoin Portal のさまざまな機能レベルへのアクセスを委任できます **Entra ユーザー** 経由で **事前定義済みおよび/またはカスタム ロール:**

* **事前定義済みロール** ～を備えた **固定された権限セット**
  * **推奨** および **すぐに使用可能**
  * 複数のロールを組み合わせることはできますが、複雑さが増します（非推奨）
  * Entra グループに割り当て可能
  * 参照 [利用可能なロール](/ja/to/permission/pre-defined-roles.md)
* **カスタム ロール** ～を備えた **柔軟な** ～の選択 **権限**
  * 事前定義済みロールが要件を満たさない場合は、 **要求** [**カスタム ロール**](/ja/to/permission/custom-roles.md) お使いの環境で有効化する必要があります
  * カスタム ロールは、事前定義済みロールと組み合わせることができます（追加の権限を付与するため）が、複雑さが増します（非推奨）
  * Entra グループおよび/または単一ユーザーに割り当て可能

どの runbook のサブセットを異なるオペレーターが使用できるよう委任/制限するかについては、以下を参照してください [Runbook の権限](/ja/zi-dong-hua/runbooks/runbook-permissions.md).

### 権限の既定値

既定では、すべてのユーザーが次の項目にアクセスできます: [ユーザープロファイル](/ja/ugd-management/user-profile.md) セルフサービスのシナリオを容易にするためのページです。

初期オンボーディング中は、Entra ロール "Global Administrators" も RealmJoin 管理者として割り当てられ、初期構成プロセスを容易にします。


---

# 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://docs.realmjoin.com/ja/to/permission.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.
