Table of Contents

PermissionsAnalytics.Read.OwnedBy

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 PermissionsAnalytics.Read.OwnedBy 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 - -
DisplayText - -
Description - -
AdminConsentRequired - -

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.

Graph reference: awsExternalSystemAccessFinding

Property Type Description
accessMethods externalSystemAccessMethods Specifies if the system can be accessed directly, via role chaining, or both. The possible values are: direct, roleChaining, unknownFutureValue. Supports $filter (eq).
createdDateTime DateTimeOffset Defines when the finding was created. Inherited from finding.
id String Unique identifier for the finding. Inherited from entity.
systemWithAccessId string The account ID for the external system that is able to access the given system.
systemWithAccess authorizationSystemInfo The external system that is able to access the given system.
trustedIdentityCount Int32 The number of identities in the external system that are trusted, if not all. Supports $orderby.
trustsAllIdentities Boolean Flag that determines if all identities in the external system are trusted, or only a subset.