Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.62 KB

File metadata and controls

41 lines (31 loc) · 1.62 KB
title accessReviewScope resource type
description Represents the entities that need to be reviewed in an access review.
author jyothig123
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

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