Search for GCP Organization Connector

Use the search token below to search for GCP organization connectors. 

connector.nameconnector.name

Use values within quotes to help you find the connector name you're looking for.

Examples

Show any connectors with this name

connector.name: my-connector

Show any connectors that contain parts of name

connector.name: "my-connector"

connector.statusconnector.status

Select connector status (Queued, Synchronizing, Completed successfully, Completed with errors, Disabled, etc) to find GCP connectors with a certain state. Select from names in the drop-down menu.

Example

Show GCP connectors that are successfully created

connector.status: Completed successfully

connector.isRemediationEnabledconnector.isRemediationEnabled

Use true to view the connectors for which remediation is enabled.

Example

Show connectors for which remediation is enabled

connector.isRemediationEnabled: true

Show connectors for which remediation is not enabled

connector.isRemediationEnabled: false

Note: This search token is available only if you enable Remediation feature (currently in preview mode). To enable Remediation feature for your subscription, contact your Technical Account Manager at Qualys.

connector.isDisabledconnector.isDisabled

Use values true | false to find the connectors that are in disabled/enabled state.

Example

Show connectors that are disabled

connector.isDisabled: true

Show connectors that are enabled

connector.isDisabled: false

org.nameorg.name

Use values within quotes to help you find the organization name you're looking for.

Examples

Show any organization with this name

org.name: my-organization

Show any organization that contain parts of name

org.name: "my-organization"

org.idorg.id

Use a text value ##### to find GCP organization based on the unique organization ID associated with the connector at the time of creation.

Example

Show organization with this organizationId

org.id: my-organization-1513669048551

oror

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

Example

Show findings with one of these tag values

tag.value: Finance or tag.value: Accounting