Boolean Search

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"