printService 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 a Microsoft Entra tenant-specific description of a print service instance. Services exist for each component of the printing infrastructure (discovery, notifications, registration, and IPP) and have one or more endpoints.
Methods
Method | Return Type | Description |
---|---|---|
List | printService collection | Get a list of Universal Print services. |
Get | printService | Read the properties and relationships of service object. |
List a service's endpoints | printServiceEndpoint collection | Get a list of endpoints that a service provides. |
Properties
Property | Type | Description |
---|---|---|
id | String | The identifier of the service. Read-only. |
Relationships
Relationship | Type | Description |
---|---|---|
endpoints | printServiceEndpoint collection | Endpoints that can be used to access the service. Read-only. Nullable. |
JSON representation
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"endpoints": [ {"@odata.type": "microsoft.graph.printServiceEndpoint"} ]
}