Skip to content

Instantly share code, notes, and snippets.

@ovitente
Created March 22, 2021 21:38
Show Gist options
  • Save ovitente/48ad88eff0dcce13fb2d71cb6ed11494 to your computer and use it in GitHub Desktop.
Save ovitente/48ad88eff0dcce13fb2d71cb6ed11494 to your computer and use it in GitHub Desktop.
Get roles for gcp role
gcloud projects get-iam-policy gcp-project --flatten="bindings[].members" --format="table(bindings.role)" --filter="[email protected]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment