Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 891 Bytes

SshAccountKey.md

File metadata and controls

17 lines (14 loc) · 891 Bytes

Itofinity.Bitbucket.Rest.Model.SshAccountKey

Properties

Name Type Description Notes
Type string
Uuid string The SSH key's immutable ID. [optional]
Key string The SSH public key value in OpenSSH format. [optional]
Comment string The comment parsed from the SSH key (if present) [optional]
Label string The user-defined label for the SSH key [optional]
CreatedOn DateTime? [optional]
LastUsed DateTime? [optional]
Links EmailAddressLinks [optional]
Owner Account [optional]

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