Skip to content

Commit

Permalink
Update permissions descriptions with new scopes from Service Principa…
Browse files Browse the repository at this point in the history
…l. (#387)

Co-authored-by: content-assistant[bot] <67429574+content-assistant[bot]@users.noreply.github.com>
  • Loading branch information
content-assistant[bot] authored Oct 17, 2023
1 parent 7156510 commit 1764bb4
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions permissions/permissions-descriptions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
{
"delegatedScopesList": [
{
"adminConsentDescription": "Allows the application to read and update the organization's federated token validation policy on behalf of the signed-in user.",
"adminConsentDisplayName": "Read and write your organization's federated token validation policy",
"id": "be1be369-4540-4ac9-8928-79de99f70d8f",
"isEnabled": true,
"isAdmin": true,
"consentDescription": "Allows the application to read and update the organization's federated token validation policy on your behalf.",
"consentDisplayName": "Read and write your organization's federated token validation policy",
"value": "Policy.ReadWrite.FedTokenValidation"
},
{
"adminConsentDescription": "Allows an app to read user metrics insights, such as daily and monthly active users, on behalf of the signed-in user.",
"adminConsentDisplayName": "Read user metrics insights",
"id": "7d249730-51a3-4180-8ec1-214f144f1bff",
"isEnabled": true,
"isAdmin": true,
"consentDescription": "Allows an app to read user metrics insights, such as daily and monthly active users, on your behalf.",
"consentDisplayName": "Read user metrics insights",
"value": "Insights-UserMetric.Read.All"
},
{
"adminConsentDescription": "Allow the app to create data classification sessions, on behalf of the signed-in user.",
"adminConsentDisplayName": "Create data classification sessions",
"id": "2dd78a34-0a00-4157-82e2-2b614b875b3e",
"isEnabled": true,
"isAdmin": true,
"consentDescription": "Allow the app to create data classification sessions, on your behalf.",
"consentDisplayName": "Create data classification sessions",
"value": "DataClassificationSession.Create"
},
{
"adminConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in user accounts, and manage its permission grants for accessing those specific users' data, on behalf of the signed-in user.",
"adminConsentDisplayName": "Allow the Teams app to manage itself and its permission grants in user accounts",
Expand Down Expand Up @@ -4472,6 +4502,39 @@
}
],
"applicationScopesList": [
{
"allowedMemberTypes": [
"Application"
],
"consentDescription": "Allows the application to read and update the organization's federated token validation policy without a signed-in user.",
"consentDisplayName": "Read and write your organization's federated token validation policy",
"id": "90bbca0b-227c-4cdc-8083-1c6cfb95bac6",
"isEnabled": true,
"isAdmin": false,
"value": "Policy.ReadWrite.FedTokenValidation"
},
{
"allowedMemberTypes": [
"Application"
],
"consentDescription": "Allows an app to read all user metrics insights, such as daily and monthly active users, without a signed-in user.",
"consentDisplayName": "Read all user metrics insights",
"id": "34cbd96c-d824-4755-90d3-1008ef47efc1",
"isEnabled": true,
"isAdmin": false,
"value": "Insights-UserMetric.Read.All"
},
{
"allowedMemberTypes": [
"Application"
],
"consentDescription": "Allow the app to create data classification sessions, without a signed-in user.",
"consentDisplayName": "Create data classification sessions",
"id": "50bbb34b-8df4-4148-8e59-239c00555340",
"isEnabled": true,
"isAdmin": false,
"value": "DataClassificationSession.Create"
},
{
"allowedMemberTypes": [
"Application"
Expand Down

0 comments on commit 1764bb4

Please sign in to comment.