PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #126
You work for a large organization where each business unit has thousands of users. You need to delegate management of access control permissions to each business unit. You have the following…
The correct answer is B. Organize projects in folders, and assign permissions to Google groups at the folder level. E. Use Google Cloud Directory Sync to synchronize users and group memberships in Cloud Identity. To delegate access management to business units at scale with on-premises integration, organize projects in folders and assign permissions to Google Groups at the folder level, while synchronizing users and groups from on-premises using Google Cloud Directory Sync.
Question
Options
- AUse VPC Service Controls to create perimeters around each business unit's project.
- BOrganize projects in folders, and assign permissions to Google groups at the folder level.
- CGroup business units based on Organization Units (OUs) and manage permissions based on
- DCreate a project naming convention, and use Google's IAM Conditions to manage access based
- EUse Google Cloud Directory Sync to synchronize users and group memberships in Cloud Identity.
How the community answered
(23 responses)- A9% (2)
- B70% (16)
- C17% (4)
- D4% (1)
Why each option
To delegate access management to business units at scale with on-premises integration, organize projects in folders and assign permissions to Google Groups at the folder level, while synchronizing users and groups from on-premises using Google Cloud Directory Sync.
VPC Service Controls are used to create security perimeters and prevent data exfiltration, which is a different security concern than delegating access control permissions and managing user lifecycles for business units.
Organizing projects within folders provides a hierarchical structure that allows business units to manage access controls for their own projects, while assigning permissions to Google Groups at the folder level ensures management at scale and maintains environment separation with inherited permissions.
While organizing users by Organization Units (OUs) in an on-premises directory is a good practice, directly managing GCP permissions 'based on OUs' is not a standard GCP IAM mechanism; GCP uses Google Groups and the resource hierarchy (folders/projects) for access control.
Creating a project naming convention helps with organization, and IAM Conditions provide fine-grained access control, but this approach alone does not effectively delegate management at scale or integrate with on-premises directory services for user lifecycle management.
Using Google Cloud Directory Sync (GCDS) to synchronize users and group memberships from the on-premises directory service to Cloud Identity is crucial for managing users and access control permissions centrally from on-premises, ensuring that user access is automatically updated when they move or leave the company.
Concept tested: Hybrid identity management, IAM hierarchy (folders), and Google Groups
Source: https://cloud.google.com/identity/docs/overview
Topics
Community Discussion
No community discussion yet for this question.