Class DatabaseToolsConnectionOracleDatabaseSummary
Database Tools connection summary of an Oracle Database.
Inherited Members
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class DatabaseToolsConnectionOracleDatabaseSummary : DatabaseToolsConnectionSummary
Properties
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 (e.g., |
AuthenticationType
Declaration
[Required(ErrorMessage = "AuthenticationType is required.")]
[JsonProperty(PropertyName = "authenticationType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AuthenticationType? AuthenticationType { get; set; }
Property Value
| Type | Description |
|---|---|
| AuthenticationType? | Specifies the authentication type used by the Database Tools service to authenticate with the database. |
Remarks
Required
ConnectionString
Declaration
[Required(ErrorMessage = "ConnectionString is required.")]
[JsonProperty(PropertyName = "connectionString")]
public string ConnectionString { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The connect descriptor or Easy Connect Naming method used to connect to the database. |
Remarks
Required
KeyStores
Declaration
[JsonProperty(PropertyName = "keyStores")]
public List<DatabaseToolsKeyStoreSummary> KeyStores { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DatabaseToolsKeyStoreSummary> | Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication. |
PrivateEndpointId
Declaration
[JsonProperty(PropertyName = "privateEndpointId")]
public string PrivateEndpointId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the Database Tools private endpoint used to access the database in the customer VCN. |
ProxyClient
Declaration
[JsonProperty(PropertyName = "proxyClient")]
public DatabaseToolsConnectionOracleDatabaseProxyClientSummary ProxyClient { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseToolsConnectionOracleDatabaseProxyClientSummary |
RelatedResource
Declaration
[JsonProperty(PropertyName = "relatedResource")]
public DatabaseToolsRelatedResource RelatedResource { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseToolsRelatedResource |
UserName
Declaration
[JsonProperty(PropertyName = "userName")]
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The database user name. When authenticationType is TOKEN, if provided, userName must be in square brackets (for example, [proxyClient]). |
UserPassword
Declaration
[JsonProperty(PropertyName = "userPassword")]
public DatabaseToolsUserPasswordSummary UserPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseToolsUserPasswordSummary |