printerDiscoverySettings resource type

Namespace: microsoft.graph

Represents tenant-wide printer discovery settings for the Universal Print service.

Note

AirPrint, Mac, and macOS are trademarks of Apple, Inc., registered in the US and other countries/regions.

Properties

Property Type Description
airPrint airPrintSettings Represents tenant-wide settings to configure the behavior of printers when print jobs are submitted to Universal Print from macOS, which requires AirPrint compatibility.

Relationships

None.

JSON representation

The following JSON shows a representation of the resource.

{
  "@odata.type": "#microsoft.graph.printerDiscoverySettings",
  "airPrint": {"@odata.type": "microsoft.graph.airPrintSettings"}
}