Values.CustomConnectorProfilePropertiesSourceThe profile properties required by the custom connector.
type nonrec t = {profileProperties : ProfilePropertiesMap.t option;A map of properties that are required to create a profile for the custom connector.
*)oAuth2Properties : OAuth2Properties.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ProfilePropertyKey.t ]
* [> `String of ProfilePropertyValue.t ])
list
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of CustomPropertyKey.t ]
* [> `String of CustomPropertyValue.t ])
list
| `String of TokenUrl.t ])
list ])
list ]