accessReviewNotificationRecipientItem 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.

Note

This is the recommended API for access reviews. The previous version of the access reviews API is deprecated.

Represents a Microsoft Entra access review notification event on an instance of a review. This item contains an email template type and recipient properties to enable sending certain type of notifications for a given access review instance.

Properties

Property Type Description
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.
notificationRecipientScope accessReviewNotificationRecipientScope Determines the recipient of the notification email.

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