An enterprise cloud security architect is auditing how access rights are evaluated across a Google Cloud environment. When a principal attempts an action on a specific resource, IAM permissions are evaluated along the resource hierarchy. Arrange the following evaluation steps in the correct order, starting from the highest ancestor node in the hierarchy down to the specific target resource.
- 1Evaluate Organization-level IAM policy bindings applied at the root node.
- 2Evaluate Folder-level IAM policy bindings across nested parent folders.
- 3Evaluate Project-level IAM policy bindings on the containing project.
- 4Evaluate Resource-level IAM policy bindings attached directly to the specific resource.
Cevap
The correct sequence for IAM policy inheritance and evaluation moves down the resource hierarchy: Organization level -> Folder level -> Project level -> Resource level.
Google Cloud IAM follows a strict top-down resource hierarchy structure (Organization -> Folder -> Project -> Resource). Policies set at any node in the hierarchy are inherited by all of its descendants. Therefore, evaluating effective permissions begins at the Organization level, proceeds through parent Folders, checks Project bindings, and concludes at the specific Resource level.
Adım Adım Çözüm
Anahtar Kavram
Google Cloud IAM Policy Inheritance and Resource Hierarchy Evaluation
Tahmini Süre:1m 30s