win32LobAppRegistryRule 资源类型

命名空间:microsoft.graph

重要: /beta 版本下的 Microsoft Graph API 可能会更改;不支持生产使用。

注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证

用于存储 Win32 LOB 应用的注册表规则数据的复杂类型。

继承自 win32LobAppRule

属性

属性 类型 说明
ruleType win32LobAppRuleType 指示规则用途的规则类型。 继承自 win32LobAppRule。 可取值为:detectionrequirement
check32BitOn64System 布尔值 一个值,该值指示是否在 64 位系统上搜索 32 位注册表。
keyPath String 包含要检测的值的注册表项的完整路径。
valueName String 要检测的注册表值的名称。
operationType win32LobAppRegistryRuleOperationType 注册表操作类型。 可取值为:notConfiguredexistsdoesNotExiststringintegerversionappVersionunknownFutureValue
operator win32LobAppRuleOperator 用于注册表检测的运算符。 可取值为:notConfiguredequalnotEqualgreaterThangreaterThanOrEquallessThanlessThanOrEqual
comparisonValue String 注册表比较值。

关系

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.win32LobAppRegistryRule",
  "ruleType": "String",
  "check32BitOn64System": true,
  "keyPath": "String",
  "valueName": "String",
  "operationType": "String",
  "operator": "String",
  "comparisonValue": "String"
}