Values.RegisteredServiceNowDetailsSourceDetails specific to a registered ServiceNow instance.
type nonrec t = {instanceUrl : ServiceNowInstanceUrl.t option;The ServiceNow instance url
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ServiceNowInstanceUrl.t ]) list ]