feat: add rustls
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**can_create_repository** | Option<**bool**> | | [optional]
|
||||
**can_read** | Option<**bool**> | | [optional]
|
||||
**can_write** | Option<**bool**> | | [optional]
|
||||
**is_admin** | Option<**bool**> | | [optional]
|
||||
**is_owner** | Option<**bool**> | | [optional]
|
||||
**can_create_repository** | Option<**bool**> | Whether the user can create repositories in the organization | [optional]
|
||||
**can_read** | Option<**bool**> | Whether the user can read the organization | [optional]
|
||||
**can_write** | Option<**bool**> | Whether the user can write to the organization | [optional]
|
||||
**is_admin** | Option<**bool**> | Whether the user is an admin of the organization | [optional]
|
||||
**is_owner** | Option<**bool**> | Whether the user is an owner of the organization | [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