
Answer-first summary for fast verification
Answer: Add the users to a group, and add this group to roles/browser.
The correct answer is C: Add the users to a group, and add this group to roles/browser. This approach follows Google-recommended practices for granting minimum permissions. The 'roles/browser' role provides read access to browse the hierarchy for a project, including folders and the organization, without granting permission to view resources within the project. Using groups to manage user permissions is also a best practice for ensuring scalable and manageable access control.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your company has established an intricate organizational structure within Google Cloud, consisting of hundreds of folders and projects. Ensuring that only a select group of team members has the ability to view this hierarchical structure is crucial. You aim to achieve this while assigning the minimum necessary permissions in adherence to Google-recommended practices. What actions should you take to accomplish this objective?
A
Add the users to roles/browser role.
B
Add the users to roles/iam.roleViewer role.
C
Add the users to a group, and add this group to roles/browser.
D
Add the users to a group, and add this group to roles/iam.roleViewer role.