abacusai.file_connector_verification
====================================

.. py:module:: abacusai.file_connector_verification


Classes
-------

.. autoapisummary::

   abacusai.file_connector_verification.FileConnectorVerification


Module Contents
---------------

.. py:class:: FileConnectorVerification(client, verified=None, writePermission=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


   To verify the file connector

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param verified: `true` if the bucket has passed verification
   :type verified: bool
   :param writePermission: `true` if Abacus.AI has permission to write to this bucket
   :type writePermission: bool


   .. py:attribute:: verified
      :value: None



   .. py:attribute:: write_permission
      :value: None



   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



