AccessReview.ReadWrite.All
Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings that the signed-in user has access to in the organization.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
AccessReview.ReadWrite.Allpermission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReportcommand. See How To: Run a quick OAuth app audit of your tenant
| Category | Application | Delegated |
|---|---|---|
| Identifier | ef5f7d5c-338f-44b0-86c3-351f46c8bb5f | e4aa47b9-9a69-4109-82ed-36ec70d85ff1 |
| DisplayText | Manage all access reviews | Manage all access reviews that user can access |
| Description | Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings in the organization, without a signed-in user. | Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings that the signed-in user has access to in the organization. |
| AdminConsentRequired | Yes | Yes |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
| Methods | |
|---|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
- accessPackageCatalog
- accessreview
- accessreviewdecision
- accessReviewHistoryDefinition
- accessReviewHistoryInstance
- accessReviewHistoryScheduleSettings
- accessReviewInstance
- accessReviewInstanceDecisionItem
- accessReviewNotificationRecipientItem
- accessReviewQueryScope
- accessreviewrecurrencesettings
- accessReviewReviewer
- accessReviewReviewerScope
- accessreviews-root
- accessReviewScheduleDefinition
- accessReviewScheduleSettings
- accessReviewScope
- accessReviewStage
- accessReviewStageSettings
- accessreviewsv2-overview
- businessflowtemplate
- enums
- identity
- principalResourceMembershipsScope
- programcontrol
- unifiedRoot
- userIdentity
Graph reference: accessPackageCatalog
| Property | Type | Description |
|---|---|---|
| catalogType | accessPackageCatalogType | Whether the catalog is created by a user or entitlement management. The possible values are: userManaged, serviceDefault, serviceManaged, unknownFutureValue. |
| createdDateTime | DateTimeOffset | The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. |
| description | String | The description of the access package catalog. |
| displayName | String | The display name of the access package catalog. |
| id | String | Read-only. |
| isExternallyVisible | Boolean | Whether the access packages in this catalog can be requested by users outside of the tenant. |
| modifiedDateTime | DateTimeOffset | The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. |
| state | accessPackageCatalogState | Has the value published if the access packages are available for management. The possible values are: unpublished, published, unknownFutureValue. |