Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 991 Bytes

SshAccountKey.md

File metadata and controls

16 lines (13 loc) · 991 Bytes

SshAccountKey

Properties

Name Type Description Notes
Uuid string The SSH key's immutable ID. [optional] [default to null]
Key string The SSH public key value in OpenSSH format. [optional] [default to null]
Comment string The comment parsed from the SSH key (if present) [optional] [default to null]
Label string The user-defined label for the SSH key [optional] [default to null]
CreatedOn time.Time [optional] [default to null]
LastUsed time.Time [optional] [default to null]
Links *interface{} [optional] [default to null]
Owner *Account [optional] [default to null]

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