Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions permissions/permissions-descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,16 @@
"isEnabled": true,
"value": "Contacts-OnPremisesSyncBehavior.ReadWrite.All"
},
{
"adminConsentDescription": "Allows the app to read and update the on-premises sync behavior of users on behalf of the signed-in user.",
"adminConsentDisplayName": "Read and update the on-premises sync behavior of users",
"consentDescription": "Allows the app to update the on-premises sync behavior of users on your behalf.",
Comment thread
darshanmaiya marked this conversation as resolved.
Outdated
"consentDisplayName": "Read and update the on-premises sync behavior of users",
"id": "7ff9afdd-0cdb-439d-a61c-fea3e9339e89",
"isAdmin": true,
"isEnabled": true,
"value": "User-OnPremisesSyncBehavior.ReadWrite.All"
},
{
"adminConsentDescription": "Allow the application to access files explicitly permissioned to the application on behalf of the signed in user. The specific files and the permissions granted will be configured in SharePoint Online or OneDrive.",
"adminConsentDisplayName": "Access selected Files, on behalf of the signed-in user",
Expand Down Expand Up @@ -6696,6 +6706,19 @@
"isEnabled": true,
"value": "Contacts-OnPremisesSyncBehavior.ReadWrite.All"
},
{
"adminConsentDescription": "Allows the app to update the on-premises sync behavior of all users without a signed-in user.",
Comment thread
darshanmaiya marked this conversation as resolved.
Outdated
"adminConsentDisplayName": "Read and update the on-premises sync behavior of users",
"allowedMemberTypes": [
"Application"
],
"consentDescription": null,
"consentDisplayName": null,
"id": "a94a502d-0281-4d15-8cd2-682ac9362c4c",
"isAdmin": true,
"isEnabled": true,
"value": "User-OnPremisesSyncBehavior.ReadWrite.All"
},
{
"adminConsentDescription": "Allow the application to access a subset of files without a signed in user. The specific files and the permissions granted will be configured in SharePoint Online or OneDrive.",
"adminConsentDisplayName": "Access selected Files without a signed in user.",
Expand Down