Show / Hide Table of Contents

Class UploadCredentialsDetails

Upload credential file and connection metadata.

Inheritance
object
UploadCredentialsDetails
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 UploadCredentialsDetails

Properties

ConnectionDetail

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

CredentialPayload

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

Information used in updating connection credentials.

Remarks

Required

In this article
Back to top