Class UpdateDatabaseToolsConnectionGenericJdbcDetails
The update details for a Database Tools Generic JDBC database system connection.
Inheritance
UpdateDatabaseToolsConnectionGenericJdbcDetails
  Inherited Members
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class UpdateDatabaseToolsConnectionGenericJdbcDetails : UpdateDatabaseToolsConnectionDetailsProperties
AdvancedProperties
Declaration
[JsonProperty(PropertyName = "advancedProperties")]
public Dictionary<string, string> AdvancedProperties { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, string> | The advanced connection properties key-value pair. | 
KeyStores
Declaration
[JsonProperty(PropertyName = "keyStores")]
public List<DatabaseToolsKeyStoreGenericJdbcDetails> KeyStores { get; set; }Property Value
| Type | Description | 
|---|---|
| List<DatabaseToolsKeyStoreGenericJdbcDetails> | The CA certificate to verify the server's certificate and the client private key and associated certificate required for client authentication. | 
Url
Declaration
[JsonProperty(PropertyName = "url")]
public string Url { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The JDBC URL used to connect to the Generic JDBC database system. | 
UserName
Declaration
[JsonProperty(PropertyName = "userName")]
public string UserName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The database user name. | 
UserPassword
Declaration
[JsonProperty(PropertyName = "userPassword")]
public DatabaseToolsUserPasswordDetails UserPassword { get; set; }Property Value
| Type | Description | 
|---|---|
| DatabaseToolsUserPasswordDetails |