Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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"}
}