abacusai.user_ssh_key ===================== .. py:module:: abacusai.user_ssh_key Classes ------- .. autoapisummary:: abacusai.user_ssh_key.UserSshKey Module Contents --------------- .. py:class:: UserSshKey(client, userSshKeyId=None, name=None, publicKey=None, keyType=None, fingerprint=None, createdAt=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` User SSH Key :param client: An authenticated API Client instance :type client: ApiClient :param userSshKeyId: The ID of the SSH key :type userSshKeyId: id :param name: The name of the SSH key :type name: str :param publicKey: The public key content :type publicKey: str :param keyType: The type of the SSH key :type keyType: str :param fingerprint: The base64-encoded SHA-256 fingerprint :type fingerprint: str :param createdAt: The creation timestamp :type createdAt: str .. py:attribute:: user_ssh_key_id :value: None .. py:attribute:: name :value: None .. py:attribute:: public_key :value: None .. py:attribute:: key_type :value: None .. py:attribute:: fingerprint :value: None .. py:attribute:: created_at :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