PCSE • Practice Test 28
Free PCSE practice test — 15 questions with explanations. Set 28. No signup required.
Refer to the exhibit. A user jane@example.com receives a 403 Access Denied error when trying to list objects in a Cloud Storage bucket. What is the most likely cause?
{
"bindings": [
{
"role": "roles/storage.objectViewer",
"members": ["user:jane@example.com"],
"condition": {
"title": "IP restriction",
"expression": "request.headers['x-forwarded-for'].startsWith('10.0.0.')"
}
}
]
}