class Aws::Appflow::Types::SalesforceConnectorProfileCredentials
The connector-specific profile credentials required when using Salesforce.
@note When making an API call, you may pass SalesforceConnectorProfileCredentials
data as a hash: { access_token: "AccessToken", refresh_token: "RefreshToken", o_auth_request: { auth_code: "AuthCode", redirect_uri: "RedirectUri", }, client_credentials_arn: "ClientCredentialsArn", }
@!attribute [rw] access_token
The credentials used to access protected Salesforce resources. @return [String]
@!attribute [rw] refresh_token
The credentials used to acquire new access tokens. @return [String]
@!attribute [rw] o_auth_request
The OAuth requirement needed to request security tokens from the connector endpoint. @return [Types::ConnectorOAuthRequest]
@!attribute [rw] client_credentials_arn
The secret manager ARN, which contains the client ID and client secret of the connected app. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SalesforceConnectorProfileCredentials AWS API Documentation
Constants
- SENSITIVE