Skip to content

Commit 839b6a2

Browse files
Merge pull request #972 from microsoftgraph/dev
Merge dev into master
2 parents bc5b070 + 8d81950 commit 839b6a2

File tree

2 files changed

+140
-7
lines changed

2 files changed

+140
-7
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3414,6 +3414,17 @@
34143414
"resourceAppId": "00000000-0000-0000-0000-000000000000"
34153415
}
34163416
],
3417+
"Device-AppProtectionCAProperties.ReadWrite.All": [
3418+
{
3419+
"id": "2ffea8af-4766-4a4f-ad87-e91dacb3046d",
3420+
"scheme": "Application",
3421+
"environment": "public",
3422+
"isHidden": true,
3423+
"isEnabled": true,
3424+
"isPreauthorizationOnly": true,
3425+
"resourceAppId": "00000000-0000-0000-0000-000000000000"
3426+
}
3427+
],
34173428
"Device-MdmManagedProperties.ReadWrite.All": [
34183429
{
34193430
"id": "9f65ca3f-9c7c-4be7-b52f-fe5753e364b2",
@@ -9893,15 +9904,15 @@
98939904
"id": "e197c06f-ae7b-4398-b0a2-89f76ebca159",
98949905
"scheme": "DelegatedWork",
98959906
"environment": "public",
9896-
"isHidden": true,
9907+
"isHidden": false,
98979908
"isEnabled": true,
98989909
"resourceAppId": "bb2a2e3a-c5e7-4f0a-88e0-8e01fd3fc1f4"
98999910
},
99009911
{
99019912
"id": "2a6baefd-edea-4ff6-b24e-bebcaa27a50d",
99029913
"scheme": "Application",
99039914
"environment": "public",
9904-
"isHidden": true,
9915+
"isHidden": false,
99059916
"isEnabled": true,
99069917
"resourceAppId": "bb2a2e3a-c5e7-4f0a-88e0-8e01fd3fc1f4"
99079918
}
@@ -9910,15 +9921,15 @@
99109921
{
99119922
"scheme": "DelegatedWork",
99129923
"environment": "public",
9913-
"isHidden": true,
9924+
"isHidden": false,
99149925
"isEnabled": true,
99159926
"resourceAppId": "bb2a2e3a-c5e7-4f0a-88e0-8e01fd3fc1f4",
99169927
"id": "2a7babba-9623-4109-bc9c-79728cf3bb4f"
99179928
},
99189929
{
99199930
"scheme": "Application",
99209931
"environment": "public",
9921-
"isHidden": true,
9932+
"isHidden": false,
99229933
"isEnabled": true,
99239934
"resourceAppId": "bb2a2e3a-c5e7-4f0a-88e0-8e01fd3fc1f4",
99249935
"id": "7fc7225d-eb37-4c39-90f3-a33a57cf1081"
@@ -12593,15 +12604,15 @@
1259312604
{
1259412605
"scheme": "Application",
1259512606
"environment": "public",
12596-
"isHidden": true,
12607+
"isHidden": false,
1259712608
"resourceAppId": "48ac35b8-9aa8-4d74-927d-1f4a14a0b239",
1259812609
"id": "b55aa226-33a1-4396-bcf4-edce5e7a31c1",
1259912610
"isEnabled": true
1260012611
},
1260112612
{
1260212613
"scheme": "DelegatedWork",
1260312614
"environment": "public",
12604-
"isHidden": true,
12615+
"isHidden": false,
1260512616
"resourceAppId": "48ac35b8-9aa8-4d74-927d-1f4a14a0b239",
1260612617
"id": "ea2cbd09-253c-4f69-a0e6-07383c5f07cc",
1260712618
"isEnabled": true

permissions/new/permissions.json

Lines changed: 123 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": {
@@ -36054,6 +36054,92 @@
3605436054
"ownerSecurityGroup": "TeamsPermissions"
3605536055
}
3605636056
},
36057+
"RiskPreventionProviders.Read.All": {
36058+
"schemes": {
36059+
"DelegatedWork": {
36060+
"adminDisplayName": "Read all identity risk prevention providers",
36061+
"adminDescription": "Allows the app to read your organization's risk prevention providers, on behalf of the signed-in user.",
36062+
"userDisplayName": "Read all identity risk prevention providers",
36063+
"userDescription": "Allows the app to read your organization's risk prevention providers, on your behalf.",
36064+
"requiresAdminConsent": true,
36065+
"privilegeLevel": 3
36066+
},
36067+
"Application": {
36068+
"adminDisplayName": "Read all identity risk prevention providers",
36069+
"adminDescription": "Allows the app to read your organization's risk prevention providers, without a signed-in user.",
36070+
"requiresAdminConsent": true,
36071+
"privilegeLevel": 4
36072+
}
36073+
},
36074+
"pathSets": [
36075+
{
36076+
"schemeKeys": [
36077+
"DelegatedWork",
36078+
"Application"
36079+
],
36080+
"methods": [
36081+
"GET"
36082+
],
36083+
"paths": {
36084+
"/identity/riskPreventionProviders": "least=DelegatedWork,Application",
36085+
"/identity/riskPreventionProviders/{id}": "least=DelegatedWork,Application"
36086+
}
36087+
}
36088+
],
36089+
"ownerInfo": {
36090+
"ownerSecurityGroup": "cpimmsgraphadmins"
36091+
}
36092+
},
36093+
"RiskPreventionProviders.ReadWrite.All": {
36094+
"schemes": {
36095+
"DelegatedWork": {
36096+
"adminDisplayName": "Read and write all identity risk prevention providers",
36097+
"adminDescription": "Allows the app to read and write your organization's risk prevention providers, on behalf of the signed-in user.",
36098+
"userDisplayName": "Read and write all identity risk prevention providers",
36099+
"userDescription": "Allows the app to read and write your organization's risk prevention providers, on your behalf.",
36100+
"requiresAdminConsent": true,
36101+
"privilegeLevel": 3
36102+
},
36103+
"Application": {
36104+
"adminDisplayName": "Read and write all identity risk prevention providers",
36105+
"adminDescription": "Allows the app to read and write your organization's risk prevention providers, without a signed-in user.",
36106+
"requiresAdminConsent": true,
36107+
"privilegeLevel": 4
36108+
}
36109+
},
36110+
"pathSets": [
36111+
{
36112+
"schemeKeys": [
36113+
"DelegatedWork",
36114+
"Application"
36115+
],
36116+
"methods": [
36117+
"GET",
36118+
"POST"
36119+
],
36120+
"paths": {
36121+
"/identity/riskPreventionProviders": "least=DelegatedWork,Application"
36122+
}
36123+
},
36124+
{
36125+
"schemeKeys": [
36126+
"DelegatedWork",
36127+
"Application"
36128+
],
36129+
"methods": [
36130+
"DELETE",
36131+
"GET",
36132+
"PATCH"
36133+
],
36134+
"paths": {
36135+
"/identity/riskPreventionProviders/{id}": "least=DelegatedWork,Application"
36136+
}
36137+
}
36138+
],
36139+
"ownerInfo": {
36140+
"ownerSecurityGroup": "cpimmsgraphadmins"
36141+
}
36142+
},
3605736143
"RoleAssignmentSchedule.Read.Directory": {
3605836144
"schemes": {
3605936145
"DelegatedWork": {
@@ -44608,6 +44694,42 @@
4460844694
"ownerSecurityGroup": "TeamsPermissions"
4460944695
}
4461044696
},
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+
},
4461144733
"TeamsTab.Create": {
4461244734
"schemes": {
4461344735
"DelegatedWork": {

0 commit comments

Comments
 (0)