Use these search tokens below to search in the Applications tab.
Example
Show findings with connector type GSUITE and access type Domain
connector.type: "GSUITE" and accessType:
"Domain"
Example
Show findings that are connector type "OFFICE365" but not access type "External"
connector.type: "OFFICE365" not
accessType: "External"
Example
Show findings with one of these access types
accessType: "Domain" or accessType:
"External"
Examples
Show any application with this name
name:SurveyMonkey
Show any application that contain parts of this name
name:"SurveyMonkey"
Show any application that match exact value "SurveyMonkey"
name:`SurveyMonkey`
Example
Show all trusted applications
isTrusted:"true"
Example
Show all applications that have high exposure
exposure:High
Example
Show all applications with the domain ID Google.com
users.domain:Google.com
Example
Show all applications with the email ID john_white@gmail.com
users.email:john_white@gmail.com
Example
Show the connector having the name O365Connector1
connector.name:O365Connector1
Example
Show the connector having the id 100
connector.id:100
Example
Show all connectors of the type OFFICE365
connector.type:OFFICE365