Table of Contents

PrintJob.ReadBasic.All

Allows the application to read the metadata of print jobs on behalf of the signed-in user. Does not allow access to print job document content.

In this to PrintJob.ReadBasic.All, the app requires at least the Printer.Read.All (or a more prviliged permission) because print jobs are stored within printers.

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 PrintJob.ReadBasic.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 fbf67eee-e074-4ef7-b965-ab5ce1c1f689 04ce8d60-72ce-4867-85cf-6d82f36922f3
DisplayText Read basic information for print jobs Read basic information of print jobs
Description Allows the application to read the metadata of print jobs without a signed-in user. Does not allow access to print job document content. Allows the application to read the metadata of print jobs on behalf of the signed-in user. Does not allow access to print job document content.
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: printDocument

Property Type Description
contentType String The document's content (MIME) type. Read-only.
displayName String The document's name. Read-only.
id String The document's identifier. Read-only.
size Int64 The document's size in bytes. Read-only.