- 12 more key points in Pro version
- 6 more common mistakes in Pro version
- 4 more exam tips in Pro version
- 39 more related questions in Pro version
Summary
This domain is about identity, least privilege, and controlling privileged access. Prefer short-lived credentials and workload identity federation over long-lived service account keys. Use Cloud Identity federation and lifecycle controls for users, strong authentication for interactive access, IAM roles/conditions for scoped permissions, deny policies for explicit restrictions, and the resource hierarchy for inherited policy. Privileged Access Manager is for temporary elevation, not standing admin access.
Key Points
- Short-lived credentials are preferred over long-lived service account keys.
Common Mistakes
- Treating long-lived service account keys as the default.
Exam Tips
- Default mental model: key avoidance + short-lived credentials + least privilege.