mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-07-02 15:18:26 +00:00
864 B
864 B
DeployKey
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| createdAt | Date | Created is the time when the deploy key was added | [optional] |
| fingerprint | String | Fingerprint is the key's fingerprint | [optional] |
| id | Long | ID is the unique identifier for the deploy key | [optional] |
| key | String | Key contains the actual SSH key content | [optional] |
| keyId | Long | KeyID is the associated public key ID | [optional] |
| readOnly | Boolean | ReadOnly indicates if the key has read-only access | [optional] |
| repository | Repository | [optional] | |
| title | String | Title is the human-readable name for the key | [optional] |
| url | String | URL is the API URL for this deploy key | [optional] |