Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

in gcloud console iam how can I add roles to groups?

I want to know how to add roles to groups. How is that done in the gcloud iam console? (https://console.cloud.google.com/iam-admin)

like image 463
Morriz Avatar asked Sep 17 '25 12:09

Morriz


1 Answers

There is no special action to take if you want to grant the roles through the cloud console, as indicated by the help text on the input field:

enter image description here

Simply write the group email, and select the roles you want to grant.

Note that the group must be a Google group or a G Suite group to work (Google needs to know who is a member of the group to grant the right permissions to the accounts).

The detailed steps are on the IAM docs.

like image 70
Jofre Avatar answered Sep 21 '25 07:09

Jofre