Show / Hide Table of Contents

Class DatabaseNamedCredentialConnectionDetails

User provides a named credential OCID, which will be used to retrieve the password to connect to the database.

Inheritance
object
DatabaseConnectionCredentials
DatabaseNamedCredentialConnectionDetails
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
public class DatabaseNamedCredentialConnectionDetails : DatabaseConnectionCredentials

Properties

NamedCredentialId

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

The OCID of the Named Credential where the database password metadata is stored.

Remarks

Required

In this article
Back to top