Values.ZendeskMetadataSourceThe connector metadata specific to Zendesk.
type nonrec t = {oAuthScopes : OAuthScopeList.t option;The desired authorization scope for the Zendesk account.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of OAuthScope.t ] list ]) list ]