Skip to content

Commit d8aa1f9

Browse files
marabooyjasonjoh
andauthored
Weekly Permissions sync 2025-08-28 (#1240)
Co-authored-by: Jason Johnston <[email protected]>
1 parent 90c1cb1 commit d8aa1f9

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16531,6 +16531,38 @@
1653116531
"isEnabled": true,
1653216532
"resourceAppId": "f0574968-bd32-4379-a169-50a2695e68f5"
1653316533
}
16534+
],
16535+
"IdentityRiskyAgent.Read.All": [
16536+
{
16537+
"scheme": "Application",
16538+
"environment": "public",
16539+
"isHidden": true,
16540+
"isEnabled": true,
16541+
"resourceAppId": "a3dfc3c6-2c7d-4f42-aeec-b2877f9bce97"
16542+
},
16543+
{
16544+
"scheme": "DelegatedWork",
16545+
"environment": "public",
16546+
"isHidden": true,
16547+
"isEnabled": true,
16548+
"resourceAppId": "a3dfc3c6-2c7d-4f42-aeec-b2877f9bce97"
16549+
}
16550+
],
16551+
"IdentityRiskyAgent.ReadWrite.All": [
16552+
{
16553+
"scheme": "Application",
16554+
"environment": "public",
16555+
"isHidden": true,
16556+
"isEnabled": true,
16557+
"resourceAppId": "a3dfc3c6-2c7d-4f42-aeec-b2877f9bce97"
16558+
},
16559+
{
16560+
"scheme": "DelegatedWork",
16561+
"environment": "public",
16562+
"isHidden": true,
16563+
"isEnabled": true,
16564+
"resourceAppId": "a3dfc3c6-2c7d-4f42-aeec-b2877f9bce97"
16565+
}
1653416566
]
1653516567
}
1653616568
}

permissions/new/permissions.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25817,6 +25817,8 @@
2581725817
"GET"
2581825818
],
2581925819
"paths": {
25820+
"/identityProtection/agentRiskDetections": "least=DelegatedWork,Application",
25821+
"/identityProtection/agentRiskDetections/{id}": "least=DelegatedWork,Application",
2582025822
"/identityprotection/riskdetections": "least=DelegatedWork,Application",
2582125823
"/identityprotection/riskdetections/{id}": "least=DelegatedWork,Application",
2582225824
"/identityprotection/serviceprincipalriskdetections": "least=DelegatedWork,Application",
@@ -31700,11 +31702,46 @@
3170031702
"GET"
3170131703
],
3170231704
"paths": {
31705+
"/copilot/communications/realTimeActivityFeed/meetings/{meetingId}/transcripts": "",
31706+
"/copilot/communications/realTimeActivityFeed/subscriptions/{id}": "",
3170331707
"/users/{id}/onlinemeetings/{id}/transcripts": "",
3170431708
"/users/{id}/onlinemeetings/{id}/transcripts/{id}": "",
3170531709
"/users/{id}/onlinemeetings/{id}/transcripts/{id}/content": "",
3170631710
"/users/{id}/onlinemeetings/{id}/transcripts/{id}/metadataContent": ""
3170731711
}
31712+
},
31713+
{
31714+
"schemeKeys": [
31715+
"Application"
31716+
],
31717+
"methods": [
31718+
"POST"
31719+
],
31720+
"paths": {
31721+
"/copilot/communications/realTimeActivityFeed/subscriptions": ""
31722+
}
31723+
},
31724+
{
31725+
"schemeKeys": [
31726+
"Application"
31727+
],
31728+
"methods": [
31729+
"PATCH"
31730+
],
31731+
"paths": {
31732+
"/copilot/communications/realTimeActivityFeed/subscriptions/{id}": ""
31733+
}
31734+
},
31735+
{
31736+
"schemeKeys": [
31737+
"Application"
31738+
],
31739+
"methods": [
31740+
"DELETE"
31741+
],
31742+
"paths": {
31743+
"/copilot/communications/realTimeActivityFeed/subscriptions/{id}": ""
31744+
}
3170831745
}
3170931746
],
3171031747
"ownerInfo": {

0 commit comments

Comments
 (0)