Edit

accessReviewSet resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Container for the base resources that expose the access reviews API and features. Currently exposes only the accessReviewScheduleDefinition relationship.

Inherits from entity.

Methods

None.

Properties

None.

Relationships

Relationship Type Description
decisions accessReviewInstanceDecisionItem collection Represents a Microsoft Entra access review decision on an instance of a review.
definitions accessReviewScheduleDefinition collection Represents the template and scheduling for an access review.
instances accessReviewInstance collection Represents the instance of a review.
historyDefinitions accessReviewHistoryDefinition collection Represents a collection of access review history data and the scopes used to collect that data.
policy accessReviewPolicy Resource that enables administrators to manage directory-level access review policies in their tenant.

JSON representation

The following JSON representation shows the resource type.

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