ASSOCIATE-CLOUD-ENGINEER · Question #154
You want to find out who in your organization has Owner access to a project called "my- project".What should you do?
The correct answer is B. In the Google Cloud Platform Console, go to the IAM page for your project and apply the filter. A is not correct because it will give the org-wide owners, but you are interested in the project owners, which could be different. B is correct because this shows you the Owners of the project. C is not correct because this command is to list grantable roles for a resource, but d
Question
Options
- AIn the Google Cloud Platform Console, go to the IAM page for your organization and apply the
- BIn the Google Cloud Platform Console, go to the IAM page for your project and apply the filter
- CUse "gcloud iam list-grantable-role --project my-project" from your Terminal.
- DUse "gcloud iam list-grantable-role" from Cloud Shell on the project page.
How the community answered
(61 responses)- A2% (1)
- B92% (56)
- C2% (1)
- D5% (3)
Explanation
A is not correct because it will give the org-wide owners, but you are interested in the project owners, which could be different. B is correct because this shows you the Owners of the project. C is not correct because this command is to list grantable roles for a resource, but does not return who has a specific role. D is not correct because this command is to list grantable roles for a resource, but does not return who has a specific role.
Topics
Community Discussion
No community discussion yet for this question.