ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce

data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce(val accessToken: String? = null, val clientCredentialsArn: String? = null, val jwtToken: String? = null, val oauth2GrantType: String? = null, val oauthRequest: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest? = null, val refreshToken: String? = null)

Constructors

constructor(accessToken: String? = null, clientCredentialsArn: String? = null, jwtToken: String? = null, oauth2GrantType: String? = null, oauthRequest: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest? = null, refreshToken: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessToken: String? = null
Link copied to clipboard

The secret manager ARN, which contains the client ID and client secret of the connected app.

Link copied to clipboard
val jwtToken: String? = null

A JSON web token (JWT) that authorizes access to Salesforce records.

Link copied to clipboard
val oauth2GrantType: String? = null
Link copied to clipboard
val refreshToken: String? = null