headers property

List<GoogleCloudApigeeV1SecurityActionHttpHeader>? headers
getter/setter pair

A list of HTTP headers to be sent to the target in case of a FLAG SecurityAction.

Limit 5 headers per SecurityAction. At least one is mandatory.

Optional.

Implementation

core.List<GoogleCloudApigeeV1SecurityActionHttpHeader>? headers;