ruạṛ
a N��fr � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�)RegisterAutonomousDatabaseDataSafeDetailszH Details for registering an Autonomous Database with Data Safe. c K s ddi| _ ddi| _d| _dS )a� Initializes a new RegisterAutonomousDatabaseDataSafeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param pdb_admin_password: The value to assign to the pdb_admin_password property of this RegisterAutonomousDatabaseDataSafeDetails. :type pdb_admin_password: str �pdb_admin_password�str�pdbAdminPasswordN)� swagger_types� attribute_map�_pdb_admin_password)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/register_autonomous_database_data_safe_details.py�__init__ s ��z2RegisterAutonomousDatabaseDataSafeDetails.__init__c C s | j S )a **[Required]** Gets the pdb_admin_password of this RegisterAutonomousDatabaseDataSafeDetails. 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. :return: The pdb_admin_password of this RegisterAutonomousDatabaseDataSafeDetails. :rtype: str �r �r r r r r $ s z<RegisterAutonomousDatabaseDataSafeDetails.pdb_admin_passwordc C s || _ dS )a Sets the pdb_admin_password of this RegisterAutonomousDatabaseDataSafeDetails. 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. :param pdb_admin_password: The pdb_admin_password of this RegisterAutonomousDatabaseDataSafeDetails. :type: str Nr )r r r r r r 0 s c C s t | �S �N)r r r r r �__repr__<