> 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/zi-dong-hua/runbooks/runbook-references/org/applications/report-expiring-application-credentials_scheduled.md).

# 期限切れが近いアプリケーション資格情報レポート（スケジュール済み）

### 説明

このランブックは、クライアント シークレットや証明書を含む、アプリケーション登録の資格情報の有効期限を一覧表示します。必要に応じてアプリケーション ID でフィルターし、有効期限が近い資格情報のみに出力を制限できます。

### メール送信に関する設定

メール レポートの送信は任意で、受信者（`EmailTo`）が指定されている場合にのみ行われます。送信者アドレスは `RJReport.EmailSender` Tenant 設定から取得されます。

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

参照してください [RealmJoin Report Settings のドキュメント](https://docs.realmjoin.com/automation/runbooks/runbook-report-settings) 詳細について。

### 場所

Organization → Applications → Report Expiring Application Credentials (Scheduled)

**Runbook の完全名**

rjgit-org\_applications\_report-expiring-application-credentials\_scheduled

### 権限

#### アプリケーション権限

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

### Parameters

#### listOnlyExpiring

指定した日数以内に有効期限が切れる資格情報のみを一覧表示する場合は、「有効期限が近い資格情報のみを一覧表示」を選択します（最終値: true）。有効期限に関係なくすべての資格情報を一覧表示する場合は、「すべての資格情報を一覧表示」を選択します（最終値: false）。

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

#### 日数

資格情報を「有効期限が近い」と見なす、有効期限切れまでの日数。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | 30    |
| 種類    | Int32 |

#### 資格情報の種類

資格情報の種類でフィルターします: 「両方」（既定値）、「ClientSecrets」、または「Certificates」。

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

#### アプリケーションID

オプション - 資格情報を絞り込むためのアプリケーション ID のカンマ区切りリスト。

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

#### EmailTo

指定した場合、レポートを含むメールが指定された宛先に送信されます。単一のアドレスでも、カンマ区切りの複数アドレス（文字列）でも指定できます。プライバシーのため、関数は各受信者に個別のメールを送信します。

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

#### EmailFrom

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

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

[Runbook Reference の概要に戻る](/ja/zi-dong-hua/runbooks/runbook-references.md)


---

# 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/zi-dong-hua/runbooks/runbook-references/org/applications/report-expiring-application-credentials_scheduled.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.
