Google ACE • Practice Test 33
Free Google ACE practice test — 15 questions with explanations. Set 33. No signup required.
Alice is trying to create a Pub/Sub topic in the us-east1 region using the gcloud command-line tool from her local machine. She has the roles/pubsub.editor role. The command fails with a permission denied error. What is the most likely cause?
Refer to the exhibit.
{
"bindings": [
{
"role": "roles/pubsub.editor",
"members": ["user:alice@example.com"],
"condition": {
"title": "only_us_central1",
"expression": "resource.location == 'us-central1'"
}
}
]
}