1
hard
Refer to the exhibit. A security engineer reviews this IAM policy. Which compliance requirement does this policy help satisfy?
Exhibit
Refer to the exhibit.
```json
{
"bindings": [
{
"role": "roles/storage.objectViewer",
"members": ["user:alice@example.com"],
"condition": {
"title": "restrict_to_uk",
"expression": "resource.location.type == 'region' && resource.location.startsWith('europe-west')"
}
}
]
}
```