payloadOperationGroup property
Configuration used to group Apigee proxies with payload-based operations and quotas.
Unlike operation_group, which matches on the URL path, this grouping
matches on operation identifiers extracted from the request payload (for
example, JSON-RPC method and tool names). This enables fine-grained
authorization and quota enforcement for protocols such as MCP where
multiple operations share a single endpoint. Note: The proxies and
api_resources settings cannot be specified for both the API product and
payload operation group; otherwise the call will fail.
Optional.
Implementation
GoogleCloudApigeeV1PayloadOperationGroup? payloadOperationGroup;