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