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
definitions accessReviewScheduleDefinition collection Represents the template and scheduling for an access review.
historyDefinitions accessReviewHistoryDefinition collection Represents a collection of access review history data and the scopes used to collect that data.

JSON representation

The following JSON representation shows the resource type.

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