| canCreateOrgRepo |
Boolean |
Whether the team can create repositories in the organization |
[optional] |
| description |
String |
The description of the team |
[optional] |
| id |
Long |
The unique identifier of the team |
[optional] |
| includesAllRepositories |
Boolean |
Whether the team has access to all repositories in the organization |
[optional] |
| name |
String |
The name of the team |
[optional] |
| organization |
Organization |
|
[optional] |
| permission |
PermissionEnum |
|
[optional] |
| units |
List<String> |
|
[optional] |
| unitsMap |
Map<String, String> |
|
[optional] |
| visibility |
VisibilityEnum |
Team visibility within the organization. "private" teams are only listable by members and org owners; "limited" teams are listable by any organization member; "public" teams are listable by any signed-in user. public TeamVisibilityPublic limited TeamVisibilityLimited private TeamVisibilityPrivate |
[optional] |