PCSE • Practice Test 8
Free PCSE practice test — 10 questions with explanations. Set 8. No signup required.
Refer to the exhibit. A security engineer reviews the IAM policy for a service account. What is the effect of the condition?
{
"bindings": [
{
"role": "roles/iam.serviceAccountUser",
"members": ["user:alice@example.com"],
"condition": {
"expression": "request.time < timestamp('2025-12-31T23:59:59Z')",
"title": "expire_access"
}
}
]
}