printServiceEndpoint resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents URI and identifying information for a print service instance.

Methods

Method Return Type Description
Get endpoint printServiceEndpoint Read the properties and relationships of endpoint object.

Properties

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.

JSON representation

The following is a JSON representation of the resource.

{
  "displayName": "String",
  "id": "String (identifier)",
  "uri": "String"
}