accessReviewNotificationRecipientItem resource type

Namespace: microsoft.graph

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
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 is a JSON representation of the resource.

{
  "@odata.type":"#microsoft.graph.accessReviewNotificationRecipientItem",
  "notificationRecipientScope": {
      "@odata.type":"#microsoft.graph.accessReviewNotificationRecipientQueryScope"                
    },
  "notificationTemplateType": "String"
}