Cloud Digital Leader • Practice Test 37
Free Cloud Digital Leader practice test — 15 questions with explanations. Set 37. No signup required.
What access does Alice have to the Cloud Storage bucket?
Refer to the exhibit. The following IAM policy is attached to a Cloud Storage bucket:
{
"bindings": [
{
"role": "roles/storage.objectViewer",
"members": ["user:alice@example.com"]
},
{
"role": "roles/storage.objectCreator",
"members": ["group:devs@example.com"]
}
]
}