Skip to content

Commit 8cdbbe1

Browse files
Merge dev into master
Merge dev into master
2 parents 42db79b + 82fbae7 commit 8cdbbe1

File tree

2 files changed

+47
-159
lines changed

2 files changed

+47
-159
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
}
174174
],
175175

176-
"AgreementSln-Docs.Create": [
176+
"AgreementsSoln-Docs.Create": [
177177
{
178178
"id": "",
179179
"scheme": "DelegatedWork",
@@ -183,7 +183,7 @@
183183
"resourceAppId": "00000003-0000-0ff1-ce00-000000000000"
184184
}
185185
],
186-
"AgreementSln-Docs.Read": [
186+
"AgreementsSoln-Docs.Read": [
187187
{
188188
"id": "",
189189
"scheme": "DelegatedWork",
@@ -193,7 +193,7 @@
193193
"resourceAppId": "00000003-0000-0ff1-ce00-000000000000"
194194
}
195195
],
196-
"AgreementSln-Templates.Read": [
196+
"AgreementsSoln-Templates.Read": [
197197
{
198198
"id": "",
199199
"scheme": "DelegatedWork",
@@ -5596,6 +5596,42 @@
55965596
"resourceAppId": "00000002-0000-0000-c000-000000000000"
55975597
}
55985598
],
5599+
"Group.ReadBasic.All": [
5600+
{
5601+
"id": "",
5602+
"scheme": "DelegatedWork",
5603+
"environment": "public",
5604+
"isHidden": true,
5605+
"isEnabled": false,
5606+
"resourceAppId": "65d91a3d-ab74-42e6-8a2f-0add61688c74"
5607+
},
5608+
{
5609+
"id": "",
5610+
"scheme": "Application",
5611+
"environment": "public",
5612+
"isHidden": true,
5613+
"isEnabled": false,
5614+
"resourceAppId": "65d91a3d-ab74-42e6-8a2f-0add61688c74"
5615+
}
5616+
],
5617+
"Group.ReadWriteBasic.All": [
5618+
{
5619+
"id": "",
5620+
"scheme": "DelegatedWork",
5621+
"environment": "public",
5622+
"isHidden": true,
5623+
"isEnabled": false,
5624+
"resourceAppId": "65d91a3d-ab74-42e6-8a2f-0add61688c74"
5625+
},
5626+
{
5627+
"id": "",
5628+
"scheme": "Application",
5629+
"environment": "public",
5630+
"isHidden": true,
5631+
"isEnabled": false,
5632+
"resourceAppId": "65d91a3d-ab74-42e6-8a2f-0add61688c74"
5633+
}
5634+
],
55995635
"Group.Selected": [
56005636
{
56015637
"id": "5ef47bde-23a3-4cfb-be03-6ab63044aec6",

permissions/new/permissions.json

Lines changed: 8 additions & 156 deletions
Original file line numberDiff line numberDiff line change
@@ -682,157 +682,6 @@
682682
"ownerSecurityGroup": "igagraph"
683683
}
684684
},
685-
"AgreementsSoln-Docs.Create": {
686-
"schemes": {
687-
"DelegatedWork": {
688-
"adminDisplayName": "Create AgreementSolution document packages.",
689-
"adminDescription": "Allows the application to create the document packages on behalf of the signed-in user.",
690-
"userDisplayName": "Read AgreementSolution document packages.",
691-
"userDescription": "Allows application to create the document packages on your behalf.",
692-
"requiresAdminConsent": true,
693-
"privilegeLevel": 3
694-
}
695-
},
696-
"pathSets": [
697-
{
698-
"schemeKeys": [
699-
"DelegatedWork"
700-
],
701-
"methods": [
702-
"GET"
703-
],
704-
"paths": {
705-
"/solutions/AgreementSolution": "",
706-
"/solutions/AgreementSolution/workspaces": "",
707-
"/solutions/AgreementSolution/workspaces/{id}": "",
708-
"/solutions/AgreementSolution/workspaces/{id}/templates": "",
709-
"/solutions/AgreementSolution/workspaces/{id}/templates/{id}": ""
710-
}
711-
},
712-
{
713-
"schemeKeys": [
714-
"DelegatedWork"
715-
],
716-
"methods": [
717-
"POST"
718-
],
719-
"paths": {
720-
"/solutions/AgreementSolution/documentPackages/{id}/markAsDraft": "least=DelegatedWork",
721-
"/solutions/AgreementSolution/documentPackages/{id}/publish": "least=DelegatedWork",
722-
"/solutions/AgreementSolution/documentPackages/{id}/workflow/approvalTask/approve": "least=DelegatedWork",
723-
"/solutions/AgreementSolution/documentPackages/{id}/workflow/approvalTask/cancel": "least=DelegatedWork",
724-
"/solutions/AgreementSolution/documentPackages/{id}/workflow/approvalTask/reject": "least=DelegatedWork",
725-
"/solutions/AgreementSolution/documentPackages/{id}/workflow/approvalTask/start": "least=DelegatedWork",
726-
"/solutions/AgreementSolution/documentPackages/{id}/workflow/eSignTask/cancel": "least=DelegatedWork",
727-
"/solutions/AgreementSolution/documentPackages/{id}/workflow/eSignTask/reject": "least=DelegatedWork",
728-
"/solutions/AgreementSolution/documentPackages/{id}/workflow/eSignTask/start": "least=DelegatedWork",
729-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/markAsDraft": "least=DelegatedWork",
730-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/publish": "least=DelegatedWork",
731-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/workflow/approvalTask/approve": "least=DelegatedWork",
732-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/workflow/approvalTask/cancel": "least=DelegatedWork",
733-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/workflow/approvalTask/reject": "least=DelegatedWork",
734-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/workflow/approvalTask/start": "least=DelegatedWork",
735-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/workflow/eSignTask/cancel": "least=DelegatedWork",
736-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/workflow/eSignTask/reject": "least=DelegatedWork",
737-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/workflow/eSignTask/start": "least=DelegatedWork",
738-
"/solutions/AgreementSolution/workspaces/{id}/templates/{id}/createDocumentPackage": "least=DelegatedWork"
739-
}
740-
},
741-
{
742-
"schemeKeys": [
743-
"DelegatedWork"
744-
],
745-
"methods": [
746-
"PATCH"
747-
],
748-
"paths": {
749-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/documents/{id}": "least=DelegatedWork",
750-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/documents/{id}/fieldValues": "least=DelegatedWork",
751-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/workflow/approvalTask/approverGroups": "least=DelegatedWork",
752-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/workflow/approvalTask/eSigners": "least=DelegatedWork"
753-
}
754-
}
755-
],
756-
"ownerInfo": {
757-
"ownerSecurityGroup": "agreementsreviewers"
758-
}
759-
},
760-
"AgreementsSoln-Docs.Read": {
761-
"schemes": {
762-
"DelegatedWork": {
763-
"adminDisplayName": "Read AgreementSolution document packages.",
764-
"adminDescription": "Allows the application to read the document packages on behalf of the signed-in user.",
765-
"userDisplayName": "Read AgreementSolution document packages.",
766-
"userDescription": "Allows application to read the document packages on your behalf.",
767-
"requiresAdminConsent": false,
768-
"privilegeLevel": 3
769-
}
770-
},
771-
"pathSets": [
772-
{
773-
"schemeKeys": [
774-
"DelegatedWork"
775-
],
776-
"methods": [
777-
"GET"
778-
],
779-
"paths": {
780-
"/solutions/AgreementSolution": "",
781-
"/solutions/AgreementSolution/documentPackages": "least=DelegatedWork",
782-
"/solutions/AgreementSolution/documentPackages/{id}": "least=DelegatedWork",
783-
"/solutions/AgreementSolution/documentPackages/{id}/documents": "least=DelegatedWork",
784-
"/solutions/AgreementSolution/documentPackages/{id}/documents/{id}": "least=DelegatedWork",
785-
"/solutions/AgreementSolution/documentPackages/{id}/workflow": "least=DelegatedWork",
786-
"/solutions/AgreementSolution/documentPackages/{id}/workflow/approvalTask": "least=DelegatedWork",
787-
"/solutions/AgreementSolution/documentPackages/{id}/workflow/eSignTask": "least=DelegatedWork",
788-
"/solutions/AgreementSolution/workspaces": "",
789-
"/solutions/AgreementSolution/workspaces/{id}": "",
790-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages": "least=DelegatedWork",
791-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}": "least=DelegatedWork",
792-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/documents": "least=DelegatedWork",
793-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/documents/{id}": "least=DelegatedWork",
794-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/workflow": "least=DelegatedWork",
795-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/workflow/approvalTask": "least=DelegatedWork",
796-
"/solutions/AgreementSolution/workspaces/{id}/documentPackages/{id}/workflow/eSignTask": "least=DelegatedWork"
797-
}
798-
}
799-
],
800-
"ownerInfo": {
801-
"ownerSecurityGroup": "agreementsreviewers"
802-
}
803-
},
804-
"AgreementsSoln-Templates.Read": {
805-
"schemes": {
806-
"DelegatedWork": {
807-
"adminDisplayName": "Read AgreementSolution templates.",
808-
"adminDescription": "Allows the application to read the templates on behalf of the signed-in user.",
809-
"userDisplayName": "Read AgreementSolution templates.",
810-
"userDescription": "Allows application to read the templates on your behalf.",
811-
"requiresAdminConsent": false,
812-
"privilegeLevel": 3
813-
}
814-
},
815-
"pathSets": [
816-
{
817-
"schemeKeys": [
818-
"DelegatedWork"
819-
],
820-
"methods": [
821-
"GET"
822-
],
823-
"paths": {
824-
"/solutions/AgreementSolution": "least=DelegatedWork",
825-
"/solutions/AgreementSolution/workspaces": "least=DelegatedWork",
826-
"/solutions/AgreementSolution/workspaces/{id}": "least=DelegatedWork",
827-
"/solutions/AgreementSolution/workspaces/{id}/templates": "least=DelegatedWork",
828-
"/solutions/AgreementSolution/workspaces/{id}/templates/{id}": "least=DelegatedWork"
829-
}
830-
}
831-
],
832-
"ownerInfo": {
833-
"ownerSecurityGroup": "agreementsreviewers"
834-
}
835-
},
836685
"AiEnterpriseInteraction.Read": {
837686
"schemes": {
838687
"DelegatedWork": {
@@ -23539,6 +23388,8 @@
2353923388
"/chats/{id}/messages/{id}/hostedcontents/{id}": "",
2354023389
"/drives/{id}/items/{id}": "",
2354123390
"/drives/{id}/root:/{id}": "",
23391+
"/groups": "",
23392+
"/groups/{id}": "",
2354223393
"/groups/{id}/cloudLicensing/assignments/{id}/allotment": "",
2354323394
"/groups/{id}/cloudLicensing/usageRights": "",
2354423395
"/groups/{id}/cloudLicensing/usageRights/{id}": "",
@@ -23608,6 +23459,7 @@
2360823459
"/directoryobjects/{id}/getmembergroups": "",
2360923460
"/directoryobjects/{id}/getmemberobjects": "",
2361023461
"/grouplifecyclepolicies/renewgroup": "least=DelegatedWork,Application",
23462+
"/groups": "least=DelegatedWork",
2361123463
"/groups/{id}/assignlicense": "",
2361223464
"/groups/{id}/checkmembergroups": "",
2361323465
"/groups/{id}/checkmemberobjects": "",
@@ -23690,7 +23542,6 @@
2369023542
"POST"
2369123543
],
2369223544
"paths": {
23693-
"/groups": "least=DelegatedWork",
2369423545
"/groups/{id}/owners": "least=DelegatedWork,Application",
2369523546
"/teams/{id}/channels": "",
2369623547
"/teams/{id}/channels/{id}/tabs": "",
@@ -23708,7 +23559,6 @@
2370823559
"PATCH"
2370923560
],
2371023561
"paths": {
23711-
"/groups/{id}": "least=DelegatedWork,Application",
2371223562
"/groups/{id}/cloudLicensing/assignments/{id}": "",
2371323563
"/groups/{id}/conversations/{id}/threads/{id}": "",
2371423564
"/groups/{id}/threads/{id}": "",
@@ -23795,6 +23645,7 @@
2379523645
"DELETE"
2379623646
],
2379723647
"paths": {
23648+
"/groups/{id}": "least=DelegatedWork,Application",
2379823649
"/groups/{id}/members/{id}": "",
2379923650
"/groups/{id}/owners/{id}": "least=DelegatedWork,Application"
2380023651
}
@@ -23864,6 +23715,7 @@
2386423715
"PATCH"
2386523716
],
2386623717
"paths": {
23718+
"/groups/{id}": "",
2386723719
"/teams/(team-id)/channels/{id}/messages/{id}": "",
2386823720
"/teams/(team-id)/channels/{id}/messages/{id}/replies/{id}": "",
2386923721
"/teams/{id}/channels/{id}/members/{id}": "",
@@ -23992,14 +23844,14 @@
2399223844
"GET"
2399323845
],
2399423846
"paths": {
23995-
"/groups": "least=DelegatedWork,Application",
23996-
"/groups/{id}": "least=DelegatedWork,Application",
23847+
"/groups": "",
23848+
"/groups/{id}": "",
2399723849
"/groups/{id}/memberof": "",
2399823850
"/groups/{id}/members": "",
2399923851
"/groups/{id}/owners": "least=DelegatedWork,Application",
2400023852
"/groups/{id}/permissiongrants": "least=DelegatedWork,Application",
2400123853
"/groups/{id}/transitivemembers": "",
24002-
"/groups/delta": "least=DelegatedWork,Application",
23854+
"/groups/delta": "",
2400323855
"/users/{id}/transitivememberof": ""
2400423856
}
2400523857
},

0 commit comments

Comments
 (0)