Show / Hide Table of Contents

Class UpdateDrProtectionGroupMemberDatabaseDetails

Update properties for a Database member.

Inheritance
object
UpdateDrProtectionGroupMemberDetails
UpdateDrProtectionGroupMemberDatabaseDetails
Inherited Members
UpdateDrProtectionGroupMemberDetails.MemberId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class UpdateDrProtectionGroupMemberDatabaseDetails : UpdateDrProtectionGroupMemberDetails

Properties

PasswordVaultSecretId

Declaration
[JsonProperty(PropertyName = "passwordVaultSecretId")]
public string PasswordVaultSecretId { get; set; }
Property Value
Type Description
string

The OCID of the vault secret where the database SYSDBA password is stored.
Example: ocid1.vaultsecret.oc1..uniqueID

In this article
Back to top