mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
11 lines
608 B
Markdown
11 lines
608 B
Markdown
# OrganizationPermissions
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**canCreateRepository** | **Boolean** | Whether the user can create repositories in the organization | [optional]
|
|
**canRead** | **Boolean** | Whether the user can read the organization | [optional]
|
|
**canWrite** | **Boolean** | Whether the user can write to the organization | [optional]
|
|
**isAdmin** | **Boolean** | Whether the user is an admin of the organization | [optional]
|
|
**isOwner** | **Boolean** | Whether the user is an owner of the organization | [optional]
|