Skip to main content

Sample Google Project RQL Queries

note

The following guide will walk you through Google Project RQL Examples

List owners of GCP projects

config from cloud.resource where api.name  = 'gcloud-projects-get-iam-user' AND json.rule = roles[*] contains "owner"