ASSOCIATE-CLOUD-ENGINEER · Question #154
ASSOCIATE-CLOUD-ENGINEER Question #154: Real Exam Question with Answer & Explanation
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
You want to find out who in your organization has Owner access to a project called "my- project".What should you do?
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.
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.
Community Discussion
No community discussion yet for this question.