feat: add rustls
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user