Profiles Search Tokens

You can use the Profile Search tokens to search information in the Anti-Malware Profile of the Configuration tab.

assetCount

Use an integer value ##### to show the profiles with the asset count.

Examples

Show Profiles with this assetCount

assetCount: 4

Show Profiles with assetCount greater than 3

assetCount>=3

behaviour.isEnabled

Use the values true or false to find profiles with Behavioural Detection Enabled.

Example

Show Profiles that are Behavior Detection Enabled

behaviour.isEnabled: true

fileScan.isEnabled

Use the values true or false to find profiles with On Access Enabled.

Example

Show Profiles that are On Access Enabled

fileScan.isEnabled: true

isDefaultProfile

Use the values true or false to find Default Profile.

Example

Show the Default Profile

isDefaultProfile: true

description

Use a text value ##### to find profiles with description you are interested in.

Example

Show Profiles with the mentioned description

description: "Default"

onDemandScan.isScheduledRunEnabled

Use the values true or false to find profiles with onDemandScan Enabled.

Example

Show Profiles that are On Demand Scan enabled

onDemandScan.isScheduledRunEnabled: true

name

Use a text value ##### to find profiles with name.

Example

Show Profiles with the mentioned name

name: "Profile-1"