
Answer-first summary for fast verification
Answer: In the Google Cloud Platform Console, navigate to the IAM page for your project and apply the filter `Role:Owner`.
The correct answer is **B** because it directly shows you the Owners of the specific project you're interested in. - **Option A** is incorrect as it lists grantable roles for a resource, not who has a specific role. - **Option C** is incorrect for the same reason as Option A. - **Option D** is incorrect because it provides the organization-wide owners, not the project-specific owners you're seeking.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
To identify who in your organization has Owner access to a project named 'my-project', what is the most appropriate action to take?
A
Use gcloud iam list-grantable-role --project my-project from your Terminal.
B
In the Google Cloud Platform Console, navigate to the IAM page for your project and apply the filter Role:Owner.
C
Use gcloud iam list-grantable-role from Cloud Shell on the project page.
D
In the Google Cloud Platform Console, go to the IAM page for your organization and apply the filter Role:Owner.