Skip to content

Instantly share code, notes, and snippets.

@detj
Last active October 8, 2025 19:52
Show Gist options
  • Save detj/73d32476799e40e05bc455449d1a0332 to your computer and use it in GitHub Desktop.
Save detj/73d32476799e40e05bc455449d1a0332 to your computer and use it in GitHub Desktop.
List IAM roles for a predefined role
# List all the roles for a predefined role
#
# gcloud iam roles describe [PREDEFINED_ROLE]
gcloud iam roles describe roles/owner
gcloud iam roles describe roles/editor
gcloud iam roles describe roles/viewer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment