Skip to content

Commit

Permalink
Weekly Permissions sync 2024-12-09
Browse files Browse the repository at this point in the history
  • Loading branch information
marabooy committed Dec 9, 2024
1 parent e35b00d commit 7488e61
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 2 deletions.
45 changes: 43 additions & 2 deletions permissions/new/ProvisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,7 @@
"id": "aeb2982d-632d-4155-b533-18756ab6fdd8",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "6b91db1b-f05b-405a-a0b2-e3f60b28d645"
}
Expand All @@ -2739,7 +2739,7 @@
"id": "4704e5b2-0ada-4aa0-b18c-00ad7525bc06",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "6b91db1b-f05b-405a-a0b2-e3f60b28d645"
}
Expand Down Expand Up @@ -4651,6 +4651,47 @@
"id": "ebbfd079-1634-4640-8618-68b19ebbed1d"
}
],
"EngagementRole.Read": [
{
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000005-0000-0ff1-ce00-000000000000"
}
],
"EngagementRole.Read.All": [
{
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000005-0000-0ff1-ce00-000000000000"
},
{
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000005-0000-0ff1-ce00-000000000000"
}
],
"EngagementRole.ReadWrite.All": [
{
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000005-0000-0ff1-ce00-000000000000"
},
{
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000005-0000-0ff1-ce00-000000000000"
}
],
"EntitlementManagement.AccessPkgAssignmentRemove.All": [
{
"id": "2f984b63-89eb-4376-9190-71962fb3080d",
Expand Down
57 changes: 57 additions & 0 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8872,6 +8872,63 @@
"ownerSecurityGroup": "stisaprvc"
}
},
"CopilotSettings-LimitedMode.Read": {
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read organization-wide copilot limited mode setting",
"adminDescription": "Allows the app to read organization-wide copilot limited mode setting on behalf of the signed-in user.",
"userDisplayName": "Read organization-wide copilot limited mode setting",
"userDescription": "Allows the app to read organization-wide copilot limited mode setting on your behalf.",
"requiresAdminConsent": true,
"privilegeLevel": 3
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"GET"
],
"paths": {
"/copilot/admin/settings/limitedMode": "least=DelegatedWork"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "m365adminsvcdevteam"
}
},
"CopilotSettings-LimitedMode.ReadWrite": {
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read and write organization-wide copilot limited mode setting",
"adminDescription": "Allows the app to read and write organization-wide copilot limited mode setting on behalf of the signed-in user.",
"userDisplayName": "Read and write organization-wide copilot limited mode setting",
"userDescription": "Allows the app to read and write organization-wide copilot limited mode setting on your behalf.",
"requiresAdminConsent": true,
"privilegeLevel": 3
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"GET",
"PATCH"
],
"paths": {
"/copilot/admin/settings/limitedMode": "least=DelegatedWork"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "m365adminsvcdevteam"
}
},
"CrossTenantInformation.ReadBasic.All": {
"schemes": {
"DelegatedWork": {
Expand Down

0 comments on commit 7488e61

Please sign in to comment.