Show / Hide Table of Contents

Class DatabaseConnectionCredentials

Credentials used to connect to the database. Currently only the DETAILS type is supported for creating MACS connector crendentials.

Inheritance
object
DatabaseConnectionCredentials
DatabaseConnectionCredentialsByDetails
DatabaseConnectionCredentialsByName
DatabaseSslConnectionCredentials
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
[JsonConverter(typeof(DatabaseConnectionCredentialsModelConverter))]
public class DatabaseConnectionCredentials
In this article
Back to top