Show / Hide Table of Contents

Class ConnectionSummaryFromObjectStorage

The connection details for an Oracle Object Storage data asset.

Inheritance
object
ConnectionSummary
ConnectionSummaryFromObjectStorage
Inherited Members
ConnectionSummary.Key
ConnectionSummary.ModelVersion
ConnectionSummary.ParentRef
ConnectionSummary.Name
ConnectionSummary.Description
ConnectionSummary.ObjectVersion
ConnectionSummary.ObjectStatus
ConnectionSummary.Identifier
ConnectionSummary.PrimarySchema
ConnectionSummary.ConnectionProperties
ConnectionSummary.IsDefault
ConnectionSummary.Metadata
ConnectionSummary.KeyMap
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 ConnectionSummaryFromObjectStorage : ConnectionSummary

Properties

CredentialFileContent

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

The credential file content from an Oracle Object Storage wallet.

FingerPrint

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

The fingerprint for the user.

PassPhrase

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

The passphrase for the connection.

UserId

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

The OCI user OCID for the user to connect to.

In this article
Back to top