2022-08-25 15:15:09 -04:00
|
|
|
{
|
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
|
|
"solution": {
|
|
|
|
"name": "group-membership-manager-client-side-solution",
|
|
|
|
"id": "2a487e9a-b62a-484a-9bc0-e78b65550b61",
|
2023-01-31 11:07:54 -05:00
|
|
|
"version": "1.1.0.0",
|
2022-08-25 15:15:09 -04:00
|
|
|
"includeClientSideAssets": true,
|
|
|
|
"title": "Group Membership Manager",
|
|
|
|
"skipFeatureDeployment": true,
|
|
|
|
"isDomainIsolated": false,
|
|
|
|
"developer": {
|
2022-08-27 18:08:50 -04:00
|
|
|
"name": "Nick Brown",
|
|
|
|
"websiteUrl": "https://nbdev.uk",
|
2022-08-25 15:15:09 -04:00
|
|
|
"privacyUrl": "",
|
|
|
|
"termsOfUseUrl": "",
|
2023-01-31 11:07:54 -05:00
|
|
|
"mpnId": "Undefined-1.16.1"
|
2022-08-25 15:15:09 -04:00
|
|
|
},
|
|
|
|
"metadata": {
|
|
|
|
"shortDescription": {
|
2022-08-27 18:08:50 -04:00
|
|
|
"default": "Group Membership Manager"
|
2022-08-25 15:15:09 -04:00
|
|
|
},
|
|
|
|
"longDescription": {
|
2022-08-27 18:08:50 -04:00
|
|
|
"default": "Provides access to manage groups the user is an owner of in Azure Active Directory"
|
2022-08-25 15:15:09 -04:00
|
|
|
},
|
|
|
|
"screenshotPaths": [],
|
|
|
|
"videoUrl": "",
|
|
|
|
"categories": []
|
|
|
|
},
|
|
|
|
"features": [
|
|
|
|
{
|
|
|
|
"title": "group-membership-manager Feature",
|
|
|
|
"description": "The feature that activates elements of the group-membership-manager solution.",
|
|
|
|
"id": "71885ec6-e024-402d-9845-4813c5ae15c7",
|
|
|
|
"version": "1.0.0.0"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"webApiPermissionRequests": [
|
|
|
|
{
|
|
|
|
"resource": "Microsoft Graph",
|
|
|
|
"scope": "Directory.Read.All"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"resource": "Microsoft Graph",
|
|
|
|
"scope": "GroupMember.ReadWrite.All"
|
2022-08-26 08:50:11 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"resource": "Microsoft Graph",
|
|
|
|
"scope": "Group.ReadWrite.All"
|
2022-08-27 18:08:50 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"resource": "Microsoft Graph",
|
|
|
|
"scope": "People.Read"
|
2022-08-25 15:15:09 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"paths": {
|
|
|
|
"zippedPackage": "solution/group-membership-manager.sppkg"
|
|
|
|
}
|
|
|
|
}
|