Show / Hide Table of Contents

Class RegisterAutonomousDatabaseDataSafeDetails

Details for registering an Autonomous Database with Data Safe.

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

Properties

PdbAdminPassword

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

The admin password provided during the creation of the database. This password is between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing.

Remarks

Required

In this article
Back to top