GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux das102.truehost.cloud 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
LiteSpeed
156.232.88.2
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
influxdb_client
/
domain
/
__pycache__
[ HOME ]
Exec
Submit
authorization.cpython-38.pyc
U ܒi�- � @ s4 d Z ddlZddlZddlmZ G dd� de�ZdS )a InfluxDB OSS API Service. The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint. # noqa: E501 OpenAPI spec version: 2.0.0 Generated by: https://openapi-generator.tech � N)�AuthorizationUpdateRequestc @ s� e Zd ZdZddddddddddddd�Zddd d ddd dddddd�Zd?dd�Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zed d!� �Zej d"d!� �Zed#d$� �Z e j d%d$� �Z ed&d'� �Zej d(d'� �Zed)d*� �Zej d+d*� �Zed,d-� �Zej d.d-� �Zed/d0� �Zej d1d0� �Zed2d3� �Zej d4d3� �Zd5d6� Zd7d8� Zd9d:� Zd;d<� Zd=d>� ZdS )@� Authorizationz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �datetime�strzlist[Permission]�object)� created_at� updated_at�org_id�permissions�id�token�user_id�user�org�links�status�descriptionZ createdAtZ updatedAtZorgIDr r r ZuserIDr r r r r N�activec C s t j| ||d� d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _|dk r`|| _ |dk rn|| _|dk r�t|t�s�td��|| _|dk r�t|t�s�td��|| _|dk r�|| _|dk r�|| _|dk r�|| _|dk r�|| _| dk r�| | _| dk �r| | _dS )z+Authorization - a model defined in OpenAPI.)r r Nzorg_id must be a string.zpermissions must be a list.)r �__init__�_created_at�_updated_at�_org_id�_permissions�_id�_token�_user_id�_user�_org�_linksZ discriminatorr r � isinstancer � TypeErrorr �listr r r r r r r ) �selfr r r r r r r r r r r r � r# �U/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/authorization.pyr @ sH zAuthorization.__init__c C s | j S )z�Get the created_at of this Authorization. :return: The created_at of this Authorization. :rtype: datetime �r �r"