Files
tea4j-autodeploy/docs/RepoCollaboratorPermission.md
T
2026-07-02 00:02:13 +00:00

19 lines
588 B
Markdown

# RepoCollaboratorPermission
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**permission** | [**PermissionEnum**](#PermissionEnum) | Permission level of the collaborator | [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 | &quot;none&quot;
READ | &quot;read&quot;
WRITE | &quot;write&quot;
ADMIN | &quot;admin&quot;
OWNER | &quot;owner&quot;