Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.66 KB

accessreviewnotificationrecipientqueryscope.md

File metadata and controls

47 lines (36 loc) · 1.66 KB
title description author ms.localizationpriority ms.subservice doc_type ms.date
accessReviewNotificationRecipientQueryScope resource type
Specifies a static list of recipients (for example, specific users, group owners, or group members) to receive access review notifications.
jyothig123
medium
entra-id-governance
resourcePageType
07/22/2024

accessReviewNotificationRecipientQueryScope resource type

Namespace: microsoft.graph

Specifies a static list of recipients (for example, specific users, group owners, or group members) to receive access review notifications.

Inherits from accessReviewNotificationRecipientScope.

Properties

Property Type Description
query String Represents the query for who the recipients are. For example, /groups/{group id}/members for group members and /users/{user id} for a specific user.
queryRoot String In the scenario where reviewers need to be specified dynamically, indicates the relative source of the query. This property is only required if a relative query (that is, ./manager) is specified.
queryType String Indicates the type of query. Allowed value is MicrosoftGraph.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessReviewNotificationRecipientQueryScope",
  "query": "String",
  "queryRoot": "String",
  "queryType": "String"
}