Values.TextTransformationSourceText transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.
type nonrec t = {priority : TextTransformationPriority.t;Sets the relative processing order for multiple transformations. WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. The priorities don't need to be consecutive, but they must all be different.
*)type_ : TextTransformationType.t;For detailed descriptions of each of the transformation types, see Text transformations in the WAF Developer Guide.
*)}val make :
priority:TextTransformationPriority.t ->
type_:TextTransformationType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Integer of TextTransformationPriority.t ])
list ]