Skip to content
Closed
Show file tree
Hide file tree
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
36 changes: 36 additions & 0 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -27649,6 +27649,42 @@
"ownerSecurityGroup": "ddsappperm"
}
},
"Group-XTenantIdentitySync.Read.All": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read all Group Cross-Tenant Identity Synchronization properties",
"adminDescription": "Allows the app to read all Cross-Tenant Identity Synchronization properties on Groups, on behalf of the signed-in user.",
"userDisplayName": "Read all Group Cross-Tenant Identity Synchronization properties",
"userDescription": "Allows the app to read all Cross-Tenant Identity Synchronization properties on Groups, on behalf of the signed-in user.",
"requiresAdminConsent": true,
"privilegeLevel": 2
},
"Application": {
"adminDisplayName": "Read all Group Cross-Tenant Identity Synchronization properties",
"adminDescription": "Allows the app to read all Cross-Tenant Identity Synchronization properties on Groups, without a signed-in user.",
"requiresAdminConsent": true,
Comment on lines +27657 to +27667
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new display names/descriptions use inconsistent capitalization compared to other Group-* permissions nearby (e.g., "Read group conversations", "... of groups"). Consider changing "Read all Group ..." -> "Read all group ..." and "properties on Groups" -> "properties on groups" for consistency and grammar.

Copilot uses AI. Check for mistakes.
"privilegeLevel": 2
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"GET"
],
"paths": {
"/groups/{id}": ""
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "idsync"
}
},
"Group.Create": {
"authorizationType": "oAuth2",
"schemes": {
Expand Down
12 changes: 6 additions & 6 deletions permissions/new/provisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6797,15 +6797,15 @@
"id": "f7c0661b-4247-48ac-a371-05ff047614c6",
"scheme": "DelegatedWork",
"environment": "PPE;public",
"isHidden": true,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
},
{
"id": "35b96aac-d839-4362-abd4-7381f2b27ccd",
"scheme": "Application",
"environment": "PPE;public",
"isHidden": true,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
}
Expand Down Expand Up @@ -12715,7 +12715,7 @@
],
"TeamworkSection.Read": [
{
"id": "e849765c-20c9-4994-bb0d-fe2cd540c38c",
"id": "87a3258d-8c34-49e2-ab91-9b8bdbd79177",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
Expand All @@ -12725,7 +12725,7 @@
],
"TeamworkSection.ReadWrite": [
{
"id": "2f66f945-788d-49b8-ab3f-2b59ef72cfa5",
"id": "70dbe5e8-39b9-40f3-8c65-3ec7b00ad804",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
Expand All @@ -12735,7 +12735,7 @@
],
"TeamworkSection.Read.All": [
{
"id": "25dc9176-b59e-4fcf-9d31-04a6e1774a5a",
"id": "e9e1b87a-726e-4628-8fab-d1fc58d4d9ad",
"scheme": "Application",
"environment": "public",
"isHidden": true,
Expand All @@ -12745,7 +12745,7 @@
],
"TeamworkSection.ReadWrite.All": [
{
"id": "316f1de5-afa6-449f-b21a-f6c18eb06333",
"id": "fd99f9da-42d6-4d00-8a41-4161bea42309",
"scheme": "Application",
"environment": "public",
"isHidden": true,
Expand Down