nerdexam
Google

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…

Submitted by jian89· Apr 18, 2026Configuring access within a cloud solution environment

Question

Your Google Cloud environment has one organization node, one folder named "Apps", and several projects within that folder. The organizational node enforces the constraints/iam.allowedPolicyMemberDomains organization policy, which allows members from the terramearth.com organization. The "Apps" folder enforces the constraints/iam.allowedPolicyMemberDomains organization policy, which allows members from the flowlogistic.com organization. It also has the inheritFromParent: false property. You attempt to grant access to a project in the "Apps" folder to the user [email protected]. What is the result of your action and why?

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)
  • A
    2% (1)
  • B
    6% (3)
  • C
    12% (6)
  • D
    80% (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

#Organization Policies#IAM Policies#Policy Inheritance#allowedPolicyMemberDomains

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-SECURITY-ENGINEER Practice