Skip to content

Commit 8fa5822

Browse files
Added Report Settings Read and ReadWriteGraph API Permission (Delegated & Application) (#4911)
Co-authored-by: Gautam Sheth <[email protected]>
1 parent 00ac986 commit 8fa5822

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

src/Commands/Resources/GraphPermissions.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2010,6 +2010,26 @@
20102010
"consentDisplayName": "Read all usage reports",
20112011
"value": "Reports.Read.All"
20122012
},
2013+
{
2014+
"adminConsentDescription": "Allows the app to read and update admin report settings, such as whether to display concealed information in reports, on behalf of the signed-in user.",
2015+
"adminConsentDisplayName": "Read and write admin report settings",
2016+
"id": "b955410e-7715-4a88-a940-dfd551018df3",
2017+
"isEnabled": true,
2018+
"isAdmin": true,
2019+
"consentDescription": "Allows the app to read and update admin report settings, such as whether to display concealed information in reports, on your behalf.",
2020+
"consentDisplayName": "Read and write admin report settings",
2021+
"value": "ReportSettings.ReadWrite.All"
2022+
},
2023+
{
2024+
"adminConsentDescription": "Allows the app to read admin report settings, such as whether to display concealed information in reports, on behalf of the signed-in user",
2025+
"adminConsentDisplayName": "Read admin report settings",
2026+
"isAdmin": true,
2027+
"isEnabled": true,
2028+
"consentDescription": "Allows the app to read admin report settings, such as whether to display concealed information in reports, on your behalf.",
2029+
"consentDisplayName": "Read admin report settings",
2030+
"id": "84fac5f4-33a9-4100-aa38-a20c6d29e5e7",
2031+
"value": "ReportSettings.Read.All"
2032+
},
20132033
{
20142034
"adminConsentDescription": "(Preview) Allows the app to read, create, update and delete files in the application's folder.",
20152035
"adminConsentDisplayName": "Have full access to the application's folder (preview)",
@@ -4617,6 +4637,28 @@
46174637
"isAdmin": false,
46184638
"value": "Reports.Read.All"
46194639
},
4640+
{
4641+
"allowedMemberTypes": [
4642+
"Application"
4643+
],
4644+
"consentDescription": "Allows the app to read and update all admin report settings, such as whether to display concealed information in reports, without a signed-in user.",
4645+
"consentDisplayName": "Read and write all admin report settings",
4646+
"id": "2a60023f-3219-47ad-baa4-40e17cd02a1d",
4647+
"isEnabled": true,
4648+
"isAdmin": true,
4649+
"value": "ReportSettings.ReadWrite.All"
4650+
},
4651+
{
4652+
"allowedMemberTypes": [
4653+
"Application"
4654+
],
4655+
"consentDescription": "Allows the app to read all admin report settings, such as whether to display concealed information in reports, without a signed-in user.",
4656+
"consentDisplayName": "Read all admin report settings",
4657+
"id": "ee353f83-55ef-4b78-82da-555bfa2b4b95",
4658+
"isEnabled": true,
4659+
"isAdmin": true,
4660+
"value": "ReportSettings.Read.All"
4661+
},
46204662
{
46214663
"allowedMemberTypes": [
46224664
"Application"

0 commit comments

Comments
 (0)