Searching Resources

andand

Use a boolean query to express your query using AND logic.

Example

Show findings with connector type GOOGLE WORKSPACE and access type Domain

connector.type: "GOOGLE WORKSPACE" and accessType: "Domain"

notnot

Use a boolean query to express your query using NOT logic.

Example

Show findings that are connector type "OFFICE365" but not access type "External"

connector.type: "OFFICE365" not accessType: "External"

oror

Use a boolean query to express your query using OR logic.

Example

Show findings with one of these access types

accessType: "Domain" or accessType: "External"

resource.resultresource.result

Filter the controls by selecting a resource result. Choose value from: Pass, Fail, Error

Example

Show all controls of resource result Pass

resource.result:Pass

resource.nameresource.name

Use quotes or backticks within values to help you find all resources that have the specified word in their name.

Examples

Show all results with this resource name

resource.name:Client Rules To External Block

Show all results that contain parts of this resource name

resource.name:"Client Rules To External Block"

Show all controls that match exact value "Client Rules To External Block"

resource.name:`Client Rules To External Block`

resource.idresource.id

Use quotes or backticks within values to help you find all controls that match the specified resource ID.

Examples

Show any control with this resource ID

resource.id:"Client Rules To External Block"

resource.typeresource.type

Use quotes or backticks within values to help you find all resources that have the specified word in their name.

Example

Show all controls of resource type Transport Rule (Mail flow rule)

resource.type:Transport Rule (Mail flow rule)