Topic 1 Question 244
Your company’s users access data in a BigQuery table. You want to ensure they can only access the data during working hours.
What should you do?
Assign a BigQuery Data Viewer role along with an IAM condition that limits the access to specified working hours.
Run a gsutil script that assigns a BigQuery Data Viewer role, and remove it only during the specified working hours.
Assign a BigQuery Data Viewer role to a service account that adds and removes the users daily during the specified working hours.
Configure Cloud Scheduler so that it triggers a Cloud Functions instance that modifies the organizational policy constraint for BigQuery during the specified working hours.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: A
The correct answer is A. Assign a BigQuery Data Viewer role along with an IAM condition that limits the access to specified working hours.
IAM conditions in Google Cloud can be used to fine-tune access control according to attributes like time, date, and IP address. In this case, you can create an IAM condition that allows access only during working hours. This condition can be attached to the BigQuery Data Viewer role, ensuring that users can only access the data in the BigQuery table during the specified times.
👍 3MisterHairy2023/11/21 - 👍 2NaikMN2023/12/11
シャッフルモード