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

800 B

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] [Back to API list] [Back to README]