Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ValidationRequestPolicy

Top-level validation policy mixin (not directly used).

Properties

Optional validationMode

validationMode: ValidationMode

Validation behavior mode.

In {@code ENFORCING} mode, upon a validation failure, the request will be rejected with a 4xx response and not sent to the backend.

In {@code PERMISSIVE} mode, the result of the validation will be exposed as metrics while the request will follow the normal path.

{@code DISABLED} type turns the validation off.

Functions

getDeserializedJsonObj

getJsonObj