win32LobAppRegistryRequirement resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Contains registry properties to detect a Win32 App

Inherits from win32LobAppRequirement

Properties

Property Type Description
operator win32LobAppDetectionOperator The operator for detection Inherited from win32LobAppRequirement. Possible values are: notConfigured, equal, notEqual, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual.
detectionValue String The detection value Inherited from win32LobAppRequirement
check32BitOn64System Boolean A value indicating whether this registry path is for checking 32-bit app on 64-bit system
keyPath String The registry key path to detect Win32 Line of Business (LoB) app
valueName String The registry value name
detectionType win32LobAppRegistryDetectionType The registry data detection type. Possible values are: notConfigured, exists, doesNotExist, string, integer, version.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.win32LobAppRegistryRequirement",
  "operator": "String",
  "detectionValue": "String",
  "check32BitOn64System": true,
  "keyPath": "String",
  "valueName": "String",
  "detectionType": "String"
}