A cloud architect is configuring governance controls for a company's Google Cloud environment containing an Organization node, a 'Staging' folder, and multiple child projects. The security team needs to establish clear boundaries for resource configurations and access controls across the resource hierarchy. Which of the following statements correctly describe the behavior of Google Cloud Organization Policies and resource hierarchy constraints? (Select TWO.)
- Organization Policy constraints configured at the 'Staging' folder level automatically evaluate and apply to all child projects inside that folder unless explicitly overridden at a lower level.Answer
- Organization Policies define configuration guardrails on resources regardless of who performs the action, whereas IAM roles determine which principals have permissions to perform operations.Answer
- CAssigning a user the primitive Owner role on a project grants them authorization to bypass parent folder Organization Policy constraints for resources in that project.
- DOrganization Policy list constraints are used to grant specific external service accounts read-only access to Cloud Storage buckets within a project.
Answer
The correct statements are that Organization Policy constraints set on a folder level automatically apply to all child projects unless explicitly overridden at a lower level, and that Organization Policies restrict resource configurations while IAM roles manage identity-based access permissions.
Organization Policy constraints set at a folder level automatically inherit down to child projects unless explicitly overridden at a lower node. Furthermore, Organization Policies establish guardrails on resources regardless of the user performing the action, whereas IAM roles manage identity-based permissions.
Step-by-Step Solution
Key Concept
Organization Policy Hierarchical Inheritance and IAM Decoupling
Estimated Time:1m 30s