Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.99 KB

File metadata and controls

55 lines (42 loc) · 1.99 KB
title description author ms.localizationpriority ms.subservice doc_type
accessReviewScope resource type
In the Microsoft Entra access reviews feature, the `accessReviewScope` represents what entities will be reviewed in an access review.
jyothig123
medium
entra-id-governance
resourcePageType

accessReviewScope resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE accessreviews-disclaimer-v2]

The accessReviewScope defines what entities are reviewed in an accessReviewScheduleDefinition. It's an abstract type that is inherited by accessReviewQueryScope, principalResourceMembershipsScope, and accessReviewReviewerScope.

For scope property on an accessReviewScheduleDefinition see accessReviewQueryScope and principalResourceMembershipsScope.

For reviewers property on an accessReviewScheduleDefinition see accessReviewReviewerScope.

Specifying the OData type in the scope is highly recommended for all types but required for principalResourceMembershipsScope and accessReviewInactiveUserQueryScope.

Properties

None.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessReviewScope"
}