16 lines
800 B
Markdown
16 lines
800 B
Markdown
# OrganizationPermissions
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**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)
|
|
|
|
|