Values.ProviderUpdateConfigurationSourceThe parameters required to update the configuration of an integration provider.
type nonrec t = {jiraCloud : JiraCloudUpdateConfiguration.t option;The parameters required to update the configuration for a Jira Cloud integration.
*)serviceNow : ServiceNowUpdateConfiguration.t option;The parameters required to update the configuration for a ServiceNow integration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]