diff --git a/permissions/new/ProvisioningInfo.json b/permissions/new/ProvisioningInfo.json index 88bcd1e6..1482b3a4 100644 --- a/permissions/new/ProvisioningInfo.json +++ b/permissions/new/ProvisioningInfo.json @@ -14689,21 +14689,21 @@ ], "UserWindowsSettings.Read.All": [ { - "id": "", + "id": "77e07bab-1b34-40a5-bb6c-4b197b3f6027", "scheme": "DelegatedWork", "environment": "public", - "isHidden": true, - "isEnabled": false, + "isHidden": false, + "isEnabled": true, "resourceAppId": "314d9ae1-34e6-4ec0-bb42-36a834ce893a" } ], "UserWindowsSettings.ReadWrite.All": [ { - "id": "", + "id": "dcb1026d-b7e1-4d31-9f61-6724d5140bf9", "scheme": "DelegatedWork", "environment": "public", - "isHidden": true, - "isEnabled": false, + "isHidden": false, + "isEnabled": true, "resourceAppId": "314d9ae1-34e6-4ec0-bb42-36a834ce893a" } ], diff --git a/permissions/new/permissions.json b/permissions/new/permissions.json index 5961b07f..c29a0a0a 100644 --- a/permissions/new/permissions.json +++ b/permissions/new/permissions.json @@ -51061,6 +51061,68 @@ "ownerSecurityGroup": "TeamsPermissions" } }, + "UserWindowsSettings.Read.All": { + "authorizationType": "oAuth2", + "schemes": { + "DelegatedWork": { + "adminDisplayName": "Read windows settings for all devices", + "adminDescription": "Allows the app to read a user's windows settings which are stored in cloud and their values on behalf of the signed-in user.", + "userDisplayName": "Read your windows settings for all devices", + "userDescription": "Allows the app to read your windows settings which are stored in cloud and their values.", + "requiresAdminConsent": true, + "privilegeLevel": 2 + } + }, + "pathSets": [ + { + "schemeKeys": [ + "DelegatedWork" + ], + "methods": [ + "GET" + ], + "paths": { + "/users/{id}/settings/windows": "", + "/users/{id}/settings/windows/{id}": "", + "/users/{id}/settings/windows/{id}/instances": "", + "/users/{id}/settings/windows/{id}/instances/{id}": "" + } + } + ], + "ownerInfo": { + "ownerSecurityGroup": "afsdev" + } + }, + "UserWindowsSettings.ReadWrite.All": { + "authorizationType": "oAuth2", + "schemes": { + "DelegatedWork": { + "adminDisplayName": "Read and write windows settings for all devices", + "adminDescription": "Allows the app to read and write a user's windows settings which are stored in cloud and their values on behalf of the signed-in user.", + "userDisplayName": "Read and write your windows settings for all devices", + "userDescription": "Allows the app to read and write your windows settings which are stored in cloud and their values.", + "requiresAdminConsent": true, + "privilegeLevel": 3 + } + }, + "pathSets": [ + { + "schemeKeys": [ + "DelegatedWork" + ], + "methods": [ + "DELETE", + "GET" + ], + "paths": { + "/users/{id}/settings/windows": "least=DelegatedWork" + } + } + ], + "ownerInfo": { + "ownerSecurityGroup": "afsdev" + } + }, "VirtualAppointment.Read": { "authorizationType": "oAuth2", "schemes": {