22 lines
712 B
JSON
22 lines
712 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"includeClientSideAssets": true,
|
|
"isDomainIsolated": false,
|
|
"name": "spsecurity-webpart-3-client-side-solution",
|
|
"id": "788271fb-ee9b-40df-8381-eb3dc70d1982",
|
|
"version": "1.0.4.0",
|
|
"webApiPermissionRequests": [{
|
|
"resource": "Microsoft Graph",
|
|
"scope": "Group.Read.All"
|
|
},
|
|
{
|
|
"resource": "Microsoft Graph",
|
|
"scope": "GroupMember.Read.All"
|
|
}
|
|
]
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/spsecurity-webpart-3.sppkg"
|
|
}
|
|
} |