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 forthat 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.
Submit