ApprovalSolution.ReadWrite
Allows the app to provision, read, create, and respond to approvals on behalf of the signed-in user.
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
ApprovalSolution.ReadWrite
permission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReport
command. See How To: Run a quick OAuth app audit of your tenant
Category | Application | Delegated |
---|---|---|
Identifier | - | 6768d3af-4562-48ff-82d2-c5e19eb21b9c |
DisplayText | - | Read, create, and respond to approvals |
Description | - | Allows the app to provision, read, create, and respond to approvals on behalf of the signed-in user. |
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.
- approvalIdentitySet
- approvalItem
- approvalItemRequest
- approvalItemResponse
- approvalOperation
- approvalSolution
Graph reference: approvalIdentitySet
Property | Type | Description |
---|---|---|
group | identity | The Microsoft Entra group associated with the approval item. |
user | identity | The user associated with the approval item. Inherited from identitySet. |