Skip to content

Commit

Permalink
Daily automation
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Sep 25, 2024
1 parent 79e767a commit 7bd7a73
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions _info/GraphAppRoles.csv
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"798ee544-9d2d-430c-a058-570e29e34338","Calendars.Read","Read calendars in all mailboxes","Allows the app to read events of all calendars without a signed-in user."
"8ba4a692-bc31-4128-9094-475872af8a53","Calendars.ReadBasic.All","Read basic details of calendars in all mailboxes ","Allows the app to read events of all calendars, except for properties such as body, attachments, and extensions, without a signed-in user."
"ef54d2bf-783f-4e0f-bca1-3210c0444d99","Calendars.ReadWrite","Read and write calendars in all mailboxes","Allows the app to create, read, update, and delete events of all calendars without a signed-in user."
"f0a35f91-2aa6-4a99-9d5a-5b6bcb66204e","CallEvents-Emergency.Read.All","Read all emergency call events","Allows the app to read emergency call event information for all users in your organization without a signed-in user."
"1abb026f-7572-49f6-9ddd-ad61cbba181e","CallEvents.Read.All","Read all call events","Allows the app to read call event information for all users in your organization, without a signed-in user."
"a2611786-80b3-417e-adaa-707d4261a5f0","CallRecord-PstnCalls.Read.All","Read PSTN and direct routing call log data","Allows the app to read all PSTN and direct routing call log data without a signed-in user."
"45bbb07e-7321-4fd7-a8f6-3ff27e6a81c8","CallRecords.Read.All","Read all call records","Allows the app to read call records for all calls and online meetings without a signed-in user."
Expand Down
12 changes: 12 additions & 0 deletions _info/GraphAppRoles.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,18 @@
"Value": "Calendars.ReadWrite",
"AdditionalProperties": {}
},
{
"AllowedMemberTypes": [
"Application"
],
"Description": "Allows the app to read emergency call event information for all users in your organization without a signed-in user.",
"DisplayName": "Read all emergency call events",
"Id": "f0a35f91-2aa6-4a99-9d5a-5b6bcb66204e",
"IsEnabled": true,
"Origin": "Application",
"Value": "CallEvents-Emergency.Read.All",
"AdditionalProperties": {}
},
{
"AllowedMemberTypes": [
"Application"
Expand Down

0 comments on commit 7bd7a73

Please sign in to comment.