Module Values.ServiceNowServiceDetailsSource

Complete service details for ServiceNow integration.

Sourcetype nonrec t = {
  1. instanceUrl : ServiceNowInstanceUrl.t;
    (*

    ServiceNow instance URL.

    *)
  2. authorizationConfig : ServiceNowServiceAuthorizationConfig.t option;
    (*

    ServiceNow OAuth client credentials configuration. Use this when registering with OAuth client credentials flow.

    *)
}
Sourceval context_ : string
Sourceval make : ?authorizationConfig:??? -> instanceUrl:ServiceNowInstanceUrl.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ServiceNowInstanceUrl.t | `Structure of (string * [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `String of ExchangeParameterValue.t ]) list | `String of ServiceNowOAuthClientCredentialsConfigClientNameString.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t