Values.SecurityControlParameterSourceA parameter that a security control accepts.
type nonrec t = {name : NonEmptyString.t option;The name of a
*)value : TypeList.t option;The current value of a control parameter.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]