SqlConnectionInfoResponse

data class SqlConnectionInfoResponse(val additionalSettings: String? = null, val authentication: String? = null, val dataSource: String, val encryptConnection: Boolean? = null, val password: String? = null, val platform: String? = null, val trustServerCertificate: Boolean? = null, val type: String, val userName: String? = null)

Information for connecting to SQL database server

Constructors

Link copied to clipboard
constructor(additionalSettings: String? = null, authentication: String? = null, dataSource: String, encryptConnection: Boolean? = null, password: String? = null, platform: String? = null, trustServerCertificate: Boolean? = null, type: String, userName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional connection settings

Link copied to clipboard
val authentication: String? = null

Authentication type to use for connection

Link copied to clipboard

Data source in the format Protocol:MachineName\SQLServerInstanceName,PortNumber

Link copied to clipboard

Whether to encrypt the connection

Link copied to clipboard
val password: String? = null

Password credential.

Link copied to clipboard
val platform: String? = null

Server platform type for connection

Link copied to clipboard

Whether to trust the server certificate

Link copied to clipboard

Type of connection info Expected value is 'SqlConnectionInfo'.

Link copied to clipboard
val userName: String? = null

User name