envoy.extensions.filters.http.csrf.v3.CsrfPolicy
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.csrf.v3.CsrfPolicy
.withAdditionalOrigins([ types.envoy.type.matcher.v3.StringMatcher ])
.withFilterEnabled(types.envoy.config.core.v3.RuntimeFractionalPercent)
.withShadowEnabled(types.envoy.config.core.v3.RuntimeFractionalPercent)
._validate()
Fields