mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
21 lines
811 B
Markdown
21 lines
811 B
Markdown
# CreateTeamOption
|
|
|
|
## 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**](#PermissionEnum) | | [optional]
|
|
**units** | **List<String>** | | [optional]
|
|
**unitsMap** | **Map<String, String>** | | [optional]
|
|
|
|
<a name="PermissionEnum"></a>
|
|
## Enum: PermissionEnum
|
|
Name | Value
|
|
---- | -----
|
|
READ | "read"
|
|
WRITE | "write"
|
|
ADMIN | "admin"
|