A software enterprise is structuring its Google Cloud resource hierarchy with dedicated `Production` and `Non-Production` folders under the Organization node. A third-party compliance team requires read-only visibility into security configurations and IAM policy bindings across all existing and future projects without accessing underlying data payloads. Simultaneously, an automated CI/CD pipeline needs permission to launch Compute Engine instances in `Non-Production` projects using a specific managed workload service account, without granting the pipeline administrative rights to modify service account credentials. Which of the following IAM configuration choices follow Google-recommended best practices for least privilege and resource hierarchy inheritance? (Select TWO.)
- Grant the Security Reviewer role (`roles/iam.securityReviewer`) to the third-party compliance group at the Organization level.Answer
- Grant the Service Account User role (`roles/iam.serviceAccountUser`) to the CI/CD pipeline identity on the specific workload service account resource.Answer
- CGrant the primitive Editor role (`roles/editor`) to the third-party compliance group at the Organization level.
- DGrant the Service Account Admin role (`roles/iam.serviceAccountAdmin`) to the CI/CD pipeline identity at the Non-Production folder level.