feat: add rustls

This commit is contained in:
2026-03-20 16:24:16 +01:00
parent 04cf661d02
commit 4e2542ba9d
399 changed files with 37007 additions and 23522 deletions

View File

@@ -4,11 +4,13 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i64**> | | [optional]
**name** | Option<**String**> | | [optional]
**scopes** | Option<**Vec<String>**> | | [optional]
**sha1** | Option<**String**> | | [optional]
**token_last_eight** | Option<**String**> | | [optional]
**created_at** | Option<**String**> | The timestamp when the token was created | [optional]
**id** | Option<**i64**> | The unique identifier of the access token | [optional]
**last_used_at** | Option<**String**> | The timestamp when the token was last used | [optional]
**name** | Option<**String**> | The name of the access token | [optional]
**scopes** | Option<**Vec<String>**> | The scopes granted to this access token | [optional]
**sha1** | Option<**String**> | The SHA1 hash of the access token | [optional]
**token_last_eight** | Option<**String**> | The last eight characters of the token | [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)