Show / Hide Table of Contents

Class ResetMasterUserPasswordDetails

Password detail that will be used to reset the database system's master user. These details are not visible on any subsequent operation, such as GET /dbSystems/{dbSystemId}.

Inheritance
object
ResetMasterUserPasswordDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class ResetMasterUserPasswordDetails

Properties

PasswordDetails

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

Required

In this article
Back to top