Values.ProviderConfigurationSourceThe initial configuration settings required to establish an integration between Security Hub and third-party provider.
type nonrec t = {jiraCloud : JiraCloudProviderConfiguration.t option;The configuration settings required to establish an integration with Jira Cloud.
*)serviceNow : ServiceNowProviderConfiguration.t option;The configuration settings required to establish an integration with ServiceNow ITSM.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]