Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Added support for Reports.Read.All scope #48

Merged
merged 3 commits into from
Jun 28, 2017
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
7 changes: 7 additions & 0 deletions src/app/scopes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,5 +427,12 @@ export const PermissionScopes: PermissionScope[] = [
longDescription: "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.",
preview: true,
admin: true
},
{
name: "Reports.Read.All",
description: "Read all usage reports",
longDescription: "Allows an app to read all service usage reports without a signed-in user. Services that provide usage reports include Office 365 and Azure Active Directory.",
preview: true,
admin: true
}
]