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