:py:mod:`abacusai.file_connector_instructions`
==============================================

.. py:module:: abacusai.file_connector_instructions


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.file_connector_instructions.FileConnectorInstructions




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

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

   An object with 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 of json objects

   .. py:method:: __repr__()

      Return repr(self).


   .. 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



