mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
905 B
905 B
PublicKey
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| createdAt | Date | [optional] | |
| fingerprint | String | Fingerprint is the key's fingerprint | [optional] |
| id | Long | ID is the unique identifier for the public key | [optional] |
| key | String | Key contains the actual SSH public key content | [optional] |
| keyType | String | KeyType indicates the type of the SSH key | [optional] |
| lastUsedAt | Date | Updated is the time when the key was last used | [optional] |
| readOnly | Boolean | ReadOnly indicates if the key has read-only access | [optional] |
| title | String | Title is the human-readable name for the key | [optional] |
| url | String | URL is the API URL for this key | [optional] |
| user | User | [optional] |