Input Object GitHub::UpdateEnterpriseMembersCanCreateRepositoriesSettingInput

Autogenerated input type of UpdateEnterpriseMembersCanCreateRepositoriesSetting

Input Fields

enterpriseId: ID!

The ID of the enterprise on which to set the members can create repositories setting.

settingValue: EnterpriseMembersCanCreateRepositoriesSettingValue

Value for the members can create repositories setting on the enterprise. This or the granular public/private/internal allowed fields (but not both) must be provided.

membersCanCreateRepositoriesPolicyEnabled: Boolean

When false, allow member organizations to set their own repository creation member privileges.

membersCanCreatePublicRepositories: Boolean

Allow members to create public repositories. Defaults to current value.

membersCanCreatePrivateRepositories: Boolean

Allow members to create private repositories. Defaults to current value.

membersCanCreateInternalRepositories: Boolean

Allow members to create internal repositories. Defaults to current value.

clientMutationId: String

A unique identifier for the client performing the mutation.

Uses

Mutation.updateEnterpriseMembersCanCreateRepositoriesSetting