abacusai.user_ssh_key

Classes

UserSshKey

User SSH Key

Module Contents

class abacusai.user_ssh_key.UserSshKey(client, userSshKeyId=None, name=None, publicKey=None, keyType=None, fingerprint=None, createdAt=None)

Bases: abacusai.return_class.AbstractApiClass

User SSH Key

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • userSshKeyId (id) – The ID of the SSH key

  • name (str) – The name of the SSH key

  • publicKey (str) – The public key content

  • keyType (str) – The type of the SSH key

  • fingerprint (str) – The base64-encoded SHA-256 fingerprint

  • createdAt (str) – The creation timestamp

user_ssh_key_id = None
name = None
public_key = None
key_type = None
fingerprint = None
created_at = None
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict