> 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/general/report-apple-mdm-cert-expiry_scheduled.md).

# Apple MDM 証明書の有効期限レポート（スケジュール済み）

### 説明

Microsoft Intune 内の Apple Push 証明書、VPP トークン、DEP トークンの有効期限を監視します。指定したしきい値以内に期限切れとなる証明書/トークンについて、警告を含むメールレポートを送信します。

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

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

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

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

### 場所

組織 → 全般 → Apple MDM 証明書の有効期限レポート（スケジュール済み）

**完全な Runbook 名**

rjgit-org\_general\_report-apple-mdm-cert-expiry\_scheduled

### アクセス許可

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

* **種類**: Microsoft Graph
  * DeviceManagementManagedDevices.Read.All
  * DeviceManagementServiceConfig.Read.All
  * DeviceManagementConfiguration.Read.All
  * Mail.Send

### パラメーター

#### 日

日数単位の警告しきい値です。この日数以内に期限切れとなる証明書とトークンは、レポート内で警告としてフラグ付けされます。既定値は 30 日です。

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

#### EmailTo

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

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

#### EmailFrom

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

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

[Runbook リファレンスの概要に戻る](/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/general/report-apple-mdm-cert-expiry_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.
