Profiles Search Tokens

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

profile.assetCountprofile.assetCount

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

Examples

Show Profiles with this asset count

profile.assetCount: 4

Show Profiles with asset count greater than 3

profile.assetCount>=3

profile.behaviour.isEnabledprofile.behaviour.isEnabled

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

Example

Show Profiles that are Behavior Detection Enabled

profile.behaviour.isEnabled: true

profile.descriptionprofile.description

Use a text value to find profiles with description.

Example

Show Profiles with the mentioned description

profile.description: "Default"

profile.fileScan.isEnabledprofile.fileScan.isEnabled

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

Example

Show Profiles that are On Access Enabled

profile.fileScan.isEnabled: true

profile.isDefaultProfileprofile.isDefaultProfile

Use the values true or false to find Default Profile.

Example

Show the Default Profile

profile.isDefaultProfile: true

profile.nameprofile.name

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

Example

Show Profiles with the mentioned name

profile.name: "Profile-1"

profile.onDemandScan.isScheduledRunEnabledprofile.onDemandScan.isScheduledRunEnabled

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

Example

Show Profiles that are On Demand Scan enabled

profile.onDemandScan.isScheduledRunEnabled: true

profile.createdBy.usernameprofile.createdBy.username

Use the string value to find profiles created by the user name

Example

Show profiles that are created by the following username

profile.createdBy.username: test-user1

profile.createdBy.userIdprofile.createdBy.userId

Use the string value to find profiles created by the user id

Example

Show profiles that are created by the folloing userid

profile.createdBy.userId: 52132120