Connector Profile Salesforce Connector Profile Credentials Args
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
Link copied to clipboard
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
The credentials used to access protected resources.
Link copied to clipboard
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
The grant types to fetch an access token
Link copied to clipboard
The credentials used to acquire new access tokens.