Last active
October 8, 2025 19:52
-
-
Save detj/73d32476799e40e05bc455449d1a0332 to your computer and use it in GitHub Desktop.
List IAM roles for a predefined role
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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