mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
815 B
815 B
DeployKey
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 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] |