Skip to content

Added Report Settings Read and ReadWrite Graph API Permission #4911

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions src/Commands/Resources/GraphPermissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2010,6 +2010,26 @@
"consentDisplayName": "Read all usage reports",
"value": "Reports.Read.All"
},
{
"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.",
"adminConsentDisplayName": "Read and write admin report settings",
"id": "b955410e-7715-4a88-a940-dfd551018df3",
"isEnabled": true,
"isAdmin": true,
"consentDescription": "Allows the app to read and update admin report settings, such as whether to display concealed information in reports, on your behalf.",
"consentDisplayName": "Read and write admin report settings",
"value": "ReportSettings.ReadWrite.All"
},
{
"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",
"adminConsentDisplayName": "Read admin report settings",
"isAdmin": true,
"isEnabled": true,
"consentDescription": "Allows the app to read admin report settings, such as whether to display concealed information in reports, on your behalf.",
"consentDisplayName": "Read admin report settings",
"id": "84fac5f4-33a9-4100-aa38-a20c6d29e5e7",
"value": "ReportSettings.Read.All"
},
{
"adminConsentDescription": "(Preview) Allows the app to read, create, update and delete files in the application's folder.",
"adminConsentDisplayName": "Have full access to the application's folder (preview)",
Expand Down Expand Up @@ -4617,6 +4637,28 @@
"isAdmin": false,
"value": "Reports.Read.All"
},
{
"allowedMemberTypes": [
"Application"
],
"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.",
"consentDisplayName": "Read and write all admin report settings",
"id": "2a60023f-3219-47ad-baa4-40e17cd02a1d",
"isEnabled": true,
"isAdmin": true,
"value": "ReportSettings.ReadWrite.All"
},
{
"allowedMemberTypes": [
"Application"
],
"consentDescription": "Allows the app to read all admin report settings, such as whether to display concealed information in reports, without a signed-in user.",
"consentDisplayName": "Read all admin report settings",
"id": "ee353f83-55ef-4b78-82da-555bfa2b4b95",
"isEnabled": true,
"isAdmin": true,
"value": "ReportSettings.Read.All"
},
{
"allowedMemberTypes": [
"Application"
Expand Down
Loading