PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #262
Your Google Cloud environment has one organization node, one folder named "Apps", and several projects within that folder. The organizational node enforces the…
The correct answer is D. The action fails because a constraints/iam.allowedPolicyMemberDomains organization policy is in. The 'constraints/iam.allowedPolicyMemberDomains' policy set on the 'Apps' folder includes 'inheritFromParent: false', which means the folder's policy completely overrides the parent (organization-level) policy rather than merging with it. The Apps folder policy only permits…
Question
Options
- AThe action succeeds because members from both organizations, terramearth.com or
- BThe action succeeds and the new member is successfully added to the project's Identity and
- CThe action fails because a constraints/iam.allowedPolicyMemberDomains organization policy
- DThe action fails because a constraints/iam.allowedPolicyMemberDomains organization policy is in
How the community answered
(49 responses)- A2% (1)
- B6% (3)
- C12% (6)
- D80% (39)
Explanation
The 'constraints/iam.allowedPolicyMemberDomains' policy set on the 'Apps' folder includes 'inheritFromParent: false', which means the folder's policy completely overrides the parent (organization-level) policy rather than merging with it. The Apps folder policy only permits members from flowlogistic.com. Because the project is a child of the Apps folder, the effective policy at that project level is the Apps folder's policy - which does not include terramearth.com. Therefore, attempting to grant access to [email protected] fails. The parent organization's allowance of terramearth.com is irrelevant because the folder's policy explicitly opts out of inheritance.
Topics
Community Discussion
No community discussion yet for this question.