Values.SalesforceMetadataSourceThe connector metadata specific to Salesforce.
type nonrec t = {oAuthScopes : OAuthScopeList.t option;The desired authorization scope for the Salesforce account.
*)dataTransferApis : SalesforceDataTransferApiList.t option;The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
*)oauth2GrantTypesSupported : OAuth2GrantTypeSupportedList.t option;The OAuth 2.0 grant types that Amazon AppFlow can use when it requests an access token from Salesforce. Amazon AppFlow requires an access token each time it attempts to access your Salesforce records. AUTHORIZATION_CODE Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records. JWT_BEARER Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records. The CLIENT_CREDENTIALS value is not supported for Salesforce.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string | `String of OAuthScope.t ] list ])
list ]