printService resource type
Namespace: microsoft.graph
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.
{
"@odata.type": "#microsoft.graph.printService",
"id": "String (identifier)"
}