win32LobAppDetectionOperator enum 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 properties for detection operator.

Members

Member Value Description
notConfigured 0 Not configured.
equal 1 Equal operator.
notEqual 2 Not equal operator.
greaterThan 4 Greater than operator.
greaterThanOrEqual 5 Greater than or equal operator.
lessThan 8 Less than operator.
lessThanOrEqual 9 Less than or equal operator.