Values.FieldToMatchSourceSpecifies a field in the request to redact from WAF logs, such as headers, query parameters, or body content.
type nonrec t = {singleHeader : SingleHeader.t option;Redacts a specific header field by name from WAF logs.
*)uriPath : String_.t option;Redacts the URI path from WAF logs.
*)queryString : String_.t option;Redacts the entire query string from WAF logs.
*)method_ : String_.t option;Redacts the HTTP method from WAF logs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string * [> `String of SingleHeaderNameString.t ]) list ])
list ]