Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 569 Bytes

File metadata and controls

12 lines (9 loc) · 569 Bytes

# SshKey

Properties

Name Type Description Notes
id string The unique ID of the SSH key within the same authorized_keys file.
created_at \DateTime The datetime of when this SSH key was created.
value string The SSH key (without the comment).
name string The friendly name associated with the key. [optional]

[Back to Model list] [Back to API list] [Back to README]