1
1
---
2
- title : printSettings resource type
3
- description : Represents tenant-wide settings for the Universal Print service.
4
- author : braedenp-msft
2
+ title : " printSettings resource type"
3
+ description : " Represents tenant-wide settings for the Universal Print service."
4
+ author : " braedenp-msft"
5
5
ms.localizationpriority : medium
6
- ms.subservice : universal-print
6
+ ms.subservice : " universal-print"
7
7
doc_type : resourcePageType
8
- ms.date : 07/23/2024
8
+ ms.date : " 07/23/2024"
9
9
---
10
10
11
11
# printSettings resource type
@@ -16,6 +16,9 @@ Namespace: microsoft.graph
16
16
17
17
Represents tenant-wide settings for the Universal Print service.
18
18
19
+ > [ !NOTE]
20
+ > ** AirPrint** , ** Mac** , and ** macOS** are trademarks of Apple, Inc., registered in the US and other countries/regions.
21
+
19
22
## Properties
20
23
| Property | Type | Description |
21
24
| :-------------| :------------| :------------|
@@ -39,13 +42,7 @@ The following JSON shows a representation of the resource.
39
42
40
43
``` json
41
44
{
42
- "documentConversionEnabled" : true ,
43
- "printerDiscoverySettings" : {
44
- "@odata.type" : " microsoft.graph.printerDiscoverySettings"
45
- }
45
+ "documentConversionEnabled" : " Boolean" ,
46
+ "printerDiscoverySettings" : {"@odata.type" : " microsoft.graph.printerDiscoverySettings" }
46
47
}
47
48
```
48
-
49
- ## Credit notice
50
-
51
- ** AirPrint** , ** Mac** , and ** macOS** are trademarks of Apple, Inc., registered in the US and other countries/regions.
0 commit comments