Added API permissions

This commit is contained in:
Diksha Bhura 2023-05-02 21:33:02 -04:00
parent 6f0ba68bd0
commit 27714e4af2
1 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,16 @@
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "Application.ReadWrite.All"
},
{
"resource": "Microsoft Graph",
"scope": "User.ReadBasic.All"
}
],
"developer": {
"name": "",
"websiteUrl": "",