win32LobAppFileSystemRequirement 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 win32LobAppRequirement
Properties
Property | Type | Description |
---|---|---|
operator | win32LobAppDetectionOperator | The operator for detection Inherited from win32LobAppRequirement. Possible values are: notConfigured , equal , notEqual , greaterThan , greaterThanOrEqual , lessThan , lessThanOrEqual . |
detectionValue | String | The detection value Inherited from win32LobAppRequirement |
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 . |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.win32LobAppFileSystemRequirement",
"operator": "String",
"detectionValue": "String",
"path": "String",
"fileOrFolderName": "String",
"check32BitOn64System": true,
"detectionType": "String"
}