Files
2025-09-07 00:21:05 +00:00

1020 B

Team

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]
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]

Enum: PermissionEnum

Name Value
NONE "none"
READ "read"
WRITE "write"
ADMIN "admin"
OWNER "owner"