Values.AuthParameterSourceInformation about required authentication parameters.
type nonrec t = {key : Key.t option;The authentication key required to authenticate with the connector.
*)isRequired : Boolean.t option;Indicates whether this authentication parameter is required.
*)label : Label.t option;Label used for authentication parameter.
*)description : Description.t option;A description about the authentication parameter.
*)isSensitiveField : Boolean.t option;Indicates whether this authentication parameter is a sensitive field.
*)connectorSuppliedValues : ConnectorSuppliedValueList.t option;Contains default values for this authentication parameter that are supplied by the connector.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of ConnectorSuppliedValue.t ] list
| `String of Key.t ])
list ]