Edit

Share via


emailNotificationsSetting resource type

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"}
}