Consent Request Permissions for Microsoft Graph
Application
Permission | ID | Purpose | Description |
---|---|---|---|
ConsentRequest.Read.All | 1260ad83-98fb-4785-abbb-d6cc1806fd41 | Read all consent requests | Allows the app to read consent requests and approvals without a signed-in user. |
ConsentRequest.ReadWrite.All | 9f1b81a7-0223-4428-bfa4-0bcb5535f27d | Read and write all consent requests | Allows the app to read app consent requests and approvals, and deny or approve those requests without a signed-in user. |
Delegated
Permission | ID | Purpose | Description |
---|---|---|---|
ConsentRequest.Read.All | f3bfad56-966e-4590-a536-82ecf548ac1e | Read consent requests | Allows the app to read consent requests and approvals on behalf of the signed-in user. |
ConsentRequest.ReadWrite.All | 497d9dfa-3bd1-481a-baab-90895e54568c | Read and write consent requests | Allows the app to read app consent requests and approvals, and deny or approve those requests on behalf of the signed-in user. |