GCP: Can I list permissions assigned to custom role using gcloud?
Solution 1:
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