Edit

Share via


win32LobAppRegistryDetection resource type

Namespace: microsoft.graph

Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.

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 win32LobAppDetection

Properties

Property Type Description
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.
operator win32LobAppDetectionOperator The operator for registry data detection. Possible values are: notConfigured, equal, notEqual, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual.
detectionValue String The registry detection value

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

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