> 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 グループおよび/または単一ユーザーに割り当て可能

異なるオペレーターが使用できる runbooks のサブセットを委任/制限するには、次を参照してください [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.
