Skip to content

Instantly share code, notes, and snippets.

@pmarques
Last active June 3, 2021 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmarques/83574d2546ab99d6294775084fcf8c9f to your computer and use it in GitHub Desktop.
Save pmarques/83574d2546ab99d6294775084fcf8c9f to your computer and use it in GitHub Desktop.
gcloud IAM member roles
gcloud projects get-iam-policy ${GOOGLE_CLOUD_PROJECT} \
--flatten='bindings[].members' \
--format='table(bindings.role)' \
--filter="bindings.members:${MEMBER_EMAIL}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment