abacusai.application_connector ============================== .. py:module:: abacusai.application_connector Classes ------- .. autoapisummary:: abacusai.application_connector.ApplicationConnector Module Contents --------------- .. py:class:: ApplicationConnector(client, applicationConnectorId=None, service=None, name=None, createdAt=None, status=None, auth=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` A connector to an external service :param client: An authenticated API Client instance :type client: ApiClient :param applicationConnectorId: The unique ID for the connection. :type applicationConnectorId: str :param service: The service this connection connects to :type service: str :param name: A user-friendly name for the service :type name: str :param createdAt: When the API key was created :type createdAt: str :param status: The status of the Application Connector :type status: str :param auth: Non-secret connection information for this connector :type auth: dict .. py:attribute:: application_connector_id :value: None .. py:attribute:: service :value: None .. py:attribute:: name :value: None .. py:attribute:: created_at :value: None .. py:attribute:: status :value: None .. py:attribute:: auth :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 .. py:method:: rename(name) Renames a Application Connector :param name: A new name for the application connector. :type name: str .. py:method:: delete() Delete an application connector. :param application_connector_id: The unique identifier for the application connector. :type application_connector_id: str .. py:method:: list_objects() Lists querable objects in the application connector. :param application_connector_id: Unique string identifier for the application connector. :type application_connector_id: str .. py:method:: verify() Checks if Abacus.AI can access the application using the provided application connector ID. :param application_connector_id: Unique string identifier for the application connector. :type application_connector_id: str