Arrange the levels of the Google Cloud resource hierarchy in sequence from the highest level (broadest IAM policy inheritance scope) to the lowest level (most specific resource scope).
- 1Organization Node
- 2Folder Node
- 3Project Node
- 4Resource Node
Answer
The correct hierarchy from top to bottom is Organization Node, followed by Folder Node, Project Node, and finally Resource Node.
In Google Cloud Platform, IAM policies are inherited downwards through the resource hierarchy structure. The hierarchy starts at the Organization level at the top, flows down through Folder levels, then to Project levels, and ultimately applies to individual Resource instances.
Step-by-Step Solution
Key Concept
Google Cloud Resource Hierarchy and IAM Inheritance
Estimated Time:45s