Module Values.ConnectorProfileConfigSource

Defines the connector-specific configuration and credentials for the connector profile.

Sourcetype nonrec t = {
  1. connectorProfileProperties : ConnectorProfileProperties.t;
    (*

    The connector-specific properties of the profile configuration.

    *)
  2. connectorProfileCredentials : ConnectorProfileCredentials.t option;
    (*

    The connector-specific credentials required by each connector.

    *)
}
Sourceval context_ : string
Sourceval make : ?connectorProfileCredentials:??? -> connectorProfileProperties:ConnectorProfileProperties.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of PortNumber.t | `Map of ([> `String of ProfilePropertyKey.t ] * [> `String of ProfilePropertyValue.t ]) list | `String of InstanceUrl.t | `Structure of (string * [> `Enum of string | `List of [> `String of OAuthScope.t ] list | `Map of ([> `String of CustomPropertyKey.t ] * [> `String of CustomPropertyValue.t ]) list | `String of TokenUrl.t | `Structure of (string * [> `String of AuthCode.t ]) list ]) list ]) 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