Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents tenant-wide settings for the Universal Print service.
Properties
Property | Type | Description |
---|---|---|
documentConversionEnabled | Boolean | Specifies whether document conversion is enabled for the tenant. If document conversion is enabled, Universal Print service converts documents into a format compatible with the printer (xps to pdf) when needed. |
printerDiscoverySettings | printerDiscoverySettings | Specifies settings that affect printer discovery when using Universal Print. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"documentConversionEnabled": "Boolean",
"printerDiscoverySettings": {"@odata.type": "microsoft.graph.printerDiscoverySettings"}
}