Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.89 KB

accessreviewnotificationrecipientitem.md

File metadata and controls

52 lines (38 loc) · 1.89 KB
title description author ms.localizationpriority ms.subservice doc_type
accessReviewNotificationRecipientItem resource type
Defines users or groups who will receive notifications access review notifications.
jyothig123
medium
entra-id-governance
resourcePageType

accessReviewNotificationRecipientItem resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE accessreviews-disclaimer-v2]

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