# アプリケーション登録レポート

### 説明

この runbook は、Microsoft Entra ID 内のすべてのアプリケーション登録のレポートを生成し、オプションで削除済みの登録を含めることができます。結果は CSV ファイルにエクスポートされ、メールで送信されます。定期的な在庫確認、レビュー、監査の目的で使用してください。

### メール送信に関するセットアップ

このランブックは Microsoft Graph API を使用してメールを送信します。Graph API 経由でメールを送信するには、ランブックのカスタマイズで既存のメール アドレスを構成する必要があります。

この手順については、 [メール レポートのセットアップ](https://github.com/realmjoin/realmjoin-runbooks/tree/master/docs/general/setup-email-reporting.md) ドキュメントで詳しく説明されています。

### 場所

Organization → Applications → Report Application Registration

**ランブックの完全名**

rjgit-org\_applications\_report-application-registration

### アクセス許可

#### アプリケーションのアクセス許可

* **種類**: Microsoft Graph
  * Application.Read.All
  * Directory.Read.All
  * Mail.Send
  * Organization.Read.All

### パラメーター

#### EmailTo

単一のアドレスでも、カンマ区切りの複数アドレスでも指定できます (文字列)。プライバシー上の理由から、この関数は各受信者に個別のメールを送信します。

| プロパティ | 値    |
| ----- | ---- |
| 必須    | true |
| 既定値   |      |
| 種類    | 文字列  |

#### EmailFrom

送信者のメールアドレス。これはランブックのカスタマイズで設定する必要があります。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### IncludeDeletedApps

レポートに削除済みのアプリケーション登録を含めるかどうか（既定: true）

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | True    |
| 種類    | Boolean |

[ランブック リファレンスの概要に戻る](/ja/zi-dong-hua/runbooks/runbook-references.md)


---

# Agent Instructions: 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/zi-dong-hua/runbooks/runbook-references/org/applications/report-application-registration.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.
