Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the email settings for multi-admin notifications.
Methods
| Method | Return type | Description |
|---|---|---|
| Get | emailNotificationsSetting | Read the properties and relationships of an emailNotificationsSetting object. |
| Update | emailNotificationsSetting | Update the properties of an emailNotificationsSetting object. |
Properties
| Property | Type | Description |
|---|---|---|
| additionalEvents | notificationEventsType | Indicates whether to opt in to additional policy and restore updates. Possible values: none, restoreAndPolicyUpdates, unknownFutureValue. |
| isEnabled | Boolean | Indicates whether notifications are enabled. |
| recipients | notificationRecipients | The notificationRecipients object that specifies the recipients who receive the notifications. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.emailNotificationsSetting",
"additionalEvents": "String",
"isEnabled": "Boolean",
"recipients": {"@odata.type": "microsoft.graph.notificationRecipients"}
}