Topic 2 Question 64
Which of the following statements is NOT true regarding Bigtable access roles?
Using IAM roles, you cannot give a user access to only one table in a project, rather than all tables in a project.
To give a user access to only one table in a project, grant the user the Bigtable Editor role for that table.
You can configure access control only at the project level.
To give a user access to only one table in a project, you must configure access through your application.
解説
For Cloud Bigtable, you can configure access control at the project level. For example, you can grant the ability to: Read from, but not write to, any table within the project. Read from and write to any table within the project, but not manage instances. Read from and write to any table within the project, and manage instances. Reference: https://cloud.google.com/bigtable/docs/access-control
コメント(5)
C is also not TRUE. For Cloud Bigtable, you can configure access control at the project, instance, and table levels. Here are some examples of using access control at the project level:
👍 18castromonterorafael2020/01/12Answer B. There is no Bigtable Editor predefined role. https://cloud.google.com/bigtable/docs/access-control#overview
👍 6[Removed]2020/03/21Answer B : There is no Editor role for Bigtable. It has Admin, User and Viewer roles at Project, Instance and Table level.
👍 5arnabbis4u2020/05/10
シャッフルモード