|
682 | 682 | "ownerSecurityGroup": "igagraph" |
683 | 683 | } |
684 | 684 | }, |
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 | | - }, |
836 | 685 | "AiEnterpriseInteraction.Read": { |
837 | 686 | "schemes": { |
838 | 687 | "DelegatedWork": { |
|
23539 | 23388 | "/chats/{id}/messages/{id}/hostedcontents/{id}": "", |
23540 | 23389 | "/drives/{id}/items/{id}": "", |
23541 | 23390 | "/drives/{id}/root:/{id}": "", |
| 23391 | + "/groups": "", |
| 23392 | + "/groups/{id}": "", |
23542 | 23393 | "/groups/{id}/cloudLicensing/assignments/{id}/allotment": "", |
23543 | 23394 | "/groups/{id}/cloudLicensing/usageRights": "", |
23544 | 23395 | "/groups/{id}/cloudLicensing/usageRights/{id}": "", |
|
23608 | 23459 | "/directoryobjects/{id}/getmembergroups": "", |
23609 | 23460 | "/directoryobjects/{id}/getmemberobjects": "", |
23610 | 23461 | "/grouplifecyclepolicies/renewgroup": "least=DelegatedWork,Application", |
| 23462 | + "/groups": "least=DelegatedWork", |
23611 | 23463 | "/groups/{id}/assignlicense": "", |
23612 | 23464 | "/groups/{id}/checkmembergroups": "", |
23613 | 23465 | "/groups/{id}/checkmemberobjects": "", |
|
23690 | 23542 | "POST" |
23691 | 23543 | ], |
23692 | 23544 | "paths": { |
23693 | | - "/groups": "least=DelegatedWork", |
23694 | 23545 | "/groups/{id}/owners": "least=DelegatedWork,Application", |
23695 | 23546 | "/teams/{id}/channels": "", |
23696 | 23547 | "/teams/{id}/channels/{id}/tabs": "", |
|
23708 | 23559 | "PATCH" |
23709 | 23560 | ], |
23710 | 23561 | "paths": { |
23711 | | - "/groups/{id}": "least=DelegatedWork,Application", |
23712 | 23562 | "/groups/{id}/cloudLicensing/assignments/{id}": "", |
23713 | 23563 | "/groups/{id}/conversations/{id}/threads/{id}": "", |
23714 | 23564 | "/groups/{id}/threads/{id}": "", |
|
23795 | 23645 | "DELETE" |
23796 | 23646 | ], |
23797 | 23647 | "paths": { |
| 23648 | + "/groups/{id}": "least=DelegatedWork,Application", |
23798 | 23649 | "/groups/{id}/members/{id}": "", |
23799 | 23650 | "/groups/{id}/owners/{id}": "least=DelegatedWork,Application" |
23800 | 23651 | } |
|
23864 | 23715 | "PATCH" |
23865 | 23716 | ], |
23866 | 23717 | "paths": { |
| 23718 | + "/groups/{id}": "", |
23867 | 23719 | "/teams/(team-id)/channels/{id}/messages/{id}": "", |
23868 | 23720 | "/teams/(team-id)/channels/{id}/messages/{id}/replies/{id}": "", |
23869 | 23721 | "/teams/{id}/channels/{id}/members/{id}": "", |
@@ -23992,14 +23844,14 @@ |
23992 | 23844 | "GET" |
23993 | 23845 | ], |
23994 | 23846 | "paths": { |
23995 | | - "/groups": "least=DelegatedWork,Application", |
23996 | | - "/groups/{id}": "least=DelegatedWork,Application", |
| 23847 | + "/groups": "", |
| 23848 | + "/groups/{id}": "", |
23997 | 23849 | "/groups/{id}/memberof": "", |
23998 | 23850 | "/groups/{id}/members": "", |
23999 | 23851 | "/groups/{id}/owners": "least=DelegatedWork,Application", |
24000 | 23852 | "/groups/{id}/permissiongrants": "least=DelegatedWork,Application", |
24001 | 23853 | "/groups/{id}/transitivemembers": "", |
24002 | | - "/groups/delta": "least=DelegatedWork,Application", |
| 23854 | + "/groups/delta": "", |
24003 | 23855 | "/users/{id}/transitivememberof": "" |
24004 | 23856 | } |
24005 | 23857 | }, |
|
0 commit comments