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 accessReviewResourceScope object defines the type of resource that users have access to in an access review.
Use it in the resourceScopes collection of a principalResourceMembershipsScope object to identify the resource whose access is reviewed.
Inherits from accessReviewScope.
This type is inherited by accessReviewAccessPackageAssignmentPolicyScope.
Properties
| Property | Type | Description |
|---|---|---|
| displayName | String | The display name of the resource. |
| resourceId | String | The identifier of the resource. |
| scopeType | accessReviewResourceScopeType | The type of the resource. The possible values are: group, catalog, servicePrincipal, directoryRole, accessPackageAssignmentPolicy, unknownFutureValue. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewResourceScope",
"resourceId": "String",
"scopeType": "String",
"displayName": "String"
}