
Answer-first summary for fast verification
Answer: For your organization, in the Google Cloud Platform Console under Roles, select both roles and combine them into a new custom role.
The correct approach is to create the new role at the organization level to ensure it applies to all current and future projects. This method aligns with Google's recommended practices. Option A is correct because it directly addresses the requirement by combining the roles at the organization level. Option B is incorrect because `gcloud iam promote-role` cannot elevate a role to the organization level. Option C is incorrect as it does not result in a new role. Option D is not recommended because it unnecessarily complicates the process and does not automatically apply the role to new projects.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You aim to establish a new role within your organization that encompasses the permissions of both the BigQuery Job User and Cloud Bigtable User roles, applicable to all current and future projects. Adhering to Google's recommended practices, what is the optimal approach to create this new role?
A
For your organization, in the Google Cloud Platform Console under Roles, select both roles and combine them into a new custom role.
B
For one of your projects, in the Google Cloud Platform Console under Roles, select both roles and combine them into a new custom role. Use gcloud iam promote-role to promote the role from a project role to an organization role.
C
Use gcloud iam combine-roles --global to combine the 2 roles into a new custom role.
D
For all projects, in the Google Cloud Platform Console under Roles, select both roles and combine them into a new custom role.
No comments yet.