Cloud Digital Leader • Practice Test 27
Free Cloud Digital Leader practice test — 15 questions with explanations. Set 27. No signup required.
Refer to the exhibit. What level of access does this IAM policy grant to the members?
Refer to the exhibit.
```json
{
"bindings": [
{
"role": "roles/storage.objectViewer",
"members": [
"user:alice@example.com",
"serviceAccount:sa-bucket-reader@project.iam.gserviceaccount.com"
]
}
]
}
```