o
    ɶd                     @   s8   d dl mZmZmZ d dlmZ eG dd deZdS )    )formatted_flat_dictNONE_SENTINEL#value_allowed_none_or_none_sentinel)init_model_state_from_kwargsc                   @   s,  e Zd ZdZdZdZdZdZdZdZ	dZ
d	Zd
ZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZ dZ!dZ"dZ#dZ$dZ%dZ&dd Z'e(dd Z)e)j*dd Z)e(dd Z+e+j*dd Z+e(dd  Z,e,j*d!d  Z,e(d"d# Z-e-j*d$d# Z-e(d%d& Z.e.j*d'd& Z.e(d(d) Z/e/j*d*d) Z/e(d+d, Z0e0j*d-d, Z0e(d.d/ Z1e1j*d0d/ Z1e(d1d2 Z2e2j*d3d2 Z2e(d4d5 Z3e3j*d6d5 Z3e(d7d8 Z4e4j*d9d8 Z4e(d:d; Z5e5j*d<d; Z5e(d=d> Z6e6j*d?d> Z6e(d@dA Z7e7j*dBdA Z7e(dCdD Z8e8j*dEdD Z8e(dFdG Z9e9j*dHdG Z9e(dIdJ Z:e:j*dKdJ Z:e(dLdM Z;e;j*dNdM Z;e(dOdP Z<e<j*dQdP Z<e(dRdS Z=e=j*dTdS Z=e(dUdV Z>e>j*dWdV Z>e(dXdY Z?e?j*dZdY Z?e(d[d\ Z@e@j*d]d\ Z@e(d^d_ ZAeAj*d`d_ ZAdadb ZBdcdd ZCdedf ZDdgS )hUserz2
    The summary of a specific user resource.
    OPENEXPIREDEXPIRED_GRACELOCKEDLOCKED_TIMEDEXPIRED_AND_LOCKEDEXPIRED_GRACE_AND_LOCKEDEXPIRED_AND_LOCKED_TIMEDEXPIRED_GRACE_AND_LOCKED_TIMEDOPEN_AND_IN_ROLLOVEREXPIRED_AND_IN_ROLLOVERLOCKED_AND_IN_ROLLOVER"EXPIRED_AND_LOCKED_AND_IN_ROLLOVERLOCKED_TIMED_AND_IN_ROLLOVER#EXPIRED_AND_LOCKED_TIMED_AND_IN_ROLYESNONONEEXTERNALGLOBALPASSWORDc              	   K   s  i ddddddddddddd	dd
ddddddddddddddddddddddddddd| _ i ddddddddddddd	dd
ddddddddddddddddddd d!d"d#d$d%d&d'd| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _	d(| _
d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(S ))a  
        Initializes a new User object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param name:
            The value to assign to the name property of this User.
        :type name: str

        :param status:
            The value to assign to the status property of this User.
            Allowed values for this property are: "OPEN", "EXPIRED", "EXPIRED_GRACE", "LOCKED", "LOCKED_TIMED", "EXPIRED_AND_LOCKED", "EXPIRED_GRACE_AND_LOCKED", "EXPIRED_AND_LOCKED_TIMED", "EXPIRED_GRACE_AND_LOCKED_TIMED", "OPEN_AND_IN_ROLLOVER", "EXPIRED_AND_IN_ROLLOVER", "LOCKED_AND_IN_ROLLOVER", "EXPIRED_AND_LOCKED_AND_IN_ROLLOVER", "LOCKED_TIMED_AND_IN_ROLLOVER", "EXPIRED_AND_LOCKED_TIMED_AND_IN_ROL", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type status: str

        :param time_locked:
            The value to assign to the time_locked property of this User.
        :type time_locked: datetime

        :param time_expiring:
            The value to assign to the time_expiring property of this User.
        :type time_expiring: datetime

        :param default_tablespace:
            The value to assign to the default_tablespace property of this User.
        :type default_tablespace: str

        :param temp_tablespace:
            The value to assign to the temp_tablespace property of this User.
        :type temp_tablespace: str

        :param local_temp_tablespace:
            The value to assign to the local_temp_tablespace property of this User.
        :type local_temp_tablespace: str

        :param time_created:
            The value to assign to the time_created property of this User.
        :type time_created: datetime

        :param profile:
            The value to assign to the profile property of this User.
        :type profile: str

        :param consumer_group:
            The value to assign to the consumer_group property of this User.
        :type consumer_group: str

        :param external_name:
            The value to assign to the external_name property of this User.
        :type external_name: str

        :param password_versions:
            The value to assign to the password_versions property of this User.
        :type password_versions: str

        :param editions_enabled:
            The value to assign to the editions_enabled property of this User.
            Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type editions_enabled: str

        :param authentication:
            The value to assign to the authentication property of this User.
            Allowed values for this property are: "NONE", "EXTERNAL", "GLOBAL", "PASSWORD", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type authentication: str

        :param proxy_connect:
            The value to assign to the proxy_connect property of this User.
            Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type proxy_connect: str

        :param common:
            The value to assign to the common property of this User.
            Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type common: str

        :param time_last_login:
            The value to assign to the time_last_login property of this User.
        :type time_last_login: datetime

        :param oracle_maintained:
            The value to assign to the oracle_maintained property of this User.
            Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type oracle_maintained: str

        :param inherited:
            The value to assign to the inherited property of this User.
            Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type inherited: str

        :param default_collation:
            The value to assign to the default_collation property of this User.
        :type default_collation: str

        :param implicit:
            The value to assign to the implicit property of this User.
            Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type implicit: str

        :param all_shared:
            The value to assign to the all_shared property of this User.
            Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type all_shared: str

        :param external_shared:
            The value to assign to the external_shared property of this User.
            Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type external_shared: str

        :param time_password_changed:
            The value to assign to the time_password_changed property of this User.
        :type time_password_changed: datetime

        namestrstatustime_lockeddatetimetime_expiringdefault_tablespacetemp_tablespacelocal_temp_tablespacetime_createdprofileconsumer_groupexternal_namepassword_versionseditions_enabledauthenticationproxy_connectcommontime_last_login)oracle_maintained	inheriteddefault_collationimplicit
all_sharedexternal_sharedtime_password_changedZ
timeLockedZtimeExpiringZdefaultTablespaceZtempTablespaceZlocalTempTablespaceZtimeCreatedZconsumerGroupZexternalNameZpasswordVersionsZeditionsEnabledZproxyConnectZtimeLastLoginZoracleMaintainedr0   ZdefaultCollationr2   Z	allSharedZexternalSharedZtimePasswordChangedN)Zswagger_typesZattribute_map_name_status_time_locked_time_expiring_default_tablespace_temp_tablespace_local_temp_tablespace_time_created_profile_consumer_group_external_name_password_versions_editions_enabled_authentication_proxy_connect_common_time_last_login_oracle_maintained
_inherited_default_collation	_implicit_all_shared_external_shared_time_password_changed)selfkwargs rP   Gusr/lib/python3.10/site-packages/oci/database_management/models/user.py__init__   s   z	

	


zUser.__init__c                 C      | j S )z
        **[Required]** Gets the name of this User.
        The name of the User.


        :return: The name of this User.
        :rtype: str
        r6   rN   rP   rP   rQ   r   g     
z	User.namec                 C   
   || _ dS )z
        Sets the name of this User.
        The name of the User.


        :param name: The name of this User.
        :type: str
        NrT   )rN   r   rP   rP   rQ   r   s     

c                 C   rS   )a  
        **[Required]** Gets the status of this User.
        The status of the user account.

        Allowed values for this property are: "OPEN", "EXPIRED", "EXPIRED_GRACE", "LOCKED", "LOCKED_TIMED", "EXPIRED_AND_LOCKED", "EXPIRED_GRACE_AND_LOCKED", "EXPIRED_AND_LOCKED_TIMED", "EXPIRED_GRACE_AND_LOCKED_TIMED", "OPEN_AND_IN_ROLLOVER", "EXPIRED_AND_IN_ROLLOVER", "LOCKED_AND_IN_ROLLOVER", "EXPIRED_AND_LOCKED_AND_IN_ROLLOVER", "LOCKED_TIMED_AND_IN_ROLLOVER", "EXPIRED_AND_LOCKED_TIMED_AND_IN_ROL", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The status of this User.
        :rtype: str
        )r7   rU   rP   rP   rQ   r        zUser.statusc                 C       g d}t ||sd}|| _dS )z
        Sets the status of this User.
        The status of the user account.


        :param status: The status of this User.
        :type: str
        )r   r   r	   r
   r   r   r   r   r   r   r   r   r   r   r   UNKNOWN_ENUM_VALUEN)r   r7   )rN   r   allowed_valuesrP   rP   rQ   r        


c                 C   rS   )z
        Gets the time_locked of this User.
        The date the account was locked, if the status of the account is LOCKED.


        :return: The time_locked of this User.
        :rtype: datetime
        r8   rU   rP   rP   rQ   r     rV   zUser.time_lockedc                 C   rW   )z
        Sets the time_locked of this User.
        The date the account was locked, if the status of the account is LOCKED.


        :param time_locked: The time_locked of this User.
        :type: datetime
        Nr^   )rN   r   rP   rP   rQ   r     rX   c                 C   rS   )z
        Gets the time_expiring of this User.
        The date and time of the expiration of the user account.


        :return: The time_expiring of this User.
        :rtype: datetime
        r9   rU   rP   rP   rQ   r!     rV   zUser.time_expiringc                 C   rW   )z
        Sets the time_expiring of this User.
        The date and time of the expiration of the user account.


        :param time_expiring: The time_expiring of this User.
        :type: datetime
        Nr_   )rN   r!   rP   rP   rQ   r!     rX   c                 C   rS   )z
        **[Required]** Gets the default_tablespace of this User.
        The default tablespace for data.


        :return: The default_tablespace of this User.
        :rtype: str
        r:   rU   rP   rP   rQ   r"     rV   zUser.default_tablespacec                 C   rW   )z
        Sets the default_tablespace of this User.
        The default tablespace for data.


        :param default_tablespace: The default_tablespace of this User.
        :type: str
        Nr`   )rN   r"   rP   rP   rQ   r"     rX   c                 C   rS   )z
        **[Required]** Gets the temp_tablespace of this User.
        The name of the default tablespace for temporary tables or the name of a tablespace group.


        :return: The temp_tablespace of this User.
        :rtype: str
        r;   rU   rP   rP   rQ   r#     rV   zUser.temp_tablespacec                 C   rW   )z
        Sets the temp_tablespace of this User.
        The name of the default tablespace for temporary tables or the name of a tablespace group.


        :param temp_tablespace: The temp_tablespace of this User.
        :type: str
        Nra   )rN   r#   rP   rP   rQ   r#     rX   c                 C   rS   )z
        Gets the local_temp_tablespace of this User.
        The default local temporary tablespace for the user.


        :return: The local_temp_tablespace of this User.
        :rtype: str
        r<   rU   rP   rP   rQ   r$     rV   zUser.local_temp_tablespacec                 C   rW   )z
        Sets the local_temp_tablespace of this User.
        The default local temporary tablespace for the user.


        :param local_temp_tablespace: The local_temp_tablespace of this User.
        :type: str
        Nrb   )rN   r$   rP   rP   rQ   r$   	  rX   c                 C   rS   )z
        **[Required]** Gets the time_created of this User.
        The date and time the user was created.


        :return: The time_created of this User.
        :rtype: datetime
        r=   rU   rP   rP   rQ   r%     rV   zUser.time_createdc                 C   rW   )z
        Sets the time_created of this User.
        The date and time the user was created.


        :param time_created: The time_created of this User.
        :type: datetime
        Nrc   )rN   r%   rP   rP   rQ   r%   !  rX   c                 C   rS   )z
        **[Required]** Gets the profile of this User.
        The profile name of the user.


        :return: The profile of this User.
        :rtype: str
        r>   rU   rP   rP   rQ   r&   -  rV   zUser.profilec                 C   rW   )z
        Sets the profile of this User.
        The profile name of the user.


        :param profile: The profile of this User.
        :type: str
        Nrd   )rN   r&   rP   rP   rQ   r&   9  rX   c                 C   rS   )z
        Gets the consumer_group of this User.
        The initial resource consumer group for the User.


        :return: The consumer_group of this User.
        :rtype: str
        r?   rU   rP   rP   rQ   r'   E  rV   zUser.consumer_groupc                 C   rW   )z
        Sets the consumer_group of this User.
        The initial resource consumer group for the User.


        :param consumer_group: The consumer_group of this User.
        :type: str
        Nre   )rN   r'   rP   rP   rQ   r'   Q  rX   c                 C   rS   )z
        Gets the external_name of this User.
        The external name of the user.


        :return: The external_name of this User.
        :rtype: str
        r@   rU   rP   rP   rQ   r(   ]  rV   zUser.external_namec                 C   rW   )z
        Sets the external_name of this User.
        The external name of the user.


        :param external_name: The external_name of this User.
        :type: str
        Nrf   )rN   r(   rP   rP   rQ   r(   i  rX   c                 C   rS   )z
        Gets the password_versions of this User.
        The list of existing versions of the password hashes (also known as "verifiers") for the account.


        :return: The password_versions of this User.
        :rtype: str
        rA   rU   rP   rP   rQ   r)   u  rV   zUser.password_versionsc                 C   rW   )z
        Sets the password_versions of this User.
        The list of existing versions of the password hashes (also known as "verifiers") for the account.


        :param password_versions: The password_versions of this User.
        :type: str
        Nrg   )rN   r)   rP   rP   rQ   r)     rX   c                 C   rS   )a  
        Gets the editions_enabled of this User.
        Indicates whether editions have been enabled for the corresponding user (Y) or not (N).

        Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The editions_enabled of this User.
        :rtype: str
        )rB   rU   rP   rP   rQ   r*     rY   zUser.editions_enabledc                 C       ddg}t ||sd}|| _dS )z
        Sets the editions_enabled of this User.
        Indicates whether editions have been enabled for the corresponding user (Y) or not (N).


        :param editions_enabled: The editions_enabled of this User.
        :type: str
        r   r   r[   N)r   rB   )rN   r*   r\   rP   rP   rQ   r*     r]   c                 C   rS   )a  
        Gets the authentication of this User.
        The authentication mechanism for the user.

        Allowed values for this property are: "NONE", "EXTERNAL", "GLOBAL", "PASSWORD", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The authentication of this User.
        :rtype: str
        )rC   rU   rP   rP   rQ   r+     rY   zUser.authenticationc                 C   rZ   )z
        Sets the authentication of this User.
        The authentication mechanism for the user.


        :param authentication: The authentication of this User.
        :type: str
        )r   r   r   r   r[   N)r   rC   )rN   r+   r\   rP   rP   rQ   r+     r]   c                 C   rS   )a.  
        Gets the proxy_connect of this User.
        Indicates whether a user can connect directly (N) or whether the account can only be proxied (Y) by users who have proxy privileges
        for this account (that is, by users who have been granted the "connect through" privilege for this account).

        Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The proxy_connect of this User.
        :rtype: str
        )rD   rU   rP   rP   rQ   r,     s   zUser.proxy_connectc                 C   rh   )a  
        Sets the proxy_connect of this User.
        Indicates whether a user can connect directly (N) or whether the account can only be proxied (Y) by users who have proxy privileges
        for this account (that is, by users who have been granted the "connect through" privilege for this account).


        :param proxy_connect: The proxy_connect of this User.
        :type: str
        r   r   r[   N)r   rD   )rN   r,   r\   rP   rP   rQ   r,     s   

c                 C   rS   )a`  
        Gets the common of this User.
        Indicates whether a given user is common(Y) or local(N).

        Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The common of this User.
        :rtype: str
        )rE   rU   rP   rP   rQ   r-     rY   zUser.commonc                 C   rh   )z
        Sets the common of this User.
        Indicates whether a given user is common(Y) or local(N).


        :param common: The common of this User.
        :type: str
        r   r   r[   N)r   rE   )rN   r-   r\   rP   rP   rQ   r-     r]   c                 C   rS   )ar  
        Gets the time_last_login of this User.
        The date and time of the last user login.
        This column is not populated when a user connects to the database with administrative privileges, that is, AS { SYSASM | SYSBACKUP | SYSDBA | SYSDG | SYSOPER | SYSRAC | SYSKM }.


        :return: The time_last_login of this User.
        :rtype: datetime
        rF   rU   rP   rP   rQ   r.        zUser.time_last_loginc                 C   rW   )a  
        Sets the time_last_login of this User.
        The date and time of the last user login.
        This column is not populated when a user connects to the database with administrative privileges, that is, AS { SYSASM | SYSBACKUP | SYSDBA | SYSDG | SYSOPER | SYSRAC | SYSKM }.


        :param time_last_login: The time_last_login of this User.
        :type: datetime
        Nri   )rN   r.   rP   rP   rQ   r.        
c                 C   rS   )a  
        Gets the oracle_maintained of this User.
        Indicates whether the user was created and is maintained by Oracle-supplied scripts (such as catalog.sql or catproc.sql).

        Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The oracle_maintained of this User.
        :rtype: str
        )rG   rU   rP   rP   rQ   r/   !  rY   zUser.oracle_maintainedc                 C   rh   )a  
        Sets the oracle_maintained of this User.
        Indicates whether the user was created and is maintained by Oracle-supplied scripts (such as catalog.sql or catproc.sql).


        :param oracle_maintained: The oracle_maintained of this User.
        :type: str
        r   r   r[   N)r   rG   )rN   r/   r\   rP   rP   rQ   r/   0  r]   c                 C   rS   )a  
        Gets the inherited of this User.
        Indicates whether the user definition is inherited from another container (YES) or not (NO).

        Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The inherited of this User.
        :rtype: str
        )rH   rU   rP   rP   rQ   r0   ?  rY   zUser.inheritedc                 C   rh   )z
        Sets the inherited of this User.
        Indicates whether the user definition is inherited from another container (YES) or not (NO).


        :param inherited: The inherited of this User.
        :type: str
        r   r   r[   N)r   rH   )rN   r0   r\   rP   rP   rQ   r0   N  r]   c                 C   rS   )z
        Gets the default_collation of this User.
        The default collation for the user schema.


        :return: The default_collation of this User.
        :rtype: str
        rI   rU   rP   rP   rQ   r1   ]  rV   zUser.default_collationc                 C   rW   )z
        Sets the default_collation of this User.
        The default collation for the user schema.


        :param default_collation: The default_collation of this User.
        :type: str
        Nrl   )rN   r1   rP   rP   rQ   r1   i  rX   c                 C   rS   )a  
        Gets the implicit of this User.
        Indicates whether the user is a common user created by an implicit application (YES) or not (NO).

        Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The implicit of this User.
        :rtype: str
        )rJ   rU   rP   rP   rQ   r2   u  rY   zUser.implicitc                 C   rh   )z
        Sets the implicit of this User.
        Indicates whether the user is a common user created by an implicit application (YES) or not (NO).


        :param implicit: The implicit of this User.
        :type: str
        r   r   r[   N)r   rJ   )rN   r2   r\   rP   rP   rQ   r2     r]   c                 C   rS   )a  
        Gets the all_shared of this User.
        In a sharded database, indicates whether the user is created with shard DDL enabled (YES) or not (NO).

        Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The all_shared of this User.
        :rtype: str
        )rK   rU   rP   rP   rQ   r3     rY   zUser.all_sharedc                 C   rh   )z
        Sets the all_shared of this User.
        In a sharded database, indicates whether the user is created with shard DDL enabled (YES) or not (NO).


        :param all_shared: The all_shared of this User.
        :type: str
        r   r   r[   N)r   rK   )rN   r3   r\   rP   rP   rQ   r3     r]   c                 C   rS   )a  
        Gets the external_shared of this User.
        In a federated sharded database, indicates whether the user is an external shard user (YES) or not (NO).

        Allowed values for this property are: "YES", "NO", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The external_shared of this User.
        :rtype: str
        )rL   rU   rP   rP   rQ   r4     rY   zUser.external_sharedc                 C   rh   )a   
        Sets the external_shared of this User.
        In a federated sharded database, indicates whether the user is an external shard user (YES) or not (NO).


        :param external_shared: The external_shared of this User.
        :type: str
        r   r   r[   N)r   rL   )rN   r4   r\   rP   rP   rQ   r4     r]   c                 C   rS   )aU  
        Gets the time_password_changed of this User.
        The date and time when the user password was last set.
        This column is populated only when the value of the AUTHENTICATION_TYPE column is PASSWORD. Otherwise, this column is null.


        :return: The time_password_changed of this User.
        :rtype: datetime
        rM   rU   rP   rP   rQ   r5     rj   zUser.time_password_changedc                 C   rW   )ai  
        Sets the time_password_changed of this User.
        The date and time when the user password was last set.
        This column is populated only when the value of the AUTHENTICATION_TYPE column is PASSWORD. Otherwise, this column is null.


        :param time_password_changed: The time_password_changed of this User.
        :type: datetime
        Nrm   )rN   r5   rP   rP   rQ   r5     rk   c                 C   s   t | S N)r   rU   rP   rP   rQ   __repr__  s   zUser.__repr__c                 C   s   |d u rdS | j |j kS )NF)__dict__rN   otherrP   rP   rQ   __eq__  s   zUser.__eq__c                 C   s
   | |k S rn   rP   rq   rP   rP   rQ   __ne__  s   
zUser.__ne__N)E__name__
__module____qualname____doc__ZSTATUS_OPENZSTATUS_EXPIREDZSTATUS_EXPIRED_GRACEZSTATUS_LOCKEDZSTATUS_LOCKED_TIMEDZSTATUS_EXPIRED_AND_LOCKEDZSTATUS_EXPIRED_GRACE_AND_LOCKEDZSTATUS_EXPIRED_AND_LOCKED_TIMEDZ%STATUS_EXPIRED_GRACE_AND_LOCKED_TIMEDZSTATUS_OPEN_AND_IN_ROLLOVERZSTATUS_EXPIRED_AND_IN_ROLLOVERZSTATUS_LOCKED_AND_IN_ROLLOVERZ)STATUS_EXPIRED_AND_LOCKED_AND_IN_ROLLOVERZ#STATUS_LOCKED_TIMED_AND_IN_ROLLOVERZ*STATUS_EXPIRED_AND_LOCKED_TIMED_AND_IN_ROLZEDITIONS_ENABLED_YESZEDITIONS_ENABLED_NOZAUTHENTICATION_NONEZAUTHENTICATION_EXTERNALZAUTHENTICATION_GLOBALZAUTHENTICATION_PASSWORDZPROXY_CONNECT_YESZPROXY_CONNECT_NOZ
COMMON_YESZ	COMMON_NOZORACLE_MAINTAINED_YESZORACLE_MAINTAINED_NOZINHERITED_YESZINHERITED_NOZIMPLICIT_YESZIMPLICIT_NOZALL_SHARED_YESZALL_SHARED_NOZEXTERNAL_SHARED_YESZEXTERNAL_SHARED_NOrR   propertyr   setterr   r   r!   r"   r#   r$   r%   r&   r'   r(   r)   r*   r+   r,   r-   r.   r/   r0   r1   r2   r3   r4   r5   ro   rs   rt   rP   rP   rP   rQ   r      s    J















































r   N)Zoci.utilr   r   r   Zoci.decoratorsr   objectr   rP   rP   rP   rQ   <module>   s   