Connector Profile Connector Profile Config Connector Profile Credentials Salesforce Args
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceArgs(val accessToken: Output<String>? = null, val clientCredentialsArn: Output<String>? = null, val jwtToken: Output<String>? = null, val oauth2GrantType: Output<String>? = null, val oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequestArgs>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceArgs>
Constructors
Link copied to clipboard
constructor(accessToken: Output<String>? = null, clientCredentialsArn: Output<String>? = null, jwtToken: Output<String>? = null, oauth2GrantType: Output<String>? = null, oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequestArgs>? = null, refreshToken: Output<String>? = null)