> 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/sono/msp-and-advanced-features.md).

# MSP と高度な機能

### Tenant Switcher

Tenant Switcher 機能により、MSP は 1:N 階層で親子 Tenant 関係を構築でき、複数の顧客環境を一元管理できます。

#### 概要

Tenant Switcher 機能を使用すると、親 Tenant の管理者は、接続されている任意の子 Tenant にシームレスに切り替え、親 Tenant の資格情報を使って管理作業を実行できます。これにより、管理対象の各顧客ごとに個別のアカウントを維持する必要がなくなります。

#### 主な利点

* **集中アクセス管理**: 複数の顧客 Tenant を管理しながら、1 組の資格情報だけを維持できます
* **運用の効率化**: ログアウトせずに顧客環境間をすばやく切り替えられます
* **一貫したセキュリティ**: 親 Tenant のセキュリティ ポリシーと認証方式が、すべての子 Tenant に適用されます
* **監査証跡**: 子 Tenant で実行されたすべての操作は、親 Tenant 管理者に追跡可能です

#### セットアップ要件

: 親・子 Tenant 関係を確立するには、

1. 親 Tenant では MSP ライセンスが有効化されている必要があります
2. **バックエンド構成が必要**: RealmJoin チームが、バックエンド システムで親 Tenant のハンドルを使用して子 Tenant をフラグ付けする必要があります。この構成は、別のサポート チケットを通じて、または初回オンボーディング プロセス中に依頼する必要があります
3. 子 Tenant は親 Tenant 接続を明示的に承認する必要があります
4. 親 Tenant の管理者には、親 Tenant 内で適切な権限が構成されている必要があります
5. 各子 Tenant は独自のデータ分離とセキュリティ境界を維持します

#### Tenant Switcher の使用

設定後は、認可された管理者が上部ヘッダー バー中央の Tenant 名をクリックして Tenant Switcher にアクセスできます。メニューから対象の子 Tenant を選択してコンテキストを切り替えます。親 Tenant の資格情報は引き続き有効であり、すべての操作は子 Tenant のスコープ内で適切な権限を使用して実行されます。

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

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

### カスタム ロールの権限

デフォルトでは、Tenant Switcher 機能を使用できるのは RealmJoin 管理者のみです。ただし、カスタム ロールを構成して、子 Tenant で権限が制限された非管理者ユーザーに Tenant Switcher アクセスを付与できます。一般的なユースケースには次が含まれます:

* **ソフトウェア要求者**: アプリケーション パッケージを作成・管理するが、完全な管理者権限はないユーザー
* **一次サポート**: ユーザーの問題をトラブルシュートするために限定アクセスが必要なヘルプデスク担当者

カスタム ロールの構成の詳細については、以下を参照してください [カスタム ロールのドキュメント](https://docs.realmjoin.com/realmjoin-settings/permission/custom-roles).

**注意**: 一部の権限は、構成に RealmJoin スタッフの支援が必要です。制限された権限でカスタム ロールを設定するのに支援が必要な場合は、サポートにお問い合わせください。

***

### ステージング ポータル

RealmJoin は、新機能や機能への早期アクセスのためにステージング環境を提供しています。

#### 概要

次の Staging Portal は [**portal-staging.realmjoin.com** ](https://portal-staging.realmjoin.com)これはベータ環境として機能し、今後の機能が本番ポータルに到達する前にデプロイされます。これにより、一般提供前に新機能をプレビューしてテストできます。

#### 重要な考慮事項

**注意して使用**: ステージング環境は保証なしの現状有姿で提供されます。機能は未完成、不安定、または変更される場合があります。本番クリティカルなデータの使用は避けてください。

#### 誰が Staging を使用すべきですか？

Staging Portal は次の用途に最適です:

* 導入前に新機能をテストしたい組織
* 今後の機能に関するフィードバックを提供するユーザー
* 将来の機能のトレーニングと習熟
* 開発およびテストのシナリオ


---

# 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:

```
GET https://docs.realmjoin.com/ja/sono/msp-and-advanced-features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
