Reports.Read.All
Allows an app to read all service usage reports on behalf of the signed-in user. Services that provide usage reports include Office 365 and Azure Active Directory.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
Reports.Read.All
permission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReport
command. See How To: Run a quick OAuth app audit of your tenant
Category | Application | Delegated |
---|---|---|
Identifier | 230c1aed-a721-4c5d-9cb4-a90514e508ef | 02e97553-ed7b-43d0-ab3c-f8bace0d040c |
DisplayText | Read all usage reports | Read all usage reports |
Description | 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. | Allows an app to read all service usage reports on behalf of the signed-in user. Services that provide usage reports include Office 365 and Azure Active Directory. |
AdminConsentRequired | Yes | Yes |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
Methods | |
---|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
- applicationSignInDetailedSummary
- applicationSignInSummary
- archivedPrintJob
- azureADAuthentication
- credentialUsageSummary
- credentialUserRegistrationCount
- credentialUserRegistrationDetails
- credentialUserRegistrationsSummary
- office365ActiveUserCounts
- office365ActiveUserDetail
- office365GroupsActivityCounts
- office365GroupsActivityDetail
- office365GroupsActivityFileCounts
- office365GroupsActivityGroupCounts
- office365GroupsActivityStorage
- office365ServicesUserCounts
- printer
- printUsageByPrinter
- printUsageByUser
- relyingPartyDetailedSummary
- serviceActivityValueMetric
- userCredentialUsageDetails
- userRegistrationDetails
Graph reference: applicationSignInDetailedSummary
Property | Type | Description |
---|---|---|
aggregatedEventDateTime | DateTimeOffset | The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . |
appDisplayName | String | Name of the application that the user signed in to. |
appId | String | ID of the application that the user signed in to. |
id | String | A unique ID representing the sign-in activity. Inherited from entity. |
signInCount | Int64 | Count of sign-ins made by the application. |
status | signInStatus | Details of the sign-in status. |