abacusai.file_connector_instructions
====================================

.. py:module:: abacusai.file_connector_instructions


Classes
-------

.. autoapisummary::

   abacusai.file_connector_instructions.FileConnectorInstructions


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

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

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


   An object with a full description of the cloud storage bucket authentication options and bucket policy. Returns an error message if the parameters are invalid.

   :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
   :param authOptions: A list of options for giving Abacus.AI access to this bucket
   :type authOptions: list[dict]


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



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



   .. py:attribute:: auth_options
      :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



