A Google Cloud administrator manages a multi-tier resource hierarchy. At the root Organization node, the list constraint `constraints/gcp.resourceLocations` is configured to allow resources only in `in:us-locations`. The operations team creates a dedicated Folder named `/Europe-Operations` to host European workloads. Developers working inside this folder report that they are unable to create Cloud Storage buckets in `europe-west1`. The administrator must allow resource deployment in `europe-west1` for all projects within `/Europe-Operations` while maintaining existing restrictions across the rest of the organization, without granting developers administrative rights over security policies. Which TWO actions should the administrator perform? (Select TWO.)
- Apply a new Organization Policy directly on the `/Europe-Operations` folder node that sets allowed locations to include `europe-west1` and overrides the inherited parent policy rule.Cevap
- BAssign the `roles/resourcemanager.organizationAdmin` IAM role to the developer group on the `/Europe-Operations` folder node so their IAM permissions supersede the root Organization Policy.
- Verify that the administrator performing the policy update holds the Organization Policy Admin (`roles/orgpolicy.policyAdmin`) role on the resource hierarchy node.Cevap
- DDelete the `constraints/gcp.resourceLocations` policy enforcement at the root Organization node to allow child folder policies to evaluate independently.