diff --git a/permissions/new/ProvisioningInfo.json b/permissions/new/ProvisioningInfo.json index b64b721f..ca2cc3f0 100644 --- a/permissions/new/ProvisioningInfo.json +++ b/permissions/new/ProvisioningInfo.json @@ -7464,6 +7464,42 @@ "resourceAppId": "" } ], + "MailboxConfigItem.Read": [ + { + "id": "", + "scheme": "DelegatedWork", + "environment": "public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3" + }, + { + "id": "", + "scheme": "Application", + "environment": "public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3" + } + ], + "MailboxConfigItem.ReadWrite": [ + { + "id": "", + "scheme": "DelegatedWork", + "environment": "public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3" + }, + { + "id": "", + "scheme": "Application", + "environment": "public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3" + } + ], "MailboxFolder.Read": [ { "id": "52dc2051-4958-4636-8f2a-281d39c6981c", @@ -14747,7 +14783,7 @@ "id": "7ff9afdd-0cdb-439d-a61c-fea3e9339e89", "scheme": "DelegatedWork", "environment": "PPE;public", - "isHidden": true, + "isHidden": false, "isEnabled": true, "resourceAppId": "" }, @@ -14755,7 +14791,7 @@ "id": "a94a502d-0281-4d15-8cd2-682ac9362c4c", "scheme": "Application", "environment": "PPE;public", - "isHidden": true, + "isHidden": false, "isEnabled": true, "resourceAppId": "" } @@ -16565,4 +16601,4 @@ } ] } -} \ No newline at end of file +} diff --git a/permissions/new/permissions.json b/permissions/new/permissions.json index a536fef4..7e0769e5 100644 --- a/permissions/new/permissions.json +++ b/permissions/new/permissions.json @@ -50685,6 +50685,44 @@ "ownerSecurityGroup": "IdentityReq" } }, + "User-OnPremisesSyncBehavior.ReadWrite.All": { + "authorizationType": "oAuth2", + "schemes": { + "DelegatedWork": { + "adminDisplayName": "Read and update the on-premises sync behavior of users", + "adminDescription": "Allows the app to read and update the on-premises sync behavior of users on behalf of the signed-in user.", + "userDisplayName": "Read and update the on-premises sync behavior of users", + "userDescription": "Allows the app to update the on-premises sync behavior of users on your behalf.", + "requiresAdminConsent": true, + "privilegeLevel": 2 + }, + "Application": { + "adminDisplayName": "Read and update the on-premises sync behavior of users", + "adminDescription": "Allows the app to update the on-premises sync behavior of all users without a signed-in user.", + "requiresAdminConsent": true, + "privilegeLevel": 4 + } + }, + "pathSets": [ + { + "schemeKeys": [ + "DelegatedWork", + "Application" + ], + "methods": [ + "GET", + "PATCH" + ], + "paths": { + "/users/{id}/onPremisesSyncBehavior": "least=DelegatedWork,Application", + "/users/onPremisesSyncBehavior": "least=DelegatedWork,Application" + } + } + ], + "ownerInfo": { + "ownerSecurityGroup": "ddsappperm" + } + }, "User-PasswordProfile.ReadWrite.All": { "authorizationType": "oAuth2", "schemes": {