PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #355
You are responsible for configuring Identity and Access Management in your organization's Google Cloud environment. You need to restrict your organization's users from accessing Cloud Storage…
The correct answer is C. Create an IAM deny policy on the organization level that prevents access to Cloud Storage. An organization-level IAM deny policy can explicitly block access to Cloud Storage buckets not belonging to your organization (e.g., with a condition checking the bucket’s organization != yours), ensuring your users cannot reach external-org buckets regardless of other grants.
Question
Options
- ASet a principal access boundary policy with the appropriate enforcement version. Bind the policy to
- BConfigure organization restriction headers for your environment. Only include the organization ID
- CCreate an IAM deny policy on the organization level that prevents access to Cloud Storage
- DEnforce domain restricted sharing in your organization. Configure a managed constraint, and only
How the community answered
(36 responses)- A3% (1)
- B6% (2)
- C81% (29)
- D11% (4)
Explanation
An organization-level IAM deny policy can explicitly block access to Cloud Storage buckets not belonging to your organization (e.g., with a condition checking the bucket’s organization != yours), ensuring your users cannot reach external-org buckets regardless of other grants.
Topics
Community Discussion
No community discussion yet for this question.