-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23580 from microsoftgraph/main
Merge to publish.
- Loading branch information
Showing
10 changed files
with
157 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
title: airPrintSettings resource type | ||
description: Represents tenant-wide settings to configure the behavior of printers when print jobs are submitted to Universal Print from macOS, which requires AirPrint compatibility. | ||
author: JuliusShanMS | ||
ms.localizationpriority: medium | ||
ms.prod: cloud-printing | ||
doc_type: resourcePageType | ||
--- | ||
|
||
# airPrintSettings resource type | ||
|
||
Namespace: microsoft.graph | ||
|
||
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] | ||
|
||
Represents tenant-wide settings to configure the behavior of printers when print jobs are submitted to Universal Print from macOS, which requires AirPrint compatibility. | ||
|
||
## Properties | ||
|Property|Type|Description| | ||
|:---|:---|:---| | ||
|incompatiblePrinters|[incompatiblePrinterSettings](#incompatibleprintersettings-values)|Describes whether Universal Print hides printers from macOS when they don't support all capabilities required by the operating system as defined by AirPrint.| | ||
|
||
### incompatiblePrinterSettings values | ||
|
||
|Member|Value|Description| | ||
|:---|:---|:---| | ||
|show|0|Show printers that aren't compatible with AirPrint.| | ||
|hide|1|Hide printers that aren't compatible with AirPrint.| | ||
|unknownFutureValue|2|Evolvable enumeration sentinel value. Don't use.| | ||
|
||
## Relationships | ||
None. | ||
|
||
## JSON representation | ||
The following JSON shows a representation of the resource. | ||
<!-- { | ||
"blockType": "resource", | ||
"@odata.type": "microsoft.graph.airPrintSettings" | ||
} | ||
--> | ||
``` json | ||
{ | ||
"incompatiblePrinters": "string" | ||
} | ||
``` | ||
|
||
### Credit notice | ||
|
||
**AirPrint**, **Mac**, and **macOS** are trademarks of Apple, Inc., registered in the US and other countries/regions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: printerDiscoverySettings resource type | ||
description: Represents tenant-wide printer discovery settings for the Universal Print service. | ||
author: JuliusShanMS | ||
ms.localizationpriority: medium | ||
ms.prod: cloud-printing | ||
doc_type: resourcePageType | ||
--- | ||
|
||
# printerDiscoverySettings resource type | ||
|
||
Namespace: microsoft.graph | ||
|
||
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] | ||
|
||
Represents tenant-wide printer discovery settings for the Universal Print service. | ||
|
||
## Properties | ||
|Property|Type|Description| | ||
|:---|:---|:---| | ||
|airPrint|[airPrintSettings](../resources/airprintsettings.md)|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. | ||
<!-- { | ||
"blockType": "resource", | ||
"@odata.type": "microsoft.graph.printerDiscoverySettings" | ||
} | ||
--> | ||
``` json | ||
{ | ||
"@odata.type": "#microsoft.graph.printerDiscoverySettings", | ||
"airPrint": { | ||
"@odata.type": "microsoft.graph.airPrintSettings" | ||
} | ||
} | ||
``` | ||
|
||
### Credit notice | ||
|
||
**AirPrint**, **Mac**, and **macOS** are trademarks of Apple, Inc., registered in the US and other countries/regions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters