Skip to content

Commit

Permalink
Merge pull request #398 from microsoftgraph/content-assistant-bot
Browse files Browse the repository at this point in the history
Updates Permissions Descriptions
  • Loading branch information
andrueastman authored Oct 31, 2023
2 parents bf1a6cd + 717800b commit c87dcf3
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions permissions/permissions-descriptions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
{
"delegatedScopesList": [
{
"adminConsentDescription": "Allows the app to read goals, create and read export jobs that the signed-in user can access.",
"adminConsentDisplayName": "Have full access to all goals and export jobs a user can access",
"id": "2edeb9fd-4228-480c-a26d-2ed52011cf3d",
"isEnabled": true,
"isAdmin": true,
"consentDescription": "Allows the app to read goals, create and read export jobs that you can access.",
"consentDisplayName": "Read goals, create and read export jobs that you can access",
"value": "Goals-Export.ReadWrite.All"
},
{
"adminConsentDescription": "Allows the app to read all goals and export jobs that the signed-in user can access.",
"adminConsentDisplayName": "Read all goals and export jobs that a user can access",
"id": "092211d9-ca1a-427b-813e-b79c7653fe71",
"isEnabled": true,
"isAdmin": true,
"consentDescription": "Allows the app to read all goals and export jobs you can access.",
"consentDisplayName": "Read all goals and export jobs that you have access to",
"value": "Goals-Export.Read.All"
},
{
"adminConsentDescription": "Allows to read and write custom detection rules of the signed in user",
"adminConsentDisplayName": "Read and write custom detection rules",
"id": "c34088fb-0649-4714-af0b-bcbfec155897",
"isEnabled": true,
"isAdmin": true,
"consentDescription": "Read and write to all custom detections the user is authorized to access",
"consentDisplayName": "Read and write custom detection rules",
"value": "CustomDetection.ReadWrite.All"
},
{
"adminConsentDescription": "Allows the app to read custom detection rules on behalf of the signed-in user.",
"adminConsentDisplayName": "Read custom detection rules",
"id": "b13ff42e-f321-4d7d-a462-141c46a1b832",
"isEnabled": true,
"isAdmin": true,
"consentDescription": "Allows the app to read custom detection rules on your behalf.",
"consentDisplayName": "Read custom detection rules",
"value": "CustomDetection.Read.All"
},
{
"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",
Expand Down Expand Up @@ -4502,6 +4542,28 @@
}
],
"applicationScopesList": [
{
"allowedMemberTypes": [
"Application"
],
"consentDescription": "Allows the app to read and write custom detection rules",
"consentDisplayName": "Read and write custom detection rules",
"id": "e0fd9c8d-a12e-4cc9-9827-20c8c3cd6fb8",
"isEnabled": true,
"isAdmin": false,
"value": "CustomDetection.ReadWrite.All"
},
{
"allowedMemberTypes": [
"Application"
],
"consentDescription": "Allows the app to read custom detection rules without a signed-in user.",
"consentDisplayName": "Read all custom detection rules",
"id": "673a007a-9e0f-4c97-b066-3c0164486909",
"isEnabled": true,
"isAdmin": false,
"value": "CustomDetection.Read.All"
},
{
"allowedMemberTypes": [
"Application"
Expand Down

0 comments on commit c87dcf3

Please sign in to comment.