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
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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 | A list of 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"}
}