Skip to content

Commit 8d81950

Browse files
authored
Merge pull request #967 from microsoftgraph/permissions-update/2025-01-17
Weekly Permissions sync 2025-01-17
2 parents 27b85c1 + 058e726 commit 8d81950

File tree

2 files changed

+39
-3
lines changed

2 files changed

+39
-3
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12604,15 +12604,15 @@
1260412604
{
1260512605
"scheme": "Application",
1260612606
"environment": "public",
12607-
"isHidden": true,
12607+
"isHidden": false,
1260812608
"resourceAppId": "48ac35b8-9aa8-4d74-927d-1f4a14a0b239",
1260912609
"id": "b55aa226-33a1-4396-bcf4-edce5e7a31c1",
1261012610
"isEnabled": true
1261112611
},
1261212612
{
1261312613
"scheme": "DelegatedWork",
1261412614
"environment": "public",
12615-
"isHidden": true,
12615+
"isHidden": false,
1261612616
"resourceAppId": "48ac35b8-9aa8-4d74-927d-1f4a14a0b239",
1261712617
"id": "ea2cbd09-253c-4f69-a0e6-07383c5f07cc",
1261812618
"isEnabled": true

permissions/new/permissions.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16756,7 +16756,7 @@
1675616756
}
1675716757
],
1675816758
"ownerInfo": {
16759-
"ownerSecurityGroup": "DirectoryPreAuthZReq"
16759+
"ownerSecurityGroup": "iamut-dev"
1676016760
}
1676116761
},
1676216762
"Domain.ReadWrite.All": {
@@ -44694,6 +44694,42 @@
4469444694
"ownerSecurityGroup": "TeamsPermissions"
4469544695
}
4469644696
},
44697+
"TeamsResourceAccount.Read.All": {
44698+
"schemes": {
44699+
"DelegatedWork": {
44700+
"adminDisplayName": "Read Teams resource accounts",
44701+
"adminDescription": "Allows the app to read your tenant's resource accounts on behalf of the signed-in admin user.",
44702+
"userDisplayName": "Read Teams resource accounts",
44703+
"userDescription": "Allows the app to read your tenant's resource accounts on behalf of the signed-in admin user.",
44704+
"requiresAdminConsent": true,
44705+
"privilegeLevel": 3
44706+
},
44707+
"Application": {
44708+
"adminDisplayName": "Read Teams resource accounts",
44709+
"adminDescription": "Allows the app to read your tenant's resource accounts without a signed-in user.",
44710+
"requiresAdminConsent": true,
44711+
"privilegeLevel": 4
44712+
}
44713+
},
44714+
"pathSets": [
44715+
{
44716+
"schemeKeys": [
44717+
"DelegatedWork",
44718+
"Application"
44719+
],
44720+
"methods": [
44721+
"GET"
44722+
],
44723+
"paths": {
44724+
"/admin/teams/resourceAccounts": "least=DelegatedWork,Application",
44725+
"/admin/teams/resourceAccounts/{id}": "least=DelegatedWork,Application"
44726+
}
44727+
}
44728+
],
44729+
"ownerInfo": {
44730+
"ownerSecurityGroup": "IC3_Agent_Provisioning_Approvers"
44731+
}
44732+
},
4469744733
"TeamsTab.Create": {
4469844734
"schemes": {
4469944735
"DelegatedWork": {

0 commit comments

Comments
 (0)