Show / Hide Table of Contents

Class ValidateConnectionDetails

Validate connection from the connection metadata or oracle wallet file.

Inheritance
object
ValidateConnectionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class ValidateConnectionDetails

Properties

ConnectionDetail

Declaration
[JsonProperty(PropertyName = "connectionDetail")]
public CreateConnectionDetails ConnectionDetail { get; set; }
Property Value
Type Description
CreateConnectionDetails

ConnectionPayload

Declaration
[JsonProperty(PropertyName = "connectionPayload")]
public byte[] ConnectionPayload { get; set; }
Property Value
Type Description
byte[]

The information used to validate the connection.

In this article
Back to top