ConnectorProfileSalesforceConnectorProfileCredentialsArgs

data class ConnectorProfileSalesforceConnectorProfileCredentialsArgs(val accessToken: Output<String>? = null, val clientCredentialsArn: Output<String>? = null, val connectorOAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null, val jwtToken: Output<String>? = null, val oAuth2GrantType: Output<ConnectorProfileOAuth2GrantType>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<ConnectorProfileSalesforceConnectorProfileCredentialsArgs>

Constructors

constructor(accessToken: Output<String>? = null, clientCredentialsArn: Output<String>? = null, connectorOAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null, jwtToken: Output<String>? = null, oAuth2GrantType: Output<ConnectorProfileOAuth2GrantType>? = null, refreshToken: Output<String>? = null)

Properties

Link copied to clipboard
val accessToken: Output<String>? = null

The credentials used to access protected resources.

Link copied to clipboard
val clientCredentialsArn: Output<String>? = null

The client credentials to fetch access token and refresh token.

Link copied to clipboard

The oauth needed to request security tokens from the connector endpoint.

Link copied to clipboard
val jwtToken: Output<String>? = null

The credentials used to access your Salesforce records

Link copied to clipboard

The grant types to fetch an access token

Link copied to clipboard
val refreshToken: Output<String>? = null

The credentials used to acquire new access tokens.

Functions

Link copied to clipboard
open override fun toJava(): ConnectorProfileSalesforceConnectorProfileCredentialsArgs