mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
15 lines
815 B
Markdown
15 lines
815 B
Markdown
# DeployKey
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**createdAt** | [**Date**](Date.md) | | [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**](Repository.md) | | [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]
|