Table of Contents

Goals-Export.Read.All

Allows the app to read all goals and export jobs that the signed-in user can access.

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 Goals-Export.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 - 092211d9-ca1a-427b-813e-b79c7653fe71
DisplayText - Read all goals and export jobs that a user can access
Description - Allows the app to read all goals and export jobs that the signed-in user can access.
AdminConsentRequired Yes Yes

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: goalsExportJob

Property Type Description
content Stream The content of the goalsExportJob.
createdDateTime DateTimeOffset The start time of the operation. 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. Inherited from longRunningOperation.
expirationDateTime DateTimeOffset The date and time of expiry of the result of the operation.
explorerViewId String The unique identifier of the explorer view to be exported.
goalsOrganizationId String The unique identifier of the viva goals organization.
id String The unique identifier for the operation. Inherited from longRunningOperation.
resourceLocation String The URI of the resource on which the operation is performed. Inherited from longRunningOperation.
status longRunningOperationStatus The status of the operation. Inherited from longRunningOperation. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue.