Searching Policies

Use these search tokens below to search in the Policy sub-tab under Policy tab.

control.idcontrol.id

Use an integer value ##### to show the controls with the defined CID.

Example

Show control with CID 70001

control.id: "70001"

policy.createdBy.usernamepolicy.createdBy.username

Use a text value #### in quotes to find certain policy which was created by a user.

Example

Show findings created by username

policy.createdBy.username: "adminuser"

policy.updatedBy.usernamepolicy.updatedBy.username

Use a text value #### in quotes to find certain policy which was modified by a user.

Example

Show findings modified by username

policy.updatedBy.username: "adminuser"

policy.namepolicy.name

Use a text value ##### in quotes to find policy with a certain policy name.

Example

Show findings with this policy name

policy.name: "Android Best Practices"

Show findings that contains part of name

policy.name: "Android Best Practices"

policy.ospolicy.os

Select the policy Operating Sytem you're interested in. Choose value from: Android, iOS

Example

Show policy with OS Android

policy.os:Android

policy.typepolicy.type

Select the policy type you're interested in. Choose value from: System Defined

Example

Show policy with type System Defined

policy.type:System Defined

policy.statuspolicy.status

Select the policy status you're interested in. Choose value from: Active

Example

Show policies with this status

policy.status:Active

policy.createdDatepolicy.createdDate

Use date range or specific date to define when policies were created.

Example

Show policies created within certain dates

policy.createdDate: [2020-07-01 ... 2020-08-02]

Show policies created starting 2020-07-01, ending 3 months ago

policy.createdDate:[2020-04-01 ... now-3M]

Show policies created starting 2 weeks ago, ending 1 second ago

policy.createdDate: [now-2w ... now-1s]

Show policies created on a specific date

policy.createdDate: '2020-07-01'

policy.updatedDatepolicy.updatedDate

Use date range or specific date to define when policies were modified.

Example

Show policies modified within certain dates

policy.updatedDate: [2020-07-01 ... 2020-08-02]

Show policies modified starting 2020-07-01, ending 3 months ago

policy.updatedDate:[2020-04-01 ... now-3M]

Show policies modified starting 2 weeks ago, ending 1 second ago

policy.updatedDate: [now-2w ... now-1s]

Show policies modified on a specific date

policy.updatedDate: '2020-07-01'