SSHKey Fields
Fields
| Param | Data type | Access | Description |
|---|---|---|---|
| id | integer | read | Identifier of the SSH key |
| key | string | write | SSH public key |
| title | string | write | Title for the SSH public key |
| finger_print | string | read | SSH key finger print, obtained with ssh-keygen -l -f user.pub |
| read_only | boolean | write | true if the SSH key is read only, it can not be use to write to repositories |
Validations
| Field | Validator | Description |
|---|---|---|
| key | presence validator | SSH key should be present. |