Skip to content

Instantly share code, notes, and snippets.

@ovitente
Created June 12, 2021 08:47
Show Gist options
  • Save ovitente/6b7c7f0ada26b29996fbc687947476c2 to your computer and use it in GitHub Desktop.
Save ovitente/6b7c7f0ada26b29996fbc687947476c2 to your computer and use it in GitHub Desktop.
get iam policy
gcloud projects get-iam-policy <PROJECT_ID> --flatten="bindings[].members" --format="table(bindings.role)" --filter="<IAM_RECORD@DOMAIN>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment