Skip to content

Commit cb7097d

Browse files
committed
Weekly Permissions sync 2024-09-28
1 parent ffe5d42 commit cb7097d

File tree

2 files changed

+77
-0
lines changed

2 files changed

+77
-0
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1915,6 +1915,26 @@
19151915
"resourceAppId": ""
19161916
}
19171917
],
1918+
"CopilotSettings-LimitedMode.Read": [
1919+
{
1920+
"id": "",
1921+
"scheme": "DelegatedWork",
1922+
"environment": "public",
1923+
"isHidden": false,
1924+
"isEnabled": true,
1925+
"resourceAppId": "6b91db1b-f05b-405a-a0b2-e3f60b28d645"
1926+
}
1927+
],
1928+
"CopilotSettings-LimitedMode.ReadWrite": [
1929+
{
1930+
"id": "",
1931+
"scheme": "DelegatedWork",
1932+
"environment": "public",
1933+
"isHidden": false,
1934+
"isEnabled": true,
1935+
"resourceAppId": "6b91db1b-f05b-405a-a0b2-e3f60b28d645"
1936+
}
1937+
],
19181938
"CrossTenantContentMigration.Read.All": [
19191939
{
19201940
"scheme": "DelegatedWork",

permissions/new/permissions.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8851,6 +8851,63 @@
88518851
"ownerSecurityGroup": "stisaprvc"
88528852
}
88538853
},
8854+
"CopilotSettings-LimitedMode.Read": {
8855+
"schemes": {
8856+
"DelegatedWork": {
8857+
"adminDisplayName": "Read organization-wide copilot limited mode setting",
8858+
"adminDescription": "Allows the app to read organization-wide copilot limited mode setting on behalf of the signed-in user.",
8859+
"userDisplayName": "Read organization-wide copilot limited mode setting",
8860+
"userDescription": "Allows the app to read organization-wide copilot limited mode setting on your behalf.",
8861+
"requiresAdminConsent": true,
8862+
"privilegeLevel": 3
8863+
}
8864+
},
8865+
"pathSets": [
8866+
{
8867+
"schemeKeys": [
8868+
"DelegatedWork"
8869+
],
8870+
"methods": [
8871+
"GET"
8872+
],
8873+
"paths": {
8874+
"/copilot/admin/settings/limitedMode": "least=DelegatedWork"
8875+
}
8876+
}
8877+
],
8878+
"ownerInfo": {
8879+
"ownerSecurityGroup": "m365adminsvcdevteam"
8880+
}
8881+
},
8882+
"CopilotSettings-LimitedMode.ReadWrite": {
8883+
"schemes": {
8884+
"DelegatedWork": {
8885+
"adminDisplayName": "Read and write organization-wide copilot limited mode setting",
8886+
"adminDescription": "Allows the app to read and write organization-wide copilot limited mode setting on behalf of the signed-in user.",
8887+
"userDisplayName": "Read and write organization-wide copilot limited mode setting",
8888+
"userDescription": "Allows the app to read and write organization-wide copilot limited mode setting on your behalf.",
8889+
"requiresAdminConsent": true,
8890+
"privilegeLevel": 3
8891+
}
8892+
},
8893+
"pathSets": [
8894+
{
8895+
"schemeKeys": [
8896+
"DelegatedWork"
8897+
],
8898+
"methods": [
8899+
"GET",
8900+
"PATCH"
8901+
],
8902+
"paths": {
8903+
"/copilot/admin/settings/limitedMode": "least=DelegatedWork"
8904+
}
8905+
}
8906+
],
8907+
"ownerInfo": {
8908+
"ownerSecurityGroup": "m365adminsvcdevteam"
8909+
}
8910+
},
88548911
"CrossTenantInformation.ReadBasic.All": {
88558912
"schemes": {
88568913
"DelegatedWork": {

0 commit comments

Comments
 (0)