Edit

notificationRecipients resource type

Namespace: microsoft.graph

Represents the recipients of multi-admin notifications.

Properties

Property Type Description
customRecipients emailIdentity collection A list of users or groups that receive notifications. Only specify this property when role is set to custom.
role notificationRecipientsType Indicates whether the recipient type is an admin role or a custom list. The possible values are: none, globalAdmins, backupAdmins, custom, allAdmins, unknownFutureValue. The default value is custom. This property is read-only for third-party partners.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.notificationRecipients",
  "customRecipients": [{"@odata.type": "microsoft.graph.emailIdentity"}],
  "role": "String"
}