feat: add rustls
This commit is contained in:
@@ -5,13 +5,14 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**created_at** | Option<**String**> | | [optional]
|
||||
**fingerprint** | Option<**String**> | | [optional]
|
||||
**id** | Option<**i64**> | | [optional]
|
||||
**key** | Option<**String**> | | [optional]
|
||||
**key_type** | Option<**String**> | | [optional]
|
||||
**read_only** | Option<**bool**> | | [optional]
|
||||
**title** | Option<**String**> | | [optional]
|
||||
**url** | Option<**String**> | | [optional]
|
||||
**fingerprint** | Option<**String**> | Fingerprint is the key's fingerprint | [optional]
|
||||
**id** | Option<**i64**> | ID is the unique identifier for the public key | [optional]
|
||||
**key** | Option<**String**> | Key contains the actual SSH public key content | [optional]
|
||||
**key_type** | Option<**String**> | KeyType indicates the type of the SSH key | [optional]
|
||||
**last_used_at** | Option<**String**> | Updated is the time when the key was last used | [optional]
|
||||
**read_only** | Option<**bool**> | ReadOnly indicates if the key has read-only access | [optional]
|
||||
**title** | Option<**String**> | Title is the human-readable name for the key | [optional]
|
||||
**url** | Option<**String**> | URL is the API URL for this key | [optional]
|
||||
**user** | Option<[**models::User**](User.md)> | | [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)
|
||||
|
||||
Reference in New Issue
Block a user