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
In an accessReviewScheduleDefinition, the additionalNotificationRecipients property configures accessReviewNotificationRecipientItem objects for access review notifications. Each item contains an email template type and recipient properties for a given accessReviewInstance.
Properties
| Property | Type | Description |
|---|---|---|
| notificationRecipientScope | accessReviewNotificationRecipientScope | Determines the recipient of the notification email. |
| notificationTemplateType | String | Indicates the type of access review email to be sent. Supported template type is CompletedAdditionalRecipients, which sends review completion notifications to the recipients. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type":"#microsoft.graph.accessReviewNotificationRecipientItem",
"notificationRecipientScope": {
"@odata.type":"#microsoft.graph.accessReviewNotificationRecipientQueryScope"
},
"notificationTemplateType": "String"
}