1
Design and plan a cloud solution architecture
medium
Refer to the exhibit. A user alice@example.com is unable to list objects in bucket 'bucket-b'. What is the most likely reason?
Exhibit
Refer to the exhibit.
```json
{
"bindings": [
{
"role": "roles/storage.objectViewer",
"members": ["user:alice@example.com"],
"condition": {
"title": "only_bucket_a",
"expression": "resource.name.startsWith('projects/_/buckets/bucket-a/')"
}
}
]
}
```