Values.ParameterDefinitionSourceAn object that describes a security control parameter and the options for customizing it.
type nonrec t = {description : NonEmptyString.t option;Description of a control parameter.
*)configurationOptions : ConfigurationOptions.t option;The options for customizing a control parameter. Customization options vary based on the data type of the parameter.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `Integer of Integer.t
| `List of
[> `Integer of Integer.t
| `String of NonEmptyString.t ]
list
| `String of NonEmptyString.t ])
list ])
list ])
list ]