Enum GitHub::EnterpriseMembersCanCreateRepositoriesSettingValue
The possible values for the enterprise members can create repositories setting.
Enum Values
NO_POLICY
Organization administrators choose whether to allow members to create repositories.
ALL
Members will be able to create public and private repositories.
PUBLIC
Members will be able to create only public repositories.
PRIVATE
Members will be able to create only private repositories.
DISABLED
Members will not be able to create public or private repositories.