
    <g                     B    d Z ddlZddlZddlZddlmZ  G d de      Zy)z
    Kubernetes

    No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)  # noqa: E501

    The version of the OpenAPI document: release-1.32
    Generated by: https://openapi-generator.tech
    N)Configurationc                       e Zd ZdZ	 ddddZ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d Zd Zd Zd Zd Zy	)V1TokenRequestSpeczNOTE: This class is auto generated by OpenAPI Generator.
    Ref: https://openapi-generator.tech

    Do not edit the class manually.
    z	list[str]V1BoundObjectReferenceint)	audiencesbound_object_refexpiration_secondsr   boundObjectRefexpirationSecondsNc                     |
t               }|| _        d| _        d| _        d| _        d| _        || _        ||| _        ||| _        yy)z/V1TokenRequestSpec - a model defined in OpenAPIN)	r   local_vars_configuration
_audiences_bound_object_ref_expiration_secondsdiscriminatorr   r	   r
   )selfr   r	   r
   r   s        c/var/www/openai/venv/lib/python3.12/site-packages/kubernetes/client/models/v1_token_request_spec.py__init__zV1TokenRequestSpec.__init__/   s_    #+'4$(@%!%#' !"'$4D!)&8D# *    c                     | j                   S )a*  Gets the audiences of this V1TokenRequestSpec.  # noqa: E501

        Audiences are the intendend audiences of the token. A recipient of a token must identify themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.  # noqa: E501

        :return: The audiences of this V1TokenRequestSpec.  # noqa: E501
        :rtype: list[str]
        )r   r   s    r   r   zV1TokenRequestSpec.audiences@   s     r   c                 X    | j                   j                  r|t        d      || _        y)a$  Sets the audiences of this V1TokenRequestSpec.

        Audiences are the intendend audiences of the token. A recipient of a token must identify themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.  # noqa: E501

        :param audiences: The audiences of this V1TokenRequestSpec.  # noqa: E501
        :type: list[str]
        Nz1Invalid value for `audiences`, must not be `None`)r   client_side_validation
ValueErrorr   )r   r   s     r   r   zV1TokenRequestSpec.audiencesK   s+     ((??IDUPQQ#r   c                     | j                   S )zGets the bound_object_ref of this V1TokenRequestSpec.  # noqa: E501


        :return: The bound_object_ref of this V1TokenRequestSpec.  # noqa: E501
        :rtype: V1BoundObjectReference
        r   r   s    r   r	   z#V1TokenRequestSpec.bound_object_refY   s     %%%r   c                     || _         y)zSets the bound_object_ref of this V1TokenRequestSpec.


        :param bound_object_ref: The bound_object_ref of this V1TokenRequestSpec.  # noqa: E501
        :type: V1BoundObjectReference
        Nr   )r   r	   s     r   r	   z#V1TokenRequestSpec.bound_object_refc   s     "2r   c                     | j                   S )a  Gets the expiration_seconds of this V1TokenRequestSpec.  # noqa: E501

        ExpirationSeconds is the requested duration of validity of the request. The token issuer may return a token with a different validity duration so a client needs to check the 'expiration' field in a response.  # noqa: E501

        :return: The expiration_seconds of this V1TokenRequestSpec.  # noqa: E501
        :rtype: int
        r   r   s    r   r
   z%V1TokenRequestSpec.expiration_secondsn   s     '''r   c                     || _         y)a  Sets the expiration_seconds of this V1TokenRequestSpec.

        ExpirationSeconds is the requested duration of validity of the request. The token issuer may return a token with a different validity duration so a client needs to check the 'expiration' field in a response.  # noqa: E501

        :param expiration_seconds: The expiration_seconds of this V1TokenRequestSpec.  # noqa: E501
        :type: int
        Nr    )r   r
   s     r   r
   z%V1TokenRequestSpec.expiration_secondsy   s     $6 r   c                 ~   i }t        j                  | j                        D ]  \  }}t        | |      }t	        |t
              rt        t        d |            ||<   <t        |d      r|j                         ||<   \t	        |t              r(t        t        d |j                                     ||<   |||<    |S )z&Returns the model properties as a dictc                 >    t        | d      r| j                         S | S )Nto_dicthasattrr$   )xs    r   <lambda>z,V1TokenRequestSpec.to_dict.<locals>.<lambda>   s    WQ	-BaiikIIr   r$   c                 T    t        | d   d      r| d   | d   j                         fS | S )N   r$   r   r%   )items    r   r(   z,V1TokenRequestSpec.to_dict.<locals>.<lambda>   s6    tAw	2 #'q'47??+<!= "=8<"=r   )six	iteritemsopenapi_typesgetattr
isinstancelistmapr&   r$   dictitems)r   resultattr_values        r   r$   zV1TokenRequestSpec.to_dict   s    }}T%7%78GD!D$'E%&#CI%  t 	*$}}tE4(#C=KKM%  t  %t! 9$ r   c                 H    t        j                  | j                               S )z.Returns the string representation of the model)pprintpformatr$   r   s    r   to_strzV1TokenRequestSpec.to_str   s    ~~dlln--r   c                 "    | j                         S )zFor `print` and `pprint`)r<   r   s    r   __repr__zV1TokenRequestSpec.__repr__   s    {{}r   c                 f    t        |t              sy| j                         |j                         k(  S )z&Returns true if both objects are equalFr0   r   r$   r   others     r   __eq__zV1TokenRequestSpec.__eq__   s'    %!34||~00r   c                 f    t        |t              sy| j                         |j                         k7  S )z*Returns true if both objects are not equalTr@   rA   s     r   __ne__zV1TokenRequestSpec.__ne__   s'    %!34||~00r   )NNNN)__name__
__module____qualname____doc__r.   attribute_mapr   propertyr   setterr	   r
   r$   r<   r>   rC   rE    r   r   r   r      s     !4#M !,1M9"   $ $ & & 2 2 ( ( 	6 	60.11r   r   )rI   r:   rer,   kubernetes.client.configurationr   objectr   rM   r   r   <module>rQ      s&     	 
 9\1 \1r   