Skip to content

Commit

Permalink
Merge pull request #382 from microsoftgraph/content-assistant-bot
Browse files Browse the repository at this point in the history
Updates Permissions Descriptions
  • Loading branch information
andrueastman authored Sep 21, 2023
2 parents c39f676 + b45dce8 commit 9c2eb89
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 app to read audit logs for events that contain information about custom security attributes, on behalf of the signed-in user.",
"adminConsentDisplayName": "Read custom security attribute audit logs",
"id": "1fcdeaab-b519-44dd-bffc-ed1fd15a24e0",
"isEnabled": true,
"isAdmin": true,
"consentDescription": "Allows the app to read custom security attributes audit logs on your behalf.",
"consentDisplayName": "Read custom security attribute audit logs",
"value": "CustomSecAttributeAuditLogs.Read.All"
},
{
"adminConsentDescription": "Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on behalf of the signed-in user.",
"adminConsentDisplayName": "Read the trusted certificate authority configuration for applications",
"id": "af281d3a-030d-4122-886e-146fb30a0413",
"isEnabled": true,
"isAdmin": true,
"consentDescription": "Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.",
"consentDisplayName": "Read the trusted certificate authority configuration for applications",
"value": "AppCertTrustConfiguration.Read.All"
},
{
"adminConsentDescription": "Allows the app to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on behalf of the signed-in user.",
"adminConsentDisplayName": "Read and write the trusted certificate authority configuration for applications",
"id": "4bae2ed4-473e-4841-a493-9829cfd51d48",
"isEnabled": true,
"isAdmin": true,
"consentDescription": "Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.",
"consentDisplayName": "Read and write the trusted certificate authority configuration for applications",
"value": "AppCertTrustConfiguration.ReadWrite.All"
},
{
"adminConsentDescription": "Allows the app to read delegated permission grants, on behalf of the signed in user.",
"adminConsentDisplayName": "Read delegated permission grants",
Expand Down Expand Up @@ -4382,6 +4412,39 @@
}
],
"applicationScopesList": [
{
"allowedMemberTypes": [
"Application"
],
"consentDescription": "Allows the app to read all trusted certificate authority configurations which can be used to restrict application certificates based on their issuing authority, without a signed-in user.",
"consentDisplayName": "Read all trusted certificate authority configurations for applications",
"id": "f0d7f93b-6fce-4221-a197-ace5848da396",
"isEnabled": true,
"isAdmin": false,
"value": "AppCertTrustConfiguration.Read.All"
},
{
"allowedMemberTypes": [
"Application"
],
"consentDescription": "Allows the app to create, read, update and delete all trusted certificate authority configurations which can be used to restrict application certificates based on their issuing authority, without a signed-in user.",
"consentDisplayName": "Read and write all trusted certificate authority configurations for applications",
"id": "e508b0bc-7b1a-4b59-8646-d12066f4a72f",
"isEnabled": true,
"isAdmin": false,
"value": "AppCertTrustConfiguration.ReadWrite.All"
},
{
"allowedMemberTypes": [
"Application"
],
"consentDescription": "Allows the app to read all audit logs for events that contain information about custom security attributes, without a signed-in user.",
"consentDisplayName": "Read all custom security attribute audit logs",
"id": "2a4f026d-e829-4e84-bdbf-d981a2703059",
"isEnabled": true,
"isAdmin": false,
"value": "CustomSecAttributeAuditLogs.Read.All"
},
{
"allowedMemberTypes": [
"Application"
Expand Down

0 comments on commit 9c2eb89

Please sign in to comment.