mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
809 B
809 B
EditTeamOption
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| canCreateOrgRepo | Boolean | Whether the team can create repositories in the organization | [optional] |
| description | String | The description of the team | [optional] |
| includesAllRepositories | Boolean | Whether the team has access to all repositories in the organization | [optional] |
| name | String | ||
| permission | PermissionEnum | [optional] | |
| units | List<String> | [optional] | |
| unitsMap | Map<String, String> | [optional] |
Enum: PermissionEnum
| Name | Value |
|---|---|
| READ | "read" |
| WRITE | "write" |
| ADMIN | "admin" |