Values.ApplicationAttributeSourceApplication details defined during the web ACL creation process. Application attributes help WAF give recommendations for protection packs.
type nonrec t = {name : AttributeName.t option;Specifies the attribute name.
*)values : AttributeValues.t option;Specifies the attribute value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of AttributeValue.t ] list
| `String of AttributeName.t ])
list ]