> 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/dev-reference.md).

# 開発者リファレンス

- [RealmJoin API](https://docs.realmjoin.com/ja/dev-reference/realmjoin-api.md): アプリケーションやワークフローに RealmJoin を統合します
- [認証](https://docs.realmjoin.com/ja/dev-reference/realmjoin-api/authentication.md): Base64 エンコードされた HTTP Basic Authorization ヘッダー内のアプリケーション資格情報を使用して、RealmJoin バックエンド API に認証します。
- [レポート用関数](https://docs.realmjoin.com/ja/dev-reference/report-functions.md): レポート用 Runbook が結果をメールまたは Azure Storage で配信するために使用するヘルパー関数です。
- [Send-RjRbReportEmail](https://docs.realmjoin.com/ja/dev-reference/report-functions/send-rjrbreportemail.md): Markdown コンテンツを使用して、Azure Automation の runbook から Microsoft Graph 経由でブランド付き HTML レポートメールを送信します。
- [Publish-RjRbFilesToStorageContainer](https://docs.realmjoin.com/ja/dev-reference/report-functions/publish-rjrbfilestostoragecontainer.md): Azure Automation Runbook からローカル ファイルを Azure Storage コンテナーにアップロードし、期限付きの SAS ダウンロード リンクを返します。
- [Runbook とのやり取り](https://docs.realmjoin.com/ja/dev-reference/interacting-with-runbooks.md): RealmJoin の API を使用して Runbook を実行し、状態を照会します
- [Runbook 環境のシミュレーション](https://docs.realmjoin.com/ja/dev-reference/simulating-a-runbook-environment.md): 新しい Runbook を開発するには、Runbook 内で実行しているかのように認証するために RealmJoin.RunbookHelper を有効にする必要がある場合があります。
- [ローカル管理者パスワード管理](https://docs.realmjoin.com/ja/dev-reference/local-admin-password-management.md): RealmJoin は、個別のローカル管理者 (LAPS) アカウントを API 経由で管理し、パスワードは Azure Key Vault に暗号化して保存されます。
- [カスタム プロトコル](https://docs.realmjoin.com/ja/dev-reference/custom-protocol.md): realmjoin: の RealmJoin カスタム プロトコル ハンドラーは、パッケージ ID に基づいて、同期、インストール、アップグレード、リモート サポートのアクションを実行します。


---

# 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/dev-reference.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.
