A cloud administrator is organizing resources for a team in Google Cloud. Which TWO statements correctly describe the fundamental rules of the Google Cloud resource hierarchy and IAM policy inheritance? (Select TWO)
- IAM policies applied at a parent node in the resource hierarchy are automatically inherited by all child resources underneath it.Answer
- Projects can be contained inside Folders or directly under the Organization node within the resource hierarchy.Answer
- CRevoking a permission at the project level overrides and blocks the same permission inherited from a parent folder.
- DOrganization policies are used to grant individual users access permissions to specific project resources.
- EAssigning the primitive Owner role at the project level is required for a user to inherit folder-level permissions.
Answer
Permissions granted at a parent node are inherited by all child resources, and Projects can be placed inside Folders or directly under the Organization node.
The resource hierarchy in Google Cloud flows from Organization > Folder > Project > Resource. IAM policy inheritance is strictly additive, meaning child resources automatically inherit all permissions granted on parent folders or the organization. Additionally, projects can be child nodes of either a folder or the organization node directly.
Step-by-Step Solution
Key Concept
Google Cloud Resource Hierarchy Structure and Additive IAM Inheritance