Is there any way to list the permissions associated with a (custom) role in Google Cloud Platform IAM using gcloud
? I can find how to list the roles, but not the permissions associated with a given role.
Is there any way to list the permissions associated with a (custom) role in Google Cloud Platform IAM using gcloud
? I can find how to list the roles, but not the permissions associated with a given role.
You can list the permissions associated with a role using this command. Replace the role name with your custom role name.
gcloud iam roles describe roles/editor
Documentation: gcloud iam roles describe