PrintTaskDefinition.ReadWrite.All
Allows the application to read and update print task definitions without a signed-in user.
Graph Methods
Type: A = Application Permission, D = Delegate Permission
Application Permission
|
|
Id |
456b71a7-0ee0-4588-9842-c123fcc8f664 |
Display String |
Read, write and update print task definitions |
Description |
Allows the application to read and update print task definitions without a signed-in user. |
Resources
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. |
Property |
Type |
Description |
createdBy |
appIdentity |
The application that created the printTaskDefinition. Read-only. |
displayName |
String |
The name of the printTaskDefinition. |
id |
String |
The printTaskDefinition's identifier. Read-only. |