
Answer-first summary for fast verification
Answer: Assigning Development owner access alongside Production editor access for all datasets within a project
Primitive roles in GCP are designed to assign owner, editor, or viewer access to users or groups. However, they lack the granularity to differentiate between data access permissions and the permissions to run jobs. This limitation means that specific access controls, such as separating dataset viewing from query execution permissions, cannot be configured using primitive roles. For more detailed access control, it's recommended to use predefined or custom IAM roles. Reference: [Google Cloud BigQuery Access Control](https://cloud.google.com/bigquery/docs/access-control#primitive_iam_roles)
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which of the following actions is not achievable with primitive roles in Google Cloud Platform (GCP)?
A
Granting a user the ability to view all datasets in a project without the permission to run queries on them
B
Providing a user with the capability to view all datasets in a project exclusively
C
Assigning Development owner access alongside Production editor access for all datasets within a project
D
None of the Above
No comments yet.