Ms Sql Server Provider Instance Properties Args
data class MsSqlServerProviderInstancePropertiesArgs(val dbPassword: Output<String>? = null, val dbPasswordUri: Output<String>? = null, val dbPort: Output<String>? = null, val dbUsername: Output<String>? = null, val hostname: Output<String>? = null, val providerType: Output<String>, val sapSid: Output<String>? = null, val sslCertificateUri: Output<String>? = null, val sslPreference: Output<Either<String, SslPreference>>? = null) : ConvertibleToJava<MsSqlServerProviderInstancePropertiesArgs>
Gets or sets the SQL server provider properties.
Constructors
Link copied to clipboard
constructor(dbPassword: Output<String>? = null, dbPasswordUri: Output<String>? = null, dbPort: Output<String>? = null, dbUsername: Output<String>? = null, hostname: Output<String>? = null, providerType: Output<String>, sapSid: Output<String>? = null, sslCertificateUri: Output<String>? = null, sslPreference: Output<Either<String, SslPreference>>? = null)
Properties
Link copied to clipboard
Gets or sets the database password.
Link copied to clipboard
Gets or sets the key vault URI to secret with the database password.
Link copied to clipboard
Gets or sets the database user name.
Link copied to clipboard
The provider type. For example, the value can be SapHana. Expected value is 'MsSqlServer'.
Link copied to clipboard
Gets or sets the blob URI to SSL certificate for the SQL Database.
Link copied to clipboard
Gets or sets certificate preference if secure communication is enabled.