@@ -19033,13 +19033,11 @@
1903319033 "/directory/administrativeunits/{id}/members": "",
1903419034 "/groups/{id}/deletepasswordsinglesignoncredentials": "least=DelegatedWork",
1903519035 "/groups/{id}/getpasswordsinglesignoncredentials": "least=DelegatedWork",
19036- "/me/changepassword": "least=DelegatedWork",
1903719036 "/privilegedapproval": "least=DelegatedWork",
1903819037 "/privilegedroleassignments/{id}/makeeligible": "least=DelegatedWork",
1903919038 "/privilegedroleassignments/{id}/makepermanent": "least=DelegatedWork",
1904019039 "/privilegedroles/{id}/selfactivate": "least=DelegatedWork",
1904119040 "/privilegedroles/{id}/selfdeactivate": "least=DelegatedWork",
19042- "/users/{id}/changepassword": "least=DelegatedWork",
1904319041 "/users/{id}/deletepasswordsinglesignoncredentials": "least=DelegatedWork",
1904419042 "/users/{id}/getpasswordsinglesignoncredentials": "least=DelegatedWork"
1904519043 }
3748837486 "ownerSecurityGroup": "hybridauth"
3748937487 }
3749037488 },
37489+ "Policy.Read.OnPremAuthenticationPolicy": {
37490+ "authorizationType": "oAuth2",
37491+ "schemes": {
37492+ "DelegatedWork": {
37493+ "adminDisplayName": "Read your organization's on-prem authentication policies",
37494+ "adminDescription": "Allows the app to read your organization's on-prem authentication policies on behalf of the signed-in user.",
37495+ "userDisplayName": "Read your organization's on-prem authentication policies like PTA and single sign-on",
37496+ "userDescription": "Allows the app to read your organization's on-prem authentication policies on your behalf.",
37497+ "requiresAdminConsent": true,
37498+ "privilegeLevel": 3
37499+ }
37500+ },
37501+ "pathSets": [
37502+ {
37503+ "schemeKeys": [
37504+ "DelegatedWork"
37505+ ],
37506+ "methods": [
37507+ "GET"
37508+ ],
37509+ "paths": {
37510+ "/policies/onPremAuthenticationPolicies": "least=DelegatedWork",
37511+ "/policies/onPremAuthenticationPolicies/{id}": "least=DelegatedWork"
37512+ }
37513+ }
37514+ ],
37515+ "ownerInfo": {
37516+ "ownerSecurityGroup": "hybridauth"
37517+ }
37518+ },
3749137519 "Policy.Read.PermissionGrant": {
3749237520 "authorizationType": "oAuth2",
3749337521 "schemes": {
3882038848 "ownerSecurityGroup": "mobilitypolicyperms"
3882138849 }
3882238850 },
38851+ "Policy.ReadWrite.OnPremAuthenticationPolicy": {
38852+ "authorizationType": "oAuth2",
38853+ "schemes": {
38854+ "DelegatedWork": {
38855+ "adminDisplayName": "Read and write your organization's on-prem authentication policies",
38856+ "adminDescription": "Allows the app to read and write your organization's on-prem authentication policies on behalf of the signed-in user.",
38857+ "userDisplayName": "Read and write your organization's on-prem authentication policies like PTA and single sign-on",
38858+ "userDescription": "Allows the app to read and write your organization's on-prem authentication policies on your behalf.",
38859+ "requiresAdminConsent": true,
38860+ "privilegeLevel": 3
38861+ }
38862+ },
38863+ "pathSets": [
38864+ {
38865+ "schemeKeys": [
38866+ "DelegatedWork"
38867+ ],
38868+ "methods": [
38869+ "GET",
38870+ "POST"
38871+ ],
38872+ "paths": {
38873+ "/policies/onPremAuthenticationPolicies": "least=DelegatedWork"
38874+ }
38875+ },
38876+ {
38877+ "schemeKeys": [
38878+ "DelegatedWork"
38879+ ],
38880+ "methods": [
38881+ "DELETE",
38882+ "GET",
38883+ "PATCH"
38884+ ],
38885+ "paths": {
38886+ "/policies/onPremAuthenticationPolicies/{id}": "least=DelegatedWork"
38887+ }
38888+ }
38889+ ],
38890+ "ownerInfo": {
38891+ "ownerSecurityGroup": "hybridauth"
38892+ }
38893+ },
3882338894 "Policy.ReadWrite.PermissionGrant": {
3882438895 "authorizationType": "oAuth2",
3882538896 "schemes": {
5301253083 "/teams/{id}/channels/{id}/messages": "least=Application",
5301353084 "/teams/{id}/channels/{id}/messages/{id}/replies": "least=Application",
5301453085 "/teams/{id}/channels/{id}/startmigration": "least=Application",
53015- "/teams/{id}/completemigration": "least=Application"
53086+ "/teams/{id}/completemigration": "least=Application",
53087+ "/users/{id}/teamwork/sections": "",
53088+ "/users/{id}/teamwork/sections/{id}/items": "",
53089+ "/users/{id}/teamwork/sections/{id}/items/reorder": "",
53090+ "/users/{id}/teamwork/sections/reorder": ""
53091+ }
53092+ },
53093+ {
53094+ "schemeKeys": [
53095+ "Application"
53096+ ],
53097+ "methods": [
53098+ "PATCH"
53099+ ],
53100+ "paths": {
53101+ "/users/{id}/teamwork/sections/{id}": ""
53102+ }
53103+ },
53104+ {
53105+ "schemeKeys": [
53106+ "Application"
53107+ ],
53108+ "methods": [
53109+ "DELETE"
53110+ ],
53111+ "paths": {
53112+ "/users/{id}/teamwork/sections/{id}": "",
53113+ "/users/{id}/teamwork/sections/{id}/items/{id}": ""
5301653114 }
5301753115 }
5301853116 ],
5438354481 "paths": {
5438454482 "/users/{id}": ""
5438554483 }
54484+ },
54485+ {
54486+ "schemeKeys": [
54487+ "DelegatedWork"
54488+ ],
54489+ "methods": [
54490+ "POST"
54491+ ],
54492+ "paths": {
54493+ "/me/changePassword": "least=DelegatedWork"
54494+ }
5438654495 }
5438754496 ],
5438854497 "ownerInfo": {
0 commit comments