DeregisterAutonomousDatabaseDataSafeDetails

class oci.database.models.DeregisterAutonomousDatabaseDataSafeDetails(**kwargs)

Bases: object

Details to deregister an Autonomous Database with Data Safe.

Methods

__init__(**kwargs) Initializes a new DeregisterAutonomousDatabaseDataSafeDetails object with values from keyword arguments.

Attributes

pdb_admin_password [Required] Gets the pdb_admin_password of this DeregisterAutonomousDatabaseDataSafeDetails.
__init__(**kwargs)

Initializes a new DeregisterAutonomousDatabaseDataSafeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:pdb_admin_password (str) – The value to assign to the pdb_admin_password property of this DeregisterAutonomousDatabaseDataSafeDetails.
pdb_admin_password

[Required] Gets the pdb_admin_password of this DeregisterAutonomousDatabaseDataSafeDetails. 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.

Returns:The pdb_admin_password of this DeregisterAutonomousDatabaseDataSafeDetails.
Return type:str