Show / Hide Table of Contents

Class ManagedDatabaseSecretCredential

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

Inheritance
object
ManagedDatabaseCredential
ManagedDatabaseSecretCredential
Inherited Members
ManagedDatabaseCredential.Username
ManagedDatabaseCredential.Role
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 ManagedDatabaseSecretCredential : ManagedDatabaseCredential

Properties

PasswordSecretId

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

The OCID of the Secret where the database password is stored.

Remarks

Required

In this article
Back to top