win32LobAppFileSystemRule 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.

A complex type to store file or folder rule data for a Win32 LOB app.

Inherits from win32LobAppRule

Properties

Property Type Description
ruleType win32LobAppRuleType The rule type indicating the purpose of the rule. Inherited from win32LobAppRule. Possible values are: detection, requirement.
path String The file or folder path to look up.
fileOrFolderName String The file or folder name to look up.
check32BitOn64System Boolean A value indicating whether to expand environment variables in the 32-bit context on 64-bit systems.
operationType win32LobAppFileSystemOperationType The file system operation type. Possible values are: notConfigured, exists, modifiedDate, createdDate, version, sizeInMB, doesNotExist, sizeInBytes, appVersion, unknownFutureValue.
operator win32LobAppRuleOperator The operator for file or folder detection. Possible values are: notConfigured, equal, notEqual, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual.
comparisonValue String The file or folder comparison value.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.win32LobAppFileSystemRule",
  "ruleType": "String",
  "path": "String",
  "fileOrFolderName": "String",
  "check32BitOn64System": true,
  "operationType": "String",
  "operator": "String",
  "comparisonValue": "String"
}