Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.02 KB

SshAccountKey.md

File metadata and controls

18 lines (14 loc) · 1.02 KB

SshAccountKey

Properties

Name Type Description Notes
Type_ string [default to null]
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 *VersionLinks [optional] [default to null]
Owner *Account [optional] [default to null]

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