# 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] ## Enum: PermissionEnum Name | Value ---- | ----- READ | "read" WRITE | "write" ADMIN | "admin"