mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
19 lines
719 B
Markdown
19 lines
719 B
Markdown
# RepoCollaboratorPermission
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**permission** | [**PermissionEnum**](#PermissionEnum) | Permission level of the collaborator none AccessLevelNameNone read AccessLevelNameRead write AccessLevelNameWrite admin AccessLevelNameAdmin owner AccessLevelNameOwner | [optional]
|
|
**roleName** | **String** | RoleName is the name of the permission role | [optional]
|
|
**user** | [**User**](User.md) | | [optional]
|
|
|
|
<a name="PermissionEnum"></a>
|
|
## Enum: PermissionEnum
|
|
Name | Value
|
|
---- | -----
|
|
NONE | "none"
|
|
READ | "read"
|
|
WRITE | "write"
|
|
ADMIN | "admin"
|
|
OWNER | "owner"
|