Show / Hide Table of Contents

Class DataSourceDetailsATP

Data Source details for ATP

Inheritance
object
DataSourceDetails
DataSourceDetailsATP
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AianomalydetectionService.Models
Assembly: OCI.DotNetSDK.Aianomalydetection.dll
Syntax
public class DataSourceDetailsATP : DataSourceDetails

Properties

AtpPasswordSecretId

Declaration
[JsonProperty(PropertyName = "atpPasswordSecretId")]
public string AtpPasswordSecretId { get; set; }
Property Value
Type Description
string

atp db password Secret Id

AtpUserName

Declaration
[JsonProperty(PropertyName = "atpUserName")]
public string AtpUserName { get; set; }
Property Value
Type Description
string

atp db user name

CwalletFileSecretId

Declaration
[JsonProperty(PropertyName = "cwalletFileSecretId")]
public string CwalletFileSecretId { get; set; }
Property Value
Type Description
string

OCID of the secret containing the containers certificates of ATP wallet

DatabaseName

Declaration
[JsonProperty(PropertyName = "databaseName")]
public string DatabaseName { get; set; }
Property Value
Type Description
string

atp database name

EwalletFileSecretId

Declaration
[JsonProperty(PropertyName = "ewalletFileSecretId")]
public string EwalletFileSecretId { get; set; }
Property Value
Type Description
string

OCID of the secret containing the PDB'S certificates of ATP wallet

KeyStoreFileSecretId

Declaration
[JsonProperty(PropertyName = "keyStoreFileSecretId")]
public string KeyStoreFileSecretId { get; set; }
Property Value
Type Description
string

OCID of the secret containing Keystore.jks file of the ATP wallet

OjdbcFileSecretId

Declaration
[JsonProperty(PropertyName = "ojdbcFileSecretId")]
public string OjdbcFileSecretId { get; set; }
Property Value
Type Description
string

OCID of the secret that contains jdbc properties file of ATP wallet

TableName

Declaration
[JsonProperty(PropertyName = "tableName")]
public string TableName { get; set; }
Property Value
Type Description
string

atp database table name

TnsnamesFileSecretId

Declaration
[JsonProperty(PropertyName = "tnsnamesFileSecretId")]
public string TnsnamesFileSecretId { get; set; }
Property Value
Type Description
string

OCID of the secret that contains the tnsnames file of ATP wallet

TruststoreFileSecretId

Declaration
[JsonProperty(PropertyName = "truststoreFileSecretId")]
public string TruststoreFileSecretId { get; set; }
Property Value
Type Description
string

OCID of the secret containing truststore.jks file of the ATP wallet

WalletPasswordSecretId

Declaration
[JsonProperty(PropertyName = "walletPasswordSecretId")]
public string WalletPasswordSecretId { get; set; }
Property Value
Type Description
string

wallet password Secret ID in String format

In this article
Back to top