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
fun ConnectorProfileSalesforceConnectorProfileCredentialsArgs(accessToken: Output<String>? = null, clientCredentialsArn: Output<String>? = null, connectorOAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null, jwtToken: Output<String>? = null, oAuth2GrantType: Output<ConnectorProfileOAuth2GrantType>? = null, refreshToken: Output<String>? = null)