win32LobAppFileSystemDetection 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 file or folder path to detect a Win32 App

Inherits from win32LobAppDetection

Properties

Property Type Description
path String The file or folder path to detect Win32 Line of Business (LoB) app
fileOrFolderName String The file or folder name to detect Win32 Line of Business (LoB) app
check32BitOn64System Boolean A value indicating whether this file or folder is for checking 32-bit app on 64-bit system
detectionType win32LobAppFileSystemDetectionType The file system detection type. Possible values are: notConfigured, exists, modifiedDate, createdDate, version, sizeInMB, doesNotExist.
operator win32LobAppDetectionOperator The operator for file or folder detection. Possible values are: notConfigured, equal, notEqual, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual.
detectionValue String The file or folder detection value

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.win32LobAppFileSystemDetection",
  "path": "String",
  "fileOrFolderName": "String",
  "check32BitOn64System": true,
  "detectionType": "String",
  "operator": "String",
  "detectionValue": "String"
}