Files
gitea-rs/crates/gitea-client/docs/OrganizationPermissions.md
2026-03-20 16:24:40 +01:00

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)