abacusai.sftp_key
=================

.. py:module:: abacusai.sftp_key


Classes
-------

.. autoapisummary::

   abacusai.sftp_key.SftpKey


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

.. py:class:: SftpKey(client, keyName=None, publicKey=None)

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


   An SFTP key

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param keyName: The name of the key
   :type keyName: str
   :param publicKey: The public key
   :type publicKey: str


   .. py:attribute:: key_name
      :value: None



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



