Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
12 changes: 6 additions & 6 deletions permissions/new/ProvisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2878,7 +2878,7 @@
{
"id": "1e4c6c41-0803-4f52-85ef-0a5d63ad8670",
"scheme": "DelegatedWork",
"environment": "PPE;public",
"environment": "",
"isHidden": false,
"isEnabled": true,
"resourceAppId": ""
Expand Down Expand Up @@ -5814,7 +5814,7 @@
{
"id": "37e00479-5776-4659-aecf-4841ec5d590a",
"scheme": "DelegatedWork",
"environment": "PPE;public",
"environment": "",
"isHidden": false,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
Expand Down Expand Up @@ -10444,12 +10444,12 @@
"resourceAppId": "74658136-14ec-4630-ad9b-26e160ff0fc6"
},
{
"id": "",
"id": "abafe00f-ea87-4c63-b8a8-0e7bb0a88144",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "74658136-14ec-4630-ad9b-26e160ff0fc6"
"isHidden": false,
"isEnabled": true,
"resourceAppId": ""
}
],
"RecordsManagement.Read.All": [
Expand Down
165 changes: 148 additions & 17 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -22024,7 +22024,6 @@
"/me/drive/items/{id}/extensions": "",
"/me/drive/items/{id}/extensions/{id}": "",
"/me/drive/items/{id}/workbook/application": "least=DelegatedWork",
"/me/drive/items/{id}/workbook/comments": "least=DelegatedWork",
"/me/drive/items/{id}/workbook/comments/{id}": "least=DelegatedWork",
"/me/drive/items/{id}/workbook/comments/{id}/replies/{id}": "least=DelegatedWork",
"/me/drive/items/{id}/workbook/operations/{id}": "least=DelegatedWork",
Expand All @@ -22037,7 +22036,7 @@
"/me/drive/items/{id}/workbook/worksheets/{id}/tables/{id}/rows/itemat(index={value})range": "least=DelegatedWork",
"/me/drive/items/{id}/workbook/worksheets/{id}/usedrange": "least=DelegatedWork",
"/me/drive/root:/{id}:/workbook/application": "least=DelegatedWork",
"/me/drive/root:/{id}:/workbook/comments": "least=DelegatedWork",
"/me/drive/root:/{id}:/workbook/comments/{id}": "least=DelegatedWork",
"/me/drive/root:/{id}:/workbook/comments/{id}/replies/{id}": "least=DelegatedWork",
"/me/drive/root:/{id}:/workbook/tablerowoperationresult(key={value})": "least=DelegatedWork",
"/me/drive/root:/{id}:/workbook/tables/{id}/rows/itemat(index={value})/range": "least=DelegatedWork",
Expand All @@ -22061,7 +22060,6 @@
"/sites/{id}/lists/{id}/items/{id}/getactivitiesbyinterval(startdatetime={value},enddatetime={value},interval={value})": "",
"/users/{id}/drive/following": "",
"/users/{id}/drive/items/{id}/workbook/application": "least=DelegatedWork",
"/users/{id}/drive/items/{id}/workbook/comments": "least=DelegatedWork",
"/users/{id}/drive/items/{id}/workbook/comments/{id}": "least=DelegatedWork",
"/users/{id}/drive/items/{id}/workbook/comments/{id}/replies/{id}": "least=DelegatedWork",
"/users/{id}/drive/items/{id}/workbook/operations/{id}": "least=DelegatedWork",
Expand All @@ -22074,7 +22072,7 @@
"/users/{id}/drive/items/{id}/workbook/worksheets/{id}/tables/{id}/rows/itemat(index={value})range": "least=DelegatedWork",
"/users/{id}/drive/items/{id}/workbook/worksheets/{id}/usedrange": "least=DelegatedWork",
"/users/{id}/drive/root:/{id}:/workbook/application": "least=DelegatedWork",
"/users/{id}/drive/root:/{id}:/workbook/comments": "least=DelegatedWork",
"/users/{id}/drive/root:/{id}:/workbook/comments/{id}": "least=DelegatedWork",
"/users/{id}/drive/root:/{id}:/workbook/comments/{id}/replies/{id}": "least=DelegatedWork",
"/users/{id}/drive/root:/{id}:/workbook/tablerowoperationresult(key={value})": "least=DelegatedWork",
"/users/{id}/drive/root:/{id}:/workbook/tables/{id}/rows/itemat(index={value})/range": "least=DelegatedWork",
Expand Down Expand Up @@ -22728,9 +22726,13 @@
"POST"
],
"paths": {
"/me/drive/items/{id}/workbook/comments": "least=DelegatedWork",
"/me/drive/items/{id}/workbook/comments/{id}/replies": "least=DelegatedWork",
"/me/drive/root:/{id}:/workbook/comments": "least=DelegatedWork",
"/me/drive/root:/{id}:/workbook/comments/{id}/replies": "least=DelegatedWork",
"/users/{id}/drive/items/{id}/workbook/comments": "least=DelegatedWork",
"/users/{id}/drive/items/{id}/workbook/comments/{id}/replies": "least=DelegatedWork",
"/users/{id}/drive/root:/{id}:/workbook/comments": "least=DelegatedWork",
"/users/{id}/drive/root:/{id}:/workbook/comments/{id}/replies": "least=DelegatedWork"
}
},
Expand Down Expand Up @@ -38158,6 +38160,80 @@
],
"ownerInfo": {}
},
"RealTimeActivityFeed.Read.All": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Access real-time enriched data in a meeting",
"adminDescription": "Allows the app to get direct access to real-time enriched data in a meeting, on behalf of the signed-in user.",
"userDisplayName": "Access real-time enriched data in a meeting",
"userDescription": "Allows the app to get direct access to real-time enriched data in a meeting, on your behalf.",
"requiresAdminConsent": true,
"privilegeLevel": 4
},
"Application": {
"adminDisplayName": "Access real-time enriched data in a meeting",
"adminDescription": "Allows the app to get direct access to real-time enriched data in a meeting, without a signed-in user.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"POST"
],
"paths": {
"/copilot/communications/realTimeActivityFeed/subscriptions": "least=DelegatedWork,Application",
"/copilot/communications/realTimeActivityFeed/subscriptions/{id}/getArtifacts": "least=DelegatedWork,Application"
}
},
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"GET"
],
"paths": {
"/copilot/communications/realTimeActivityFeed/meetings/{meetingId}/transcripts": "least=DelegatedWork,Application",
"/copilot/communications/realTimeActivityFeed/subscriptions/{id}": "least=DelegatedWork,Application"
}
},
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"PATCH"
],
"paths": {
"/copilot/communications/realTimeActivityFeed/subscriptions/{id}": "least=DelegatedWork,Application"
}
},
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"DELETE"
],
"paths": {
"/copilot/communications/realTimeActivityFeed/subscriptions/{id}": "least=DelegatedWork,Application"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "RtsAvengersSG"
}
},
"RecordsManagement.Read.All": {
"authorizationType": "oAuth2",
"schemes": {
Expand Down Expand Up @@ -45808,10 +45884,24 @@
"DelegatedWork"
],
"methods": [
"GET",
"GET"
],
"paths": {
"/teams/{id}/channels/{id}/enabledApps": "",
"/teams/{id}/channels/{id}/enabledApps/{id}": "",
"/teams/{id}/installedapps": "",
"/teams/{id}/installedapps/{id}": ""
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"POST"
],
"paths": {
"/teams/{id}/channels/{id}/enabledApps/$ref": "least=DelegatedWork",
"/teams/{id}/installedapps": ""
}
},
Expand All @@ -45820,10 +45910,10 @@
"DelegatedWork"
],
"methods": [
"DELETE",
"GET"
"DELETE"
],
"paths": {
"/teams/{id}/channels/{id}/enabledApps/{id}/$ref": "least=DelegatedWork",
"/teams/{id}/installedapps/{id}": ""
}
},
Expand Down Expand Up @@ -45873,18 +45963,22 @@
"GET"
],
"paths": {
"/appcatalogs/teamsapps/{id}/appdefinitions/{id}/installations": "least=Application"
"/appcatalogs/teamsapps/{id}/appdefinitions/{id}/installations": "least=Application",
"/teams/{id}/channels/{id}/enabledApps": "",
"/teams/{id}/channels/{id}/enabledApps/{id}": "",
"/teams/{id}/installedapps": "",
"/teams/{id}/installedapps/{id}": ""
}
},
{
"schemeKeys": [
"Application"
],
"methods": [
"GET",
"POST"
],
"paths": {
"/teams/{id}/channels/{id}/enabledApps/$ref": "least=Application",
"/teams/{id}/installedapps": ""
}
},
Expand All @@ -45893,10 +45987,10 @@
"Application"
],
"methods": [
"DELETE",
"GET"
"DELETE"
],
"paths": {
"/teams/{id}/channels/{id}/enabledApps/{id}/$ref": "least=Application",
"/teams/{id}/installedapps/{id}": ""
}
},
Expand Down Expand Up @@ -46087,6 +46181,8 @@
"/chats/{id}/installedapps": "",
"/chats/{id}/installedapps/{id}": "",
"/chats/{id}/permissiongrants": "",
"/teams/{id}/channels/{id}/enabledApps": "",
"/teams/{id}/channels/{id}/enabledApps/{id}": "",
"/teams/{id}/installedapps": "",
"/teams/{id}/installedapps/{id}": "",
"/teams/{id}/permissiongrants": "",
Expand Down Expand Up @@ -46150,6 +46246,8 @@
],
"paths": {
"/appCatalogs/teamsApps/{id}/installations": "",
"/teams/{id}/channels/{id}/enabledApps": "least=Application",
"/teams/{id}/channels/{id}/enabledApps/{id}": "least=Application",
"/teams/{id}/installedapps": "least=Application",
"/teams/{id}/installedapps/{id}": "least=Application",
"/teams/{id}/permissiongrants": "least=Application"
Expand Down Expand Up @@ -46272,6 +46370,8 @@
"GET"
],
"paths": {
"/teams/{id}/channels/{id}/enabledApps": "least=DelegatedWork",
"/teams/{id}/channels/{id}/enabledApps/{id}": "least=DelegatedWork",
"/teams/{id}/installedapps": "least=DelegatedWork",
"/teams/{id}/installedapps/{id}": "",
"/teams/{id}/permissiongrants": ""
Expand Down Expand Up @@ -46302,6 +46402,8 @@
],
"paths": {
"/appCatalogs/teamsApps/{id}/installations": "",
"/teams/{id}/channels/{id}/enabledApps": "",
"/teams/{id}/channels/{id}/enabledApps/{id}": "",
"/teams/{id}/installedapps": "",
"/teams/{id}/installedapps/{id}": "",
"/teams/{id}/permissiongrants": ""
Expand Down Expand Up @@ -46333,6 +46435,7 @@
"GET"
],
"paths": {
"/teams/{id}/channels/{id}/enabledApps/{id}": "",
"/teams/{id}/installedapps/{id}": "",
"/users/{id}/teamwork/installedapps": "least=DelegatedWork",
"/users/{id}/teamwork/installedapps/{id}": "least=DelegatedWork",
Expand Down Expand Up @@ -47221,10 +47324,24 @@
"DelegatedWork"
],
"methods": [
"GET",
"GET"
],
"paths": {
"/teams/{id}/channels/{id}/enabledApps": "",
"/teams/{id}/channels/{id}/enabledApps/{id}": "",
"/teams/{id}/installedapps": "",
"/teams/{id}/installedapps/{id}": ""
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"POST"
],
"paths": {
"/teams/{id}/channels/{id}/enabledApps/$ref": "",
"/teams/{id}/installedapps": ""
}
},
Expand All @@ -47233,10 +47350,10 @@
"DelegatedWork"
],
"methods": [
"DELETE",
"GET"
"DELETE"
],
"paths": {
"/teams/{id}/channels/{id}/enabledApps/{id}/$ref": "",
"/teams/{id}/installedapps/{id}": ""
}
},
Expand Down Expand Up @@ -47284,10 +47401,24 @@
"Application"
],
"methods": [
"GET",
"GET"
],
"paths": {
"/teams/{id}/channels/{id}/enabledApps": "",
"/teams/{id}/channels/{id}/enabledApps/{id}": "",
"/teams/{id}/installedapps": "",
"/teams/{id}/installedapps/{id}": ""
}
},
{
"schemeKeys": [
"Application"
],
"methods": [
"POST"
],
"paths": {
"/teams/{id}/channels/{id}/enabledApps/$ref": "",
"/teams/{id}/installedapps": ""
}
},
Expand All @@ -47296,10 +47427,10 @@
"Application"
],
"methods": [
"DELETE",
"GET"
"DELETE"
],
"paths": {
"/teams/{id}/channels/{id}/enabledApps/{id}/$ref": "",
"/teams/{id}/installedapps/{id}": ""
}
},
Expand Down