
    ~i(+                     J    d Z ddlZddlZddlZddlmZ  G d de          ZdS )z
    iam

    No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)  # noqa: E501

    OpenAPI spec version: common-version
    
    Generated by: https://github.com/swagger-api/swagger-codegen.git
    N)Configurationc            
       P   e Zd ZdZ	 dddddddddd	Zdddd	d
ddddd	Zd(dZed             Zej	        d             Zed             Z
e
j	        d             Z
ed             Zej	        d             Zed             Zej	        d             Zed             Zej	        d             Zed             Zej	        d             Zed             Zej	        d             Zed             Zej	        d              Zed!             Zej	        d"             Zd# Zd$ Zd% Zd& Zd' ZdS ))CreateLoginProfileRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    boolstrint)	login_allowedpasswordpassword_reset_requiredsafe_auth_exempt_durationsafe_auth_exempt_requiredsafe_auth_exempt_unitsafe_auth_flagsafe_auth_type	user_nameLoginAllowedPasswordPasswordResetRequiredSafeAuthExemptDurationSafeAuthExemptRequiredSafeAuthExemptUnitSafeAuthFlagSafeAuthTypeUserNameNc                 Z   |
t                      }
|
| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        ||| _        || _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        |	| _        dS )z6CreateLoginProfileRequest - a model defined in SwaggerN)r   _configuration_login_allowed	_password_password_reset_required_safe_auth_exempt_duration_safe_auth_exempt_required_safe_auth_exempt_unit_safe_auth_flag_safe_auth_type
_user_namediscriminatorr	   r
   r   r   r   r   r   r   r   )selfr	   r
   r   r   r   r   r   r   r   r   s              }/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkiam/models/create_login_profile_request.py__init__z"CreateLoginProfileRequest.__init__;   s    !*__N,"(,%*.'*.'&*###!$!.D ".+BD($0-FD*$0-FD* ,)>D&%"0D%"0D"    c                     | j         S )zGets the login_allowed of this CreateLoginProfileRequest.  # noqa: E501


        :return: The login_allowed of this CreateLoginProfileRequest.  # noqa: E501
        :rtype: bool
        r   r'   s    r(   r	   z'CreateLoginProfileRequest.login_allowed]   s     ""r*   c                     || _         dS )zSets the login_allowed of this CreateLoginProfileRequest.


        :param login_allowed: The login_allowed of this CreateLoginProfileRequest.  # noqa: E501
        :type: bool
        Nr,   )r'   r	   s     r(   r	   z'CreateLoginProfileRequest.login_allowedg   s     ,r*   c                     | j         S )zGets the password of this CreateLoginProfileRequest.  # noqa: E501


        :return: The password of this CreateLoginProfileRequest.  # noqa: E501
        :rtype: str
        )r   r-   s    r(   r
   z"CreateLoginProfileRequest.passwordr   s     ~r*   c                 N    | j         j        r|t          d          || _        dS )zSets the password of this CreateLoginProfileRequest.


        :param password: The password of this CreateLoginProfileRequest.  # noqa: E501
        :type: str
        Nz0Invalid value for `password`, must not be `None`)r   client_side_validation
ValueErrorr   )r'   r
   s     r(   r
   z"CreateLoginProfileRequest.password|   s2     5 	Q(:JOPPP!r*   c                     | j         S )zGets the password_reset_required of this CreateLoginProfileRequest.  # noqa: E501


        :return: The password_reset_required of this CreateLoginProfileRequest.  # noqa: E501
        :rtype: bool
        r   r-   s    r(   r   z1CreateLoginProfileRequest.password_reset_required   s     ,,r*   c                     || _         dS )zSets the password_reset_required of this CreateLoginProfileRequest.


        :param password_reset_required: The password_reset_required of this CreateLoginProfileRequest.  # noqa: E501
        :type: bool
        Nr4   )r'   r   s     r(   r   z1CreateLoginProfileRequest.password_reset_required   s     )@%%%r*   c                     | j         S )zGets the safe_auth_exempt_duration of this CreateLoginProfileRequest.  # noqa: E501


        :return: The safe_auth_exempt_duration of this CreateLoginProfileRequest.  # noqa: E501
        :rtype: int
        r    r-   s    r(   r   z3CreateLoginProfileRequest.safe_auth_exempt_duration        ..r*   c                     || _         dS )zSets the safe_auth_exempt_duration of this CreateLoginProfileRequest.


        :param safe_auth_exempt_duration: The safe_auth_exempt_duration of this CreateLoginProfileRequest.  # noqa: E501
        :type: int
        Nr7   )r'   r   s     r(   r   z3CreateLoginProfileRequest.safe_auth_exempt_duration        +D'''r*   c                     | j         S )zGets the safe_auth_exempt_required of this CreateLoginProfileRequest.  # noqa: E501


        :return: The safe_auth_exempt_required of this CreateLoginProfileRequest.  # noqa: E501
        :rtype: int
        r!   r-   s    r(   r   z3CreateLoginProfileRequest.safe_auth_exempt_required   r8   r*   c                     || _         dS )zSets the safe_auth_exempt_required of this CreateLoginProfileRequest.


        :param safe_auth_exempt_required: The safe_auth_exempt_required of this CreateLoginProfileRequest.  # noqa: E501
        :type: int
        Nr<   )r'   r   s     r(   r   z3CreateLoginProfileRequest.safe_auth_exempt_required   r:   r*   c                     | j         S )zGets the safe_auth_exempt_unit of this CreateLoginProfileRequest.  # noqa: E501


        :return: The safe_auth_exempt_unit of this CreateLoginProfileRequest.  # noqa: E501
        :rtype: int
        r"   r-   s    r(   r   z/CreateLoginProfileRequest.safe_auth_exempt_unit   s     **r*   c                     || _         dS )zSets the safe_auth_exempt_unit of this CreateLoginProfileRequest.


        :param safe_auth_exempt_unit: The safe_auth_exempt_unit of this CreateLoginProfileRequest.  # noqa: E501
        :type: int
        Nr?   )r'   r   s     r(   r   z/CreateLoginProfileRequest.safe_auth_exempt_unit   s     '<###r*   c                     | j         S )zGets the safe_auth_flag of this CreateLoginProfileRequest.  # noqa: E501


        :return: The safe_auth_flag of this CreateLoginProfileRequest.  # noqa: E501
        :rtype: bool
        r#   r-   s    r(   r   z(CreateLoginProfileRequest.safe_auth_flag        ##r*   c                     || _         dS )zSets the safe_auth_flag of this CreateLoginProfileRequest.


        :param safe_auth_flag: The safe_auth_flag of this CreateLoginProfileRequest.  # noqa: E501
        :type: bool
        NrB   )r'   r   s     r(   r   z(CreateLoginProfileRequest.safe_auth_flag         .r*   c                     | j         S )zGets the safe_auth_type of this CreateLoginProfileRequest.  # noqa: E501


        :return: The safe_auth_type of this CreateLoginProfileRequest.  # noqa: E501
        :rtype: str
        r$   r-   s    r(   r   z(CreateLoginProfileRequest.safe_auth_type   rC   r*   c                     || _         dS )zSets the safe_auth_type of this CreateLoginProfileRequest.


        :param safe_auth_type: The safe_auth_type of this CreateLoginProfileRequest.  # noqa: E501
        :type: str
        NrG   )r'   r   s     r(   r   z(CreateLoginProfileRequest.safe_auth_type   rE   r*   c                     | j         S )zGets the user_name of this CreateLoginProfileRequest.  # noqa: E501


        :return: The user_name of this CreateLoginProfileRequest.  # noqa: E501
        :rtype: str
        )r%   r-   s    r(   r   z#CreateLoginProfileRequest.user_name  s     r*   c                 N    | j         j        r|t          d          || _        dS )zSets the user_name of this CreateLoginProfileRequest.


        :param user_name: The user_name of this CreateLoginProfileRequest.  # noqa: E501
        :type: str
        Nz1Invalid value for `user_name`, must not be `None`)r   r1   r2   r%   )r'   r   s     r(   r   z#CreateLoginProfileRequest.user_name  s2     5 	R):KPQQQ#r*   c                 4   i }t          j        | j                  D ]\  }}t          | |          }t	          |t
                    r"t          t          d |                    ||<   Lt          |d          r|                                ||<   tt	          |t                    r4t          t          d |
                                                    ||<   |||<   t          t          t                    r| 
                                D ]
\  }}|||<   |S )z&Returns the model properties as a dictc                 N    t          | d          r|                                 n| S )Nto_dicthasattrrM   )xs    r(   <lambda>z3CreateLoginProfileRequest.to_dict.<locals>.<lambda>&  s!    WQ	-B-BIaiikkk r*   rM   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rM   r   rN   )items    r(   rQ   z3CreateLoginProfileRequest.to_dict.<locals>.<lambda>-  s<    tAw	22"=$q'47??+<+<!=!=8< r*   )six	iteritemsswagger_typesgetattr
isinstancelistmaprO   rM   dictitems
issubclassr   )r'   resultattr_valuekeys         r(   rM   z!CreateLoginProfileRequest.to_dict  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t/66 	$"jjll $ $
U#sr*   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrM   r-   s    r(   to_strz CreateLoginProfileRequest.to_str9  s    ~dllnn---r*   c                 *    |                                  S )zFor `print` and `pprint`)rg   r-   s    r(   __repr__z"CreateLoginProfileRequest.__repr__=  s    {{}}r*   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrY   r   rM   r'   others     r(   __eq__z CreateLoginProfileRequest.__eq__A  s5    %!:;; 	5||~~00r*   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrk   rl   s     r(   __ne__z CreateLoginProfileRequest.__ne__H  s5    %!:;; 	4||~~00r*   )
NNNNNNNNNN)__name__
__module____qualname____doc__rW   attribute_mapr)   propertyr	   setterr
   r   r   r   r   r   r   r   rM   rg   ri   rn   rp    r*   r(   r   r      s        
  #)%*%*!& 
 
M (#:%=%=!5((
 
M #  #  #  #D # # X# , , ,   X _
" 
" _
" - - X- #@ @ $#@ / / X/ %D D &%D / / X/ %D D &%D + + X+ !< < "!< $ $ X$ . . . $ $ X$ . . .   X 
$ 
$ 
$  6. . .  1 1 11 1 1 1 1r*   r   )rt   re   rerU   volcenginesdkcore.configurationr   objectr   rx   r*   r(   <module>r|      s|      				 



 9 9 9 9 9 9w1 w1 w1 w1 w1 w1 w1 w1 w1 w1r*   