Use these search tokens below to search in the Groups 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"
Example
Show all user groups that contain the email ID john_white@gmail.com
email:john_white@gmail.com
Examples
Show any group with this name
name:Admins
Show any group that contain parts of this name
name:"Admins"
Show any group that match exact value "Admins"
name:`Admins`
Example
Show all user groups with access type Internal
accessType:Internal
Example
Show all groups that have the member role Administrators
members.role:Administrators
Example
Show all groups with the member domain name Google.com
members.domain:Google.com
Example
Show all groups having the email ID john_white@gmail.com
members.email:john_white@gmail.com
Example
Show all groups having the access type as External
members.accessType:External
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