Show / Hide Table of Contents

Class DataAssetSummaryFromOraclePeopleSoft

Summary details for the Oracle PeopleSoft data asset type.

Inheritance
object
DataAssetSummary
DataAssetSummaryFromOraclePeopleSoft
Inherited Members
DataAssetSummary.Key
DataAssetSummary.ModelVersion
DataAssetSummary.Name
DataAssetSummary.Description
DataAssetSummary.ObjectStatus
DataAssetSummary.Identifier
DataAssetSummary.ExternalKey
DataAssetSummary.AssetProperties
DataAssetSummary.NativeTypeSystem
DataAssetSummary.ObjectVersion
DataAssetSummary.ParentRef
DataAssetSummary.Metadata
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class DataAssetSummaryFromOraclePeopleSoft : DataAssetSummary

Properties

DefaultConnection

Declaration
[Required(ErrorMessage = "DefaultConnection is required.")]
[JsonProperty(PropertyName = "defaultConnection")]
public ConnectionSummaryFromOraclePeopleSoft DefaultConnection { get; set; }
Property Value
Type Description
ConnectionSummaryFromOraclePeopleSoft
Remarks

Required

DriverClass

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

The Oracle PeopleSoft driver class.

Host

Declaration
[Required(ErrorMessage = "Host is required.")]
[JsonProperty(PropertyName = "host")]
public string Host { get; set; }
Property Value
Type Description
string

The Oracle PeopleSoft hostname.

Remarks

Required

Port

Declaration
[Required(ErrorMessage = "Port is required.")]
[JsonProperty(PropertyName = "port")]
public string Port { get; set; }
Property Value
Type Description
string

The Oracle PeopleSoft port.

Remarks

Required

ServiceName

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

The Oracle PeopleSoft service name.

Sid

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

The Oracle PeopleSoft SID.

WalletPasswordSecret

Declaration
[JsonProperty(PropertyName = "walletPasswordSecret")]
public SensitiveAttribute WalletPasswordSecret { get; set; }
Property Value
Type Description
SensitiveAttribute

WalletSecret

Declaration
[JsonProperty(PropertyName = "walletSecret")]
public SensitiveAttribute WalletSecret { get; set; }
Property Value
Type Description
SensitiveAttribute
In this article
Back to top