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
An accessReviewPrincipalScope object defines the type of users to include in an access review, without writing a query expression.
Use it in the principalScopes collection of a principalResourceMembershipsScope object to state which population of principals has its access reviewed.
Inherits from accessReviewScope.
Properties
| Property | Type | Description |
|---|---|---|
| scopeType | accessReviewPrincipalScopeType | The type of users to include in the review. The possible values are: allUsers, guestUsers, inactiveUsers, inactiveGuestUsers, unknownFutureValue. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewPrincipalScope",
"scopeType": "String"
}