TestConnectionInput

A structure that is used to specify testing a connection to a service.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A structure containing the authentication configuration in the TestConnection request. Required for a connection to Salesforce using OAuth authentication.

Link copied to clipboard

The key-value pairs that define parameters for the connection.

Link copied to clipboard

The type of connection to test. This operation is only available for the JDBC or SALESFORCE connection types.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String