update WebAPIPermissions

This commit is contained in:
João Mendes 2019-11-19 08:13:00 +00:00
parent 5ed39800ae
commit 3f093ee5ed
1 changed files with 3 additions and 3 deletions

View File

@ -9,15 +9,15 @@
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "graph.microsoft.com",
"resource": "Microsoft Graph",
"scope": "Group.ReadWrite.All"
},
{
"resource": "graph.microsoft.com",
"resource": "Microsoft Graph",
"scope": "Directory.ReadWrite.All"
},
{
"resource": "graph.microsoft.com",
"resource": "Microsoft Graph",
"scope": "Directory.AccessAsUser.All"
}
]