Skip to content

Commit 7488e61

Browse files
committed
Weekly Permissions sync 2024-12-09
1 parent e35b00d commit 7488e61

File tree

2 files changed

+100
-2
lines changed

2 files changed

+100
-2
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2729,7 +2729,7 @@
27292729
"id": "aeb2982d-632d-4155-b533-18756ab6fdd8",
27302730
"scheme": "DelegatedWork",
27312731
"environment": "public",
2732-
"isHidden": true,
2732+
"isHidden": false,
27332733
"isEnabled": true,
27342734
"resourceAppId": "6b91db1b-f05b-405a-a0b2-e3f60b28d645"
27352735
}
@@ -2739,7 +2739,7 @@
27392739
"id": "4704e5b2-0ada-4aa0-b18c-00ad7525bc06",
27402740
"scheme": "DelegatedWork",
27412741
"environment": "public",
2742-
"isHidden": true,
2742+
"isHidden": false,
27432743
"isEnabled": true,
27442744
"resourceAppId": "6b91db1b-f05b-405a-a0b2-e3f60b28d645"
27452745
}
@@ -4651,6 +4651,47 @@
46514651
"id": "ebbfd079-1634-4640-8618-68b19ebbed1d"
46524652
}
46534653
],
4654+
"EngagementRole.Read": [
4655+
{
4656+
"scheme": "DelegatedWork",
4657+
"environment": "public",
4658+
"isHidden": true,
4659+
"isEnabled": true,
4660+
"resourceAppId": "00000005-0000-0ff1-ce00-000000000000"
4661+
}
4662+
],
4663+
"EngagementRole.Read.All": [
4664+
{
4665+
"scheme": "DelegatedWork",
4666+
"environment": "public",
4667+
"isHidden": true,
4668+
"isEnabled": true,
4669+
"resourceAppId": "00000005-0000-0ff1-ce00-000000000000"
4670+
},
4671+
{
4672+
"scheme": "Application",
4673+
"environment": "public",
4674+
"isHidden": true,
4675+
"isEnabled": true,
4676+
"resourceAppId": "00000005-0000-0ff1-ce00-000000000000"
4677+
}
4678+
],
4679+
"EngagementRole.ReadWrite.All": [
4680+
{
4681+
"scheme": "DelegatedWork",
4682+
"environment": "public",
4683+
"isHidden": true,
4684+
"isEnabled": true,
4685+
"resourceAppId": "00000005-0000-0ff1-ce00-000000000000"
4686+
},
4687+
{
4688+
"scheme": "Application",
4689+
"environment": "public",
4690+
"isHidden": true,
4691+
"isEnabled": true,
4692+
"resourceAppId": "00000005-0000-0ff1-ce00-000000000000"
4693+
}
4694+
],
46544695
"EntitlementManagement.AccessPkgAssignmentRemove.All": [
46554696
{
46564697
"id": "2f984b63-89eb-4376-9190-71962fb3080d",

permissions/new/permissions.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8872,6 +8872,63 @@
88728872
"ownerSecurityGroup": "stisaprvc"
88738873
}
88748874
},
8875+
"CopilotSettings-LimitedMode.Read": {
8876+
"schemes": {
8877+
"DelegatedWork": {
8878+
"adminDisplayName": "Read organization-wide copilot limited mode setting",
8879+
"adminDescription": "Allows the app to read organization-wide copilot limited mode setting on behalf of the signed-in user.",
8880+
"userDisplayName": "Read organization-wide copilot limited mode setting",
8881+
"userDescription": "Allows the app to read organization-wide copilot limited mode setting on your behalf.",
8882+
"requiresAdminConsent": true,
8883+
"privilegeLevel": 3
8884+
}
8885+
},
8886+
"pathSets": [
8887+
{
8888+
"schemeKeys": [
8889+
"DelegatedWork"
8890+
],
8891+
"methods": [
8892+
"GET"
8893+
],
8894+
"paths": {
8895+
"/copilot/admin/settings/limitedMode": "least=DelegatedWork"
8896+
}
8897+
}
8898+
],
8899+
"ownerInfo": {
8900+
"ownerSecurityGroup": "m365adminsvcdevteam"
8901+
}
8902+
},
8903+
"CopilotSettings-LimitedMode.ReadWrite": {
8904+
"schemes": {
8905+
"DelegatedWork": {
8906+
"adminDisplayName": "Read and write organization-wide copilot limited mode setting",
8907+
"adminDescription": "Allows the app to read and write organization-wide copilot limited mode setting on behalf of the signed-in user.",
8908+
"userDisplayName": "Read and write organization-wide copilot limited mode setting",
8909+
"userDescription": "Allows the app to read and write organization-wide copilot limited mode setting on your behalf.",
8910+
"requiresAdminConsent": true,
8911+
"privilegeLevel": 3
8912+
}
8913+
},
8914+
"pathSets": [
8915+
{
8916+
"schemeKeys": [
8917+
"DelegatedWork"
8918+
],
8919+
"methods": [
8920+
"GET",
8921+
"PATCH"
8922+
],
8923+
"paths": {
8924+
"/copilot/admin/settings/limitedMode": "least=DelegatedWork"
8925+
}
8926+
}
8927+
],
8928+
"ownerInfo": {
8929+
"ownerSecurityGroup": "m365adminsvcdevteam"
8930+
}
8931+
},
88758932
"CrossTenantInformation.ReadBasic.All": {
88768933
"schemes": {
88778934
"DelegatedWork": {

0 commit comments

Comments
 (0)