Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To enable three users to view and edit table data on a Cloud Spanner instance, what steps should you take to appropriately grant the necessary access permissions?
A
Run gcloud iam roles describe roles/spanner.databaseUser. Add the users to the role.
B
Run gcloud iam roles describe roles/spanner.databaseUser. Add the users to a new group. Add the group to the role.
C
Run gcloud iam roles describe roles/spanner.viewer --project my-project. Add the users to the role.
D
Run gcloud iam roles describe roles/spanner.viewer --project my-project. Add the users to a new group. Add the group to the role.