Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You need to restrict user access to a BigQuery table so it is only permitted during standard working hours. What is the correct approach to implement this?
A
Assign a BigQuery Data Viewer role along with an IAM condition that limits the access to specified working hours.
B
Run a gsutil script that assigns a BigQuery Data Viewer role, and remove it only during the specified working hours.
C
Assign a BigQuery Data Viewer role to a service account that adds and removes the users daily during the specified working hours.
D
Configure Cloud Scheduler so that it triggers a Cloud Functions instance that modifies the organizational policy constraint for BigQuery during the specified working hours.