PrintJob.Read.All
Allows the application to read the metadata and document content of print jobs on behalf of the signed-in user.
Graph Methods
Type: A = Application Permission, D = Delegate Permission
Delegate Permission
|
|
Id |
afdd6933-a0d8-40f7-bd1a-b5d778e8624b |
Consent Type |
Admin |
Display String |
Read print jobs |
Description |
Allows the application to read the metadata and document content of print jobs on behalf of the signed-in user. |
Application Permission
|
|
Id |
ac6f956c-edea-44e4-bd06-64b1b4b9aec9 |
Display String |
Read print jobs |
Description |
Allows the application to read the metadata and document content of print jobs without a signed-in user. |
Resources
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. |
Property |
Type |
Description |
capabilities |
printerCapabilities |
The capabilities of the printer associated with this printer share. Inherited from printerBase. |
defaults |
printerDefaults |
The printer's default print settings. Inherited from printerBase. |
displayName |
String |
The name of the printer. Inherited from printerBase. |
hasPhysicalDevice |
Boolean |
True if the printer has a physical device for printing. Read-only. |
id |
String |
The document's identifier. Inherited from printerBase. Read-only. |
isAcceptingJobs |
Boolean |
Whether the printer is currently accepting new print jobs. Inherited from printerBase. |
isShared |
Boolean |
True if the printer is shared; false otherwise. Read-only. |
lastSeenDateTime |
DateTimeOffset |
The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. |
location |
printerLocation |
The physical and/or organizational location of the printer. Inherited from printerBase. |
manufacturer |
String |
The manufacturer reported by the printer. Inherited from printerBase. |
model |
String |
The model name reported by the printer. Inherited from printerBase. |
registeredDateTime |
DateTimeOffset |
The DateTimeOffset when the printer was registered. Read-only. |
status |
printerStatus |
The processing status of the printer, including any errors. Inherited from printerBase. |
Property |
Type |
Description |
allowAllUsers |
Boolean |
If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. |
capabilities |
printerCapabilities |
The capabilities of the printer associated with this printer share. Inherited from printerBase. |
createdDateTime |
DateTimeOffset |
The DateTimeOffset when the printer share was created. Read-only. |
defaults |
printerDefaults |
The default print settings of the printer associated with this printer share. Inherited from printerBase. |
displayName |
String |
The name of the printer share that print clients should display. Inherited from printerBase. |
id |
String |
The printerShare's identifier. Inherited from printerBase. Read-only. |
isAcceptingJobs |
Boolean |
Whether the printer associated with this printer share is currently accepting new print jobs. Inherited from printerBase. |
location |
printerLocation |
The physical and/or organizational location of the printer associated with this printer share. Inherited from printerBase. |
manufacturer |
String |
The manufacturer reported by the printer associated with this printer share. Inherited from printerBase. Read-only. |
model |
String |
The model name reported by the printer associated with this printer share. Inherited from printerBase. Read-only. |
status |
printerStatus |
The processing status, including any errors, of the printer associated with this printer share.Inherited from printerBase. Read-only. |
viewPoint |
printerShareViewpoint |
Additional data for a printer share as viewed by the signed-in user. |
Property |
Type |
Description |
configuration |
printJobConfiguration |
A group of settings that a printer should use to print a job. |
createdBy |
userIdentity |
Read-only. Nullable. |
createdDateTime |
DateTimeOffset |
The DateTimeOffset when the job was created. Read-only. |
id |
String |
The ID of the print job. Read-only. |
isFetchable |
Edm.Boolean |
If true, document can be fetched by printer. |
redirectedFrom |
Edm.String |
Contains the source job URL, if the job has been redirected from another printer. |
redirectedTo |
Edm.String |
Contains the destination job URL, if the job has been redirected to another printer. |
status |
printJobStatus |
The status of the print job. Read-only. |
Property |
Type |
Description |
id |
String |
The service's identifier. Read-only. |
Property |
Type |
Description |
displayName |
String |
A human-readable display name for the endpoint. |
id |
String |
A unique name that identifies the service that the endpoint provides. Possible values are: discovery (Discovery Service), notification (Notification Service), ipp (IPP Service), and registration (Registration Service). Read-only. |
uri |
String |
The URI that can be used to access the service. |
Property |
Type |
Description |
id |
String |
The printTask's identifier. Read-only. |
status |
printTaskStatus |
The current execution status of this printTask. The calling application is responsible for updating this status when processing is finished, unless the related printJob has been redirected to another printer. Failure to report completion will result in the related print job being blocked from printing and eventually deleted. |
parentUrl |
String |
The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId} . Read-only. |