Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
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. |
| historyDefinitions | accessReviewHistoryDefinition collection | Represents a collection of access review history data and the scopes used to collect that data. |
| instances | accessReviewInstance collection | Represents the instance of a review. |
| policy | accessReviewPolicy | Resource that enables administrators to manage directory-level access review policies in their tenant. |
| unified | unifiedRoot | Entry point for the unified (vNext) access reviews API surface. Requests under this path are routed to the vNext service through the dedicated accessReviews/unified path segment. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewSet"
}