1. Google Cloud
Apigee Documentation
"Operations and flows": This document explicitly states
"You can attach policies to flows in the microgateway-aware proxy
giving you the ability to apply fine-grained policy enforcement on a per-resource basis." It provides a clear XML example of a conditional flow () being used in a microgateway-aware proxy. This directly supports option C.
2. Google Cloud
Apigee Documentation
"Set up and configure Edge Microgateway"
Step 3: Create a microgateway-aware proxy: This tutorial section notes
"The proxy can be a simple 'no target' proxy... The proxy's TargetEndpoint must be configured with a element
but it does not have to resolve to a real target..." This confirms that a specific
functional HTTPTargetConnection or ScriptTarget is not required
invalidating options A and D.
3. Google Cloud
Apigee Documentation
"What is Edge Microgateway?": Under the section "What policies are enforced by Edge Microgateway?"
the documentation lists Spike Arrest
Quota
OAuth v2
and Verify API Key. It does not state that a proxy must contain a Quota or OAuth2 policy
invalidating the strict requirement implied in option B.