OracleProviderInstancePropertiesResponse

data class OracleProviderInstancePropertiesResponse(val dbName: String? = null, 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 Oracle provider properties.

Constructors

Link copied to clipboard
constructor(dbName: String? = null, 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 dbName: String? = null

Gets or sets the oracle database name.

Link copied to clipboard
val dbPassword: String? = null

Gets or sets the oracle 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 oracle database sql port.

Link copied to clipboard
val dbUsername: String? = null

Gets or sets the oracle database user name.

Link copied to clipboard
val hostname: String? = null

Gets or sets the target virtual machine name.

Link copied to clipboard

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

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 Oracle Database.

Link copied to clipboard
val sslPreference: String? = null

Gets or sets certificate preference if secure communication is enabled.