A central cloud administrator needs to authorize a lead developer to provision new Google Cloud projects restricted exclusively within a specific folder named "Mobile-Apps" and link those newly created projects to the corporate Billing Account. Adhering to the principle of least privilege, which of the following IAM role assignments are required to accomplish this setup? (Select TWO correct answers.)
- Grant the lead developer the Project Creator role (roles/resourcemanager.projectCreator) on the Mobile-Apps folder.Cevap
- Grant the lead developer the Billing Account User role (roles/billing.user) on the corporate Billing Account.Cevap
- CGrant the lead developer the Owner role (roles/owner) on the Organization resource.
- DGrant the lead developer the Folder Admin role (roles/resourcemanager.folderAdmin) on the Mobile-Apps folder to grant billing linking capabilities.
- EGrant the lead developer the Project Creator role (roles/resourcemanager.projectCreator) on the root Organization node, and revoke it on all other folders.
Cevap
Assign the Project Creator role on the target folder (Mobile-Apps) and the Billing Account User role on the corporate Billing Account.
To allow creating projects restricted strictly inside a folder and linking them to billing under least privilege, two specific roles are required: the Project Creator role on the specific destination folder and the Billing Account User role directly on the Billing Account.
Adım Adım Çözüm
Anahtar Kavram
Folder-level scoped project creation and billing account IAM binding for least-privilege administrative delegation.