Class DeregisterAutonomousDatabaseDataSafeDetails
Details to deregister an Autonomous Database with Data Safe.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class DeregisterAutonomousDatabaseDataSafeDetails
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