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