Values.FieldToProtectSourceSpecifies a field type and keys to protect in stored web request data. This is part of the data protection configuration for a web ACL.
type nonrec t = {fieldType : FieldToProtectType.t;Specifies the web request component type to protect.
*)fieldKeys : FieldToProtectKeys.t option;Specifies the keys to protect for the specified field type. If you don't specify any key, then all keys for the field type are protected.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of FieldToProtectKeyName.t ] list ])
list ]