Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.6 KB

File metadata and controls

40 lines (30 loc) · 1.6 KB
title description author ms.localizationpriority ms.subservice doc_type
accessReviewScope resource type
Represents the entities that need to be reviewed in an access review.
jyothig123
medium
entra-id-governance
resourcePageType

accessReviewScope resource type

Namespace: microsoft.graph

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