MsSqlServerProviderInstancePropertiesResponse

data class MsSqlServerProviderInstancePropertiesResponse(val dbPassword: String? = null, val dbPasswordUri: String? = null, val dbPort: String? = null, val dbUsername: String? = null, val hostname: String? = null, val providerType: String, val sapSid: String? = null, val sslCertificateUri: String? = null, val sslPreference: String? = null)

Gets or sets the SQL server provider properties.

Constructors

constructor(dbPassword: String? = null, dbPasswordUri: String? = null, dbPort: String? = null, dbUsername: String? = null, hostname: String? = null, providerType: String, sapSid: String? = null, sslCertificateUri: String? = null, sslPreference: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dbPassword: String? = null

Gets or sets the database password.

Link copied to clipboard
val dbPasswordUri: String? = null

Gets or sets the key vault URI to secret with the database password.

Link copied to clipboard
val dbPort: String? = null

Gets or sets the database sql port.

Link copied to clipboard
val dbUsername: String? = null

Gets or sets the database user name.

Link copied to clipboard
val hostname: String? = null

Gets or sets the SQL server host name.

Link copied to clipboard

The provider type. For example, the value can be SapHana. Expected value is 'MsSqlServer'.

Link copied to clipboard
val sapSid: String? = null

Gets or sets the SAP System Identifier

Link copied to clipboard

Gets or sets the blob URI to SSL certificate for the SQL Database.

Link copied to clipboard
val sslPreference: String? = null

Gets or sets certificate preference if secure communication is enabled.