abacusai.user_ssh_key
Classes
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.AbstractApiClassUser 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__()