Values.PardotConnectorProfileCredentialsSourceThe connector-specific profile credentials required when using Salesforce Pardot.
type nonrec t = {accessToken : AccessToken.t option;The credentials used to access protected Salesforce Pardot resources.
*)refreshToken : RefreshToken.t option;The credentials used to acquire new access tokens.
*)oAuthRequest : ConnectorOAuthRequest.t option;clientCredentialsArn : ClientCredentialsArn.t option;The secret manager ARN, which contains the client ID and client secret of the connected app.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AccessToken.t
| `Structure of (string * [> `String of AuthCode.t ]) list ])
list ]