Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a small company where every team member needs to view all resources within a specific project, what is the Google-recommended method to grant access efficiently?
A
Develop a script that assigns the Project Viewer role to each user's email address individually using gcloud projects add-iam-policy-binding.
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 gcloud iam roles create.
gcloud iam roles create
C
Establish a new Google Group, include all team members, and assign the Project Viewer role to the group's email address using gcloud projects add-iam-policy-binding.
D
Establish a new Google Group, include all team members, and create a custom role with the Project Viewer permissions for the group's email address using gcloud iam roles create.