a ýÎòfŠ ã@s8ddlmZmZmZddlmZeGdd„deƒƒZdS)é)Úformatted_flat_dictÚ NONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc@sdeZdZdZdd„Zedd„ƒZejdd„ƒZedd„ƒZejd d„ƒZd d „Z d d „Z dd„Z dS)Ú CredentialszË Initial database system credentials that the database system will be provisioned with. The password details are not visible on any subsequent operation, such as GET /dbSystems/{dbSystemId}. cKs(dddœ|_dddœ|_d|_d|_dS)a Initializes a new Credentials object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param username: The value to assign to the username property of this Credentials. :type username: str :param password_details: The value to assign to the password_details property of this Credentials. :type password_details: oci.psql.models.PasswordDetails ÚstrZPasswordDetails)ÚusernameÚpassword_detailsrZpasswordDetailsN)Z swagger_typesZ attribute_mapÚ _usernameÚ_password_details)ÚselfÚkwargs©rú?/usr/lib/python3.9/site-packages/oci/psql/models/credentials.pyÚ__init__sþþzCredentials.__init__cCs|jS)zÄ **[Required]** Gets the username of this Credentials. The database system administrator username. :return: The username of this Credentials. :rtype: str ©r ©r rrrr.s zCredentials.usernamecCs ||_dS)z¼ Sets the username of this Credentials. The database system administrator username. :param username: The username of this Credentials. :type: str Nr)r rrrrr:s cCs|jS)z» **[Required]** Gets the password_details of this Credentials. :return: The password_details of this Credentials. :rtype: oci.psql.models.PasswordDetails ©r rrrrr FszCredentials.password_detailscCs ||_dS)z» Sets the password_details of this Credentials. :param password_details: The password_details of this Credentials. :type: oci.psql.models.PasswordDetails Nr)r r rrrr PscCst|ƒS©N)rrrrrÚ__repr__ZszCredentials.__repr__cCs|dur dS|j|jkS)NF)Ú__dict__©r ÚotherrrrÚ__eq__]szCredentials.__eq__cCs ||k SrrrrrrÚ__ne__cszCredentials.__ne__N) Ú__name__Ú __module__Ú __qualname__Ú__doc__rÚpropertyrÚsetterr rrrrrrrr s    rN)Zoci.utilrrrZoci.decoratorsrÚobjectrrrrrÚs