
Answer-first summary for fast verification
Answer: Create groups, add the users to their groups, assign the relevant roles to the groups, and then provide the users with each relevant Project ID.
Google recommends using groups for role assignments to streamline access management. By creating groups for each team, adding users to these groups, and assigning roles at the group level, you ensure scalability and ease of maintenance. Providing the Project ID (rather than the Project Number) is preferable because developers typically interact with Google Cloud using the human-readable Project ID in commands and configurations. This approach adheres to best practices by minimizing individual user role assignments and leveraging groups for efficient access control.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can you enable developer access to Google Cloud projects for local environment resource management while maximizing efficiency and adhering to Google's recommended best practices?
A
Add the users to their projects, assign the relevant roles to the users, and then provide the users with each relevant Project ID.
B
Add the users to their projects, assign the relevant roles to the users, and then provide the users with each relevant Project Number.
C
Create groups, add the users to their groups, assign the relevant roles to the groups, and then provide the users with each relevant Project ID.
D
Create groups, add the users to their groups, assign the relevant roles to the groups, and then provide the users with each relevant Project Number.
No comments yet.