PrintJob.ReadWrite.All
Allows the application to read and update the metadata and document content of print jobs on behalf of the signed-in user.
In this to PrintJob.ReadWrite.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.ReadWrite.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 | 5114b07b-2898-4de7-a541-53b0004e2e13 | 036b9544-e8c5-46ef-900a-0646cc42b271 |
DisplayText | Read and write print jobs | Read and write print jobs |
Description | Allows the application to read and update the metadata and document content of print jobs without a signed-in user. | Allows the application to read and update the metadata and document content of print jobs on behalf of the signed-in user. |
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.
- printDocument
- printer
- printerCapabilities
- printerShare
- printJob
- printJobStatus
- printService
- printServiceEndpoint
- printTask
- uploadSession
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. |