Searching Policies
Use these search tokens below to search in the Policy sub-tab under Policy tab.
Use an integer value ##### to show the controls with the defined CID.
Example
Show control with CID 70001
control.cid: "70001"
policy.createdBypolicy.createdBy
Use a text value #### in quotes to find certain policy which was created by a user.
Example
Show findings created by username
policy.createdBy: "adminuser"
policy.modifiedBypolicy.modifiedBy
Use a text value #### in quotes to find certain policy which was modified by a user.
Example
Show findings modified by username
policy.modifiedBy: "adminuser"
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"
Select the policy Operating Sytem you're interested in. Choose value from: Android, iOS
Example
Show policy with OS Android
policy.os:Android
Select the policy type you're interested in. Choose value from: System Defined
Example
Show policy with type System Defined
policy.type:System Defined
Select the policy status you're interested in. Choose value from: Active
Example
Show policies with this status
policy.status:Active
policy.createdOnpolicy.createdOn
Use date range or specific date to define when policies were created.
Example
Show policies created within certain dates
policy.createdOn: [2020-07-01 ... 2020-08-02]
Show policies created starting 2020-07-01, ending 3 months ago
policy.createdOn:[2020-04-01 ... now-3M]
Show policies created starting 2 weeks ago, ending 1 second ago
policy.createdOn: [now-2w ... now-1s]
Show policies created on a specific date
policy.createdOn: '2020-07-01'
policy.modifiedOnpolicy.modifiedOn
Use date range or specific date to define when policies were modified.
Example
Show policies modified within certain dates
policy.modifiedOn: [2020-07-01 ... 2020-08-02]
Show policies modified starting 2020-07-01, ending 3 months ago
policy.modifiedOn:[2020-04-01 ... now-3M]
Show policies modified starting 2 weeks ago, ending 1 second ago
policy.modifiedOn: [now-2w ... now-1s]
Show policies modified on a specific date
policy.modifiedOn: '2020-07-01'