Skip to content

Commit

Permalink
Merge pull request #151 from barryvdh/patch-1
Browse files Browse the repository at this point in the history
Add username to ssh key
  • Loading branch information
jbrooksuk authored Nov 9, 2022
2 parents 3b1740b + 7541372 commit e9113cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Resources/SSHKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ class SSHKey extends Resource
* @var string
*/
public $status;

/**
* The username of the key.
*
* @var string
*/
public $username;

/**
* The date/time the key was created.
Expand Down

0 comments on commit e9113cf

Please sign in to comment.