Values.SslPolicySourceInformation about a policy used for SSL negotiation.
type nonrec t = {sslProtocols : SslProtocols.t option;The protocols.
*)ciphers : Ciphers.t option;The ciphers.
*)name : SslPolicyName.t option;The name of the policy.
*)supportedLoadBalancerTypes : ListOfString.t option;The supported load balancers.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of SslProtocol.t
| `Structure of
(string
* [> `Integer of CipherPriority.t | `String of CipherName.t ])
list ]
list
| `String of SslPolicyName.t ])
list ]