Show / Hide Table of Contents

Class DatabaseConnectionCredentials

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

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