Practice free →
HomeGCP Associate Cloud Engineercloudcomputinggcpsetup › Which IAM role type lets you define the exact li…

Which IAM role type lets you define the exact list of permissions you want, instead of relying on Google's predefined bundles?

AService accounts
BCustom roles
CBasic roles (Owner / Editor / Viewer)
DOrganization policies
Answer & Solution
Correct answer: B. Custom roles
Custom roles let you assemble a specific list of permissions (e.g. only `compute.instances.start` + `compute.instances.stop`). Basic roles are very broad (Owner/Editor/Viewer). Service accounts are identities, not roles. Org policies are constraints, not permission bundles.
Solve this in the app — GCP Associate Cloud Engineer practice & 24k+ MCQs →
Related questions