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 |
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.
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 . |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewNotificationRecipientQueryScope",
"query": "String",
"queryRoot": "String",
"queryType": "String"
}