{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.win32LobAppRegistryRule", "title": "microsoft.graph.win32LobAppRegistryRule", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.win32LobAppRule" }, { "title": "win32LobAppRegistryRule", "required": [ "@odata.type" ], "type": "object", "properties": { "check32BitOn64System": { "type": "boolean", "description": "A value indicating whether to search the 32-bit registry on 64-bit systems." }, "comparisonValue": { "type": "string", "description": "The registry comparison value.", "nullable": true }, "keyPath": { "type": "string", "description": "The full path of the registry entry containing the value to detect.", "nullable": true }, "operationType": { "$ref": "#/components/schemas/microsoft.graph.win32LobAppRegistryRuleOperationType" }, "operator": { "$ref": "#/components/schemas/microsoft.graph.win32LobAppRuleOperator" }, "valueName": { "type": "string", "description": "The name of the registry value to detect.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.win32LobAppRegistryRule" } }, "description": "A complex type to store registry rule data for a Win32 LOB app." } ], "x-ms-discriminator-value": "#microsoft.graph.win32LobAppRegistryRule" }