PCDE Plan and manage database infrastructure • Set 5
PCDE Plan and manage database infrastructure Practice Test 5 — 15 questions with explanations. Free, no signup.
A team is reviewing IAM permissions on a Cloud Storage bucket. The exhibit shows the bucket's IAM policy. A developer is using the service account sa-1 and reports that they cannot delete objects in the bucket. What is the likely reason?
Refer to the exhibit.
{
"bindings": [
{
"role": "roles/storage.objectViewer",
"members": [
"serviceAccount:sa-1@project.iam.gserviceaccount.com",
"user:admin@example.com"
]
},
{
"role": "roles/storage.objectAdmin",
"members": [
"serviceAccount:sa-2@project.iam.gserviceaccount.com"
]
}
],
"etag": "BwXQ=="
}