envoy.extensions.filters.http.ext_authz.v3.CheckSettings
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.envoy.extensions.filters.http.ext_authz.v3.CheckSettings
.withContextExtensions({ key: 'string' })
.withDisableRequestBodyBuffering(false)
._validate()
Nested Messages
Fields
Name |
Type |
One-of group |
Required |
Constraints |
context_extensions |
map[string]
string
|
|
|
|
disable_request_body_buffering |
bool
|
|
|
|