Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 2.01 KB

File metadata and controls

56 lines (43 loc) · 2.01 KB
title accessReviewScope resource type
description In the Microsoft Entra access reviews feature, the `accessReviewScope` represents what entities will 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

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