|
5705 | 5705 | "/me/calendars/delta": "", |
5706 | 5706 | "/me/calendarview/delta": "", |
5707 | 5707 | "/me/events/delta": "", |
5708 | | - "/places/{id}/checkIns/{calendarEventId}": "least=DelegatedWork,Application,DelegatedPersonal", |
5709 | 5708 | "/users/{id}/calendar/calendarview": "", |
5710 | 5709 | "/users/{id}/calendar/events/delta": "", |
5711 | 5710 | "/users/{id}/calendargroups/{id}/calendars/{id}/calendarview": "", |
|
5721 | 5720 | "/users/{id}/reminderview(startdatetime={value},enddatetime={value})": "" |
5722 | 5721 | } |
5723 | 5722 | }, |
| 5723 | + { |
| 5724 | + "schemeKeys": [ |
| 5725 | + "DelegatedWork" |
| 5726 | + ], |
| 5727 | + "methods": [ |
| 5728 | + "GET" |
| 5729 | + ], |
| 5730 | + "paths": { |
| 5731 | + "/places/{id}/checkIns/{calendarEventId}": "least=DelegatedWork" |
| 5732 | + } |
| 5733 | + }, |
5724 | 5734 | { |
5725 | 5735 | "schemeKeys": [ |
5726 | 5736 | "DelegatedWork" |
|
5773 | 5783 | "paths": { |
5774 | 5784 | "/me/calendar/getschedule": "", |
5775 | 5785 | "/me/calendar/permanentDelete": "least=DelegatedWork,Application", |
5776 | | - "/places/{id}/checkIns": "least=DelegatedWork,Application", |
5777 | 5786 | "/users/{id}/calendar/getschedule": "", |
5778 | 5787 | "/users/{id}/calendar/permanentDelete": "least=DelegatedWork,Application" |
5779 | 5788 | } |
5780 | 5789 | }, |
| 5790 | + { |
| 5791 | + "schemeKeys": [ |
| 5792 | + "DelegatedWork" |
| 5793 | + ], |
| 5794 | + "methods": [ |
| 5795 | + "POST" |
| 5796 | + ], |
| 5797 | + "paths": { |
| 5798 | + "/places/{id}/checkIns": "least=DelegatedWork" |
| 5799 | + } |
| 5800 | + }, |
5781 | 5801 | { |
5782 | 5802 | "schemeKeys": [ |
5783 | 5803 | "DelegatedWork" |
|
9017 | 9037 | "POST" |
9018 | 9038 | ], |
9019 | 9039 | "paths": { |
9020 | | - "/devicemanagement/virtualendpoint/deviceimages": "least=DelegatedWork,Application", |
9021 | 9040 | "/devicemanagement/virtualendpoint/externalpartnersettings": "least=DelegatedWork,Application", |
9022 | 9041 | "/devicemanagement/virtualendpoint/provisioningpolicies": "least=DelegatedWork,Application", |
9023 | 9042 | "/devicemanagement/virtualendpoint/settingprofiles": "least=DelegatedWork,Application", |
|
9178 | 9197 | "POST" |
9179 | 9198 | ], |
9180 | 9199 | "paths": { |
| 9200 | + "/devicemanagement/virtualendpoint/deviceimages": "least=DelegatedWork,Application", |
9181 | 9201 | "/rolemanagement/cloudpc/roleassignments": "least=DelegatedWork,Application", |
9182 | 9202 | "/rolemanagement/devicemanagement/roleassignments": "least=DelegatedWork,Application" |
9183 | 9203 | } |
|
29501 | 29521 | "ownerSecurityGroup": "stisaprvc" |
29502 | 29522 | } |
29503 | 29523 | }, |
| 29524 | + "MailboxConfigItem.Read": { |
| 29525 | + "authorizationType": "oAuth2", |
| 29526 | + "schemes": { |
| 29527 | + "DelegatedWork": { |
| 29528 | + "adminDisplayName": "Read user's UserConfiguration objects", |
| 29529 | + "adminDescription": "Allows the app to read user's UserConfiguration objects, on behalf of the the signed-in user.", |
| 29530 | + "userDisplayName": "Read your UserConfiguration objects", |
| 29531 | + "userDescription": "Allows the app to read your UserConfiguration objects.", |
| 29532 | + "requiresAdminConsent": false, |
| 29533 | + "privilegeLevel": 2 |
| 29534 | + }, |
| 29535 | + "DelegatedPersonal": { |
| 29536 | + "adminDisplayName": "Read user's UserConfiguration objects", |
| 29537 | + "adminDescription": "Allows the app to read user's UserConfiguration objects, on behalf of the the signed-in user.", |
| 29538 | + "userDisplayName": "Read your UserConfiguration objects", |
| 29539 | + "userDescription": "Allows the app to read your UserConfiguration objects.", |
| 29540 | + "requiresAdminConsent": false, |
| 29541 | + "privilegeLevel": 2 |
| 29542 | + }, |
| 29543 | + "Application": { |
| 29544 | + "adminDisplayName": "Read all users' UserConfiguration objects", |
| 29545 | + "adminDescription": "Allows the app to read all users' UserConfiguration objects.", |
| 29546 | + "requiresAdminConsent": true, |
| 29547 | + "privilegeLevel": 4 |
| 29548 | + } |
| 29549 | + }, |
| 29550 | + "pathSets": [ |
| 29551 | + { |
| 29552 | + "schemeKeys": [ |
| 29553 | + "DelegatedWork", |
| 29554 | + "DelegatedPersonal", |
| 29555 | + "Application" |
| 29556 | + ], |
| 29557 | + "methods": [ |
| 29558 | + "GET" |
| 29559 | + ], |
| 29560 | + "paths": { |
| 29561 | + "/me/mailFolders/{id}/userConfigurations/{id}": "least=DelegatedWork,DelegatedPersonal,Application", |
| 29562 | + "/users/{id}/mailFolders/{id}/userConfigurations/{id}": "least=DelegatedWork,DelegatedPersonal,Application" |
| 29563 | + } |
| 29564 | + } |
| 29565 | + ], |
| 29566 | + "ownerInfo": { |
| 29567 | + "ownerSecurityGroup": "GraphExoSchemaAdmin" |
| 29568 | + } |
| 29569 | + }, |
29504 | 29570 | "MailboxFolder.Read": { |
29505 | 29571 | "authorizationType": "oAuth2", |
29506 | 29572 | "schemes": { |
|
34363 | 34429 | "paths": { |
34364 | 34430 | "/identity/conditionalaccess/vpnconnectivitycertificates/{thumbprint}": "least=DelegatedWork" |
34365 | 34431 | } |
| 34432 | + }, |
| 34433 | + { |
| 34434 | + "schemeKeys": [ |
| 34435 | + "DelegatedWork" |
| 34436 | + ], |
| 34437 | + "methods": [ |
| 34438 | + "GET" |
| 34439 | + ], |
| 34440 | + "paths": { |
| 34441 | + "/identity/conditionalaccess/claimProviders": "least=DelegatedWork", |
| 34442 | + "/identity/conditionalaccess/claimProviders/getControls": "least=DelegatedWork" |
| 34443 | + } |
| 34444 | + }, |
| 34445 | + { |
| 34446 | + "schemeKeys": [ |
| 34447 | + "DelegatedWork" |
| 34448 | + ], |
| 34449 | + "methods": [ |
| 34450 | + "POST" |
| 34451 | + ], |
| 34452 | + "paths": { |
| 34453 | + "/identity/conditionalaccess/claimProviders": "least=DelegatedWork", |
| 34454 | + "/identity/conditionalaccess/claimProviders/validate": "least=DelegatedWork" |
| 34455 | + } |
| 34456 | + }, |
| 34457 | + { |
| 34458 | + "schemeKeys": [ |
| 34459 | + "DelegatedWork" |
| 34460 | + ], |
| 34461 | + "methods": [ |
| 34462 | + "DELETE", |
| 34463 | + "PATCH" |
| 34464 | + ], |
| 34465 | + "paths": { |
| 34466 | + "/identity/conditionalaccess/claimProviders/{name}": "least=DelegatedWork" |
| 34467 | + } |
34366 | 34468 | } |
34367 | 34469 | ], |
34368 | 34470 | "ownerInfo": { |
|
35540 | 35642 | "paths": { |
35541 | 35643 | "/identity/conditionalaccess/vpnconnectivitycertificates/{thumbprint}": "" |
35542 | 35644 | } |
| 35645 | + }, |
| 35646 | + { |
| 35647 | + "schemeKeys": [ |
| 35648 | + "DelegatedWork" |
| 35649 | + ], |
| 35650 | + "methods": [ |
| 35651 | + "POST" |
| 35652 | + ], |
| 35653 | + "paths": { |
| 35654 | + "/identity/conditionalaccess/claimProviders": "", |
| 35655 | + "/identity/conditionalaccess/claimProviders/validate": "" |
| 35656 | + } |
| 35657 | + }, |
| 35658 | + { |
| 35659 | + "schemeKeys": [ |
| 35660 | + "DelegatedWork" |
| 35661 | + ], |
| 35662 | + "methods": [ |
| 35663 | + "DELETE", |
| 35664 | + "PATCH" |
| 35665 | + ], |
| 35666 | + "paths": { |
| 35667 | + "/identity/conditionalaccess/claimProviders/{name}": "" |
| 35668 | + } |
35543 | 35669 | } |
35544 | 35670 | ], |
35545 | 35671 | "ownerInfo": { |
|
0 commit comments