Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a small company where all team members need view access to every resource within a specific project, what is the Google-recommended method to grant these permissions?
A
Develop a script that individually assigns the Project Viewer role to each user's email address using the gcloud projects add-iam-policy-binding command.
gcloud projects add-iam-policy-binding
B
Develop a script that creates a custom role for each user's email address with the Project Viewer permissions using the gcloud iam roles create command.
gcloud iam roles create
C
Establish a new Google Group, include all team members in this group, and then assign the Project Viewer role to the group's email address using the gcloud projects add-iam-policy-binding command.
D
Establish a new Google Group, include all team members in this group, and then create a custom role for the group's email address with the Project Viewer permissions using the gcloud iam roles create command.