The SSH Key Object holds details on SSH keys used for authentication with your servers.
| Field | Type | Example | Description |
|---|---|---|---|
| id | String | "aaaaaaaaaaabbbbbbbbbbbbb" | The unique ID for the key. |
| name | String | "my-key" | The chosen name for the key. |
| fingerprint | String | "10:10:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa" | The key's fingerprint. |
| content | String | "ssh-rsa AAA..." | The public part of the SSH key. |
| created | Date (Unix Timestamp) | "2020-01-01T08:00:00.000Z" | The date and time that the key was added. |
