Show / Hide Table of Contents

Printer.Create

Allows the application to create (register) printers on behalf of the signed-in user. 

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 D GET /print/operations/{id}
V1 D GET /print/operations/{printOperationId}
V1 D GET /print/services
V1 D GET /print/services/{id}
V1 D GET /print/services/{id}/endpoints
V1 D GET /print/services/{id}/endpoints/{name}
V1 D GET /print/services/{printServiceId}
V1 D GET /print/services/{printServiceId}/endpoints
V1 D GET /print/services/{printServiceId}/endpoints/{printServiceEndpointId}
V1 D POST /print/printers/create

Delegate Permission

Id 90c30bed-6fd1-4279-bf39-714069619721
Consent Type Admin
Display String Register printers  
Description Allows the application to create (register) printers on behalf of the signed-in user. 

Resources

printCertificateSigningRequest

Property Type Description
content String A base64-encoded pkcs10 certificate request. Read-only.
transportKey String The base64-encoded public portion of an asymmetric key that is generated by the client. Read-only.

printerCreateOperation

Property Type Description
certificate String The signed certificate created during the registration process. Read-only.
createdDateTime DateTimeOffset The DateTimeOffset when the operation was created. Read-only.
id String The operation's identifier. Read-only.
status printOperationStatus The status of the registration operation. Contains the operation's progress and whether it completed successfully. Read-only.

printOperation

Property Type Description
createdDateTime DateTimeOffset The DateTimeOffset when the operation was created. Read-only.
id String The operation's identifier. Read-only.
status printOperationStatus The status of the operation. Read-only.

printService

Property Type Description
id String The service's identifier. Read-only.

printServiceEndpoint

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.
In This Article
Back to top Created by merill | Submit feedback