win32LobAppRegistryRule 资源类型
命名空间:microsoft.graph
重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
用于存储 Win32 LOB 应用的注册表规则数据的复杂类型。
继承自 win32LobAppRule
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| ruleType | win32LobAppRuleType | 指示规则用途的规则类型。 继承自 win32LobAppRule。 可取值为:detection、requirement。 |
| check32BitOn64System | Boolean | 一个值,指示是否在 64 位系统上搜索 32 位注册表。 |
| keyPath | String | 包含要检测的值的注册表项的完整路径。 |
| valueName | String | 要检测的注册表值的名称。 |
| operationType | win32LobAppRegistryRuleOperationType | 注册表操作类型。 可取值为:notConfigured、exists、doesNotExist、string、integer、version。 |
| operator | win32LobAppRuleOperator | 注册表检测的运算符。 可取值为:notConfigured、equal、notEqual、greaterThan、greaterThanOrEqual、lessThan 或 lessThanOrEqual。 |
| comparisonValue | String | 注册表比较值。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.win32LobAppRegistryRule",
"ruleType": "String",
"check32BitOn64System": true,
"keyPath": "String",
"valueName": "String",
"operationType": "String",
"operator": "String",
"comparisonValue": "String"
}
反馈
提交和查看相关反馈