Files
gitea-rs/crates/gitea-client/docs/DeployKey.md
2026-03-20 16:24:40 +01:00

20 lines
1.0 KiB
Markdown

# DeployKey
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | Option<**String**> | | [optional]
**fingerprint** | Option<**String**> | Fingerprint is the key's fingerprint | [optional]
**id** | Option<**i64**> | ID is the unique identifier for the deploy key | [optional]
**key** | Option<**String**> | Key contains the actual SSH key content | [optional]
**key_id** | Option<**i64**> | KeyID is the associated public key ID | [optional]
**read_only** | Option<**bool**> | ReadOnly indicates if the key has read-only access | [optional]
**repository** | Option<[**models::Repository**](Repository.md)> | | [optional]
**title** | Option<**String**> | Title is the human-readable name for the key | [optional]
**url** | Option<**String**> | URL is the API URL for this deploy key | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)