Enum GitHub::EnterpriseDefaultRepositoryPermissionSettingValue

The possible values for the enterprise default repository permission setting.

Enum Values

NO_POLICY

Organizations in the enterprise choose default repository permissions for their members.

ADMIN

Organization members will be able to clone, pull, push, and add new collaborators to all organization repositories.

WRITE

Organization members will be able to clone, pull, and push all organization repositories.

READ

Organization members will be able to clone and pull all organization repositories.

NONE

Organization members will only be able to clone and pull public repositories.

Uses

EnterpriseOwnerInfo.defaultRepositoryPermissionSetting

UpdateEnterpriseDefaultRepositoryPermissionSettingInput.settingValue