Oracle Provider Instance Properties Args
data class OracleProviderInstancePropertiesArgs(val dbName: Output<String>? = null, 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<OracleProviderInstancePropertiesArgs>
Gets or sets the Oracle provider properties.
Constructors
Link copied to clipboard
constructor(dbName: Output<String>? = null, 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 oracle 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 oracle database user name.
Link copied to clipboard
The provider type. For example, the value can be SapHana. Expected value is 'Oracle'.
Link copied to clipboard
Gets or sets the blob URI to SSL certificate for the Oracle Database.
Link copied to clipboard
Gets or sets certificate preference if secure communication is enabled.