win32LobAppProductCodeDetection 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 product code and version properties to detect a Win32 App

Inherits from win32LobAppDetection

Properties

Property Type Description
productCode String The product code of Win32 Line of Business (LoB) app.
productVersionOperator win32LobAppDetectionOperator The operator to detect product version. Possible values are: notConfigured, equal, notEqual, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual.
productVersion String The product version of Win32 Line of Business (LoB) app.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.win32LobAppProductCodeDetection",
  "productCode": "String",
  "productVersionOperator": "String",
  "productVersion": "String"
}