名前空間: microsoft.graph
複数管理者の通知の電子メール設定を表します。
メソッド
| メソッド | 戻り値の種類 | 説明 |
|---|---|---|
| Get | emailNotificationsSetting | emailNotificationsSetting オブジェクトのプロパティとリレーションシップを読み取ります。 |
| Update | emailNotificationsSetting | emailNotificationsSetting オブジェクトのプロパティを更新します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| additionalEvents | notificationEventsType | 追加のポリシーをオプトインして更新プログラムを復元するかどうかを示します。 使用可能な値: none、 restoreAndPolicyUpdates、 unknownFutureValue。 |
| isEnabled | ブール値 | 通知が有効かどうかを示します。 |
| Recipients | notificationRecipients | 通知を受け取る受信者を指定する notificationRecipients オブジェクト。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.emailNotificationsSetting",
"additionalEvents": "String",
"isEnabled": "Boolean",
"recipients": {"@odata.type": "microsoft.graph.notificationRecipients"}
}