airPrintSettings 资源类型
命名空间:microsoft.graph
表示租户范围的设置,用于在从 macOS 将打印作业提交到通用打印时配置打印机的行为,这需要 AirPrint 兼容性。
注意
AirPrint、 Mac 和 macOS 是 Apple, Inc. 的商标,在美国和其他国家/地区注册。
属性
属性 | 类型 | 说明 |
---|---|---|
incompatiblePrinters | incompatiblePrinterSettings | 描述当打印机不支持 AirPrint 定义的作系统所需的所有功能时,通用打印是否对 macOS 隐藏打印机。 |
incompatiblePrinterSettings 值
成员 | 说明 |
---|---|
显示 | 显示与 AirPrint 不兼容的打印机。 |
隐藏 | 隐藏与 AirPrint 不兼容的打印机。 |
unknownFutureValue | 可演变枚举 sentinel 值。 请勿使用。 |
关系
无。
JSON 表示形式
以下 JSON 显示了资源的表示形式。
{
"incompatiblePrinters": "String"
}