Object GitHub::EnterpriseOwnerInfo

Enterprise information only visible to enterprise owners.

Fields

actionExecutionCapabilitySettingOrganizations(after: String, before: String, first: Int, last: Int, orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}): OrganizationConnection!

A list of enterprise organizations configured with the provided action execution capabilities setting value.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}

Ordering options for organizations with this setting.

admins(query: String, role: EnterpriseAdministratorRole, orderBy: EnterpriseMemberOrder = {field: LOGIN, direction: ASC}, after: String, before: String, first: Int, last: Int): EnterpriseAdministratorConnection!

A list of all of the administrators for this enterprise.

Args

query: String

The search string to look for.

role: EnterpriseAdministratorRole

The role to filter by.

orderBy: EnterpriseMemberOrder = {field: LOGIN, direction: ASC}

Ordering options for administrators returned from the connection.

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

affiliatedUsersWithTwoFactorDisabled(after: String, before: String, first: Int, last: Int): UserConnection!

A list of users in the enterprise who currently have two-factor authentication disabled.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

affiliatedUsersWithTwoFactorDisabledExist: Boolean!

Whether or not affiliated users with two-factor authentication disabled exist in the enterprise.

allowPrivateRepositoryForkingSetting: EnterpriseEnabledDisabledSettingValue!

The setting value for whether private repository forking is enabled for repositories in organizations in this enterprise.

allowPrivateRepositoryForkingSettingOrganizations(after: String, before: String, first: Int, last: Int, value: Boolean!, orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}): OrganizationConnection!

A list of enterprise organizations configured with the provided private repository forking setting value.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

value: Boolean!

The setting value to find organizations for.

orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}

Ordering options for organizations with this setting.

defaultRepositoryPermissionSetting: EnterpriseDefaultRepositoryPermissionSettingValue!

The setting value for base repository permissions for organizations in this enterprise.

defaultRepositoryPermissionSettingOrganizations(after: String, before: String, first: Int, last: Int, value: DefaultRepositoryPermissionField!, orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}): OrganizationConnection!

A list of enterprise organizations configured with the provided default repository permission.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

value: DefaultRepositoryPermissionField!

The permission to find organizations for.

orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}

Ordering options for organizations with this setting.

enterpriseServerInstallations(after: String, before: String, first: Int, last: Int, connectedOnly: Boolean = false, orderBy: EnterpriseServerInstallationOrder = {field: HOST_NAME, direction: ASC}): EnterpriseServerInstallationConnection!

Enterprise Server installations owned by the enterprise.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

connectedOnly: Boolean = false

Whether or not to only return installations discovered via GitHub Connect.

orderBy: EnterpriseServerInstallationOrder = {field: HOST_NAME, direction: ASC}

Ordering options for Enterprise Server installations returned.

ipAllowListEnabledSetting: IpAllowListEnabledSettingValue!

The setting value for whether the enterprise has an IP allow list enabled.

ipAllowListEntries(after: String, before: String, first: Int, last: Int, orderBy: IpAllowListEntryOrder = {field: ALLOW_LIST_VALUE, direction: ASC}): IpAllowListEntryConnection!

The IP addresses that are allowed to access resources owned by the enterprise.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

orderBy: IpAllowListEntryOrder = {field: ALLOW_LIST_VALUE, direction: ASC}

Ordering options for IP allow list entries returned.

isUpdatingDefaultRepositoryPermission: Boolean!

Whether or not the default repository permission is currently being updated.

isUpdatingTwoFactorRequirement: Boolean!

Whether the two-factor authentication requirement is currently being enforced.

membersCanChangeRepositoryVisibilitySetting: EnterpriseEnabledDisabledSettingValue!

The setting value for whether organization members with admin permissions on a repository can change repository visibility.

membersCanChangeRepositoryVisibilitySettingOrganizations(after: String, before: String, first: Int, last: Int, value: Boolean!, orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}): OrganizationConnection!

A list of enterprise organizations configured with the provided can change repository visibility setting value.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

value: Boolean!

The setting value to find organizations for.

orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}

Ordering options for organizations with this setting.

membersCanCreateInternalRepositoriesSetting: Boolean

The setting value for whether members of organizations in the enterprise can create internal repositories.

membersCanCreatePrivateRepositoriesSetting: Boolean

The setting value for whether members of organizations in the enterprise can create private repositories.

membersCanCreatePublicRepositoriesSetting: Boolean

The setting value for whether members of organizations in the enterprise can create public repositories.

membersCanCreateRepositoriesSetting: EnterpriseMembersCanCreateRepositoriesSettingValue

The setting value for whether members of organizations in the enterprise can create repositories.

membersCanCreateRepositoriesSettingOrganizations(after: String, before: String, first: Int, last: Int, value: OrganizationMembersCanCreateRepositoriesSettingValue!, orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}): OrganizationConnection!

A list of enterprise organizations configured with the provided repository creation setting value.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

value: OrganizationMembersCanCreateRepositoriesSettingValue!

The setting to find organizations for.

orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}

Ordering options for organizations with this setting.

membersCanDeleteIssuesSetting: EnterpriseEnabledDisabledSettingValue!

The setting value for whether members with admin permissions for repositories can delete issues.

membersCanDeleteIssuesSettingOrganizations(after: String, before: String, first: Int, last: Int, value: Boolean!, orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}): OrganizationConnection!

A list of enterprise organizations configured with the provided members can delete issues setting value.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

value: Boolean!

The setting value to find organizations for.

orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}

Ordering options for organizations with this setting.

membersCanDeleteRepositoriesSetting: EnterpriseEnabledDisabledSettingValue!

The setting value for whether members with admin permissions for repositories can delete or transfer repositories.

membersCanDeleteRepositoriesSettingOrganizations(after: String, before: String, first: Int, last: Int, value: Boolean!, orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}): OrganizationConnection!

A list of enterprise organizations configured with the provided members can delete repositories setting value.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

value: Boolean!

The setting value to find organizations for.

orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}

Ordering options for organizations with this setting.

membersCanInviteCollaboratorsSetting: EnterpriseEnabledDisabledSettingValue!

The setting value for whether members of organizations in the enterprise can invite outside collaborators.

membersCanInviteCollaboratorsSettingOrganizations(after: String, before: String, first: Int, last: Int, value: Boolean!, orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}): OrganizationConnection!

A list of enterprise organizations configured with the provided members can invite collaborators setting value.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

value: Boolean!

The setting value to find organizations for.

orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}

Ordering options for organizations with this setting.

membersCanMakePurchasesSetting: EnterpriseMembersCanMakePurchasesSettingValue!

Indicates whether members of this enterprise's organizations can purchase additional services for those organizations.

membersCanUpdateProtectedBranchesSetting: EnterpriseEnabledDisabledSettingValue!

The setting value for whether members with admin permissions for repositories can update protected branches.

membersCanUpdateProtectedBranchesSettingOrganizations(after: String, before: String, first: Int, last: Int, value: Boolean!, orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}): OrganizationConnection!

A list of enterprise organizations configured with the provided members can update protected branches setting value.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

value: Boolean!

The setting value to find organizations for.

orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}

Ordering options for organizations with this setting.

membersCanViewDependencyInsightsSetting: EnterpriseEnabledDisabledSettingValue!

The setting value for whether members can view dependency insights.

membersCanViewDependencyInsightsSettingOrganizations(after: String, before: String, first: Int, last: Int, value: Boolean!, orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}): OrganizationConnection!

A list of enterprise organizations configured with the provided members can view dependency insights setting value.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

value: Boolean!

The setting value to find organizations for.

orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}

Ordering options for organizations with this setting.

organizationProjectsSetting: EnterpriseEnabledDisabledSettingValue!

The setting value for whether organization projects are enabled for organizations in this enterprise.

organizationProjectsSettingOrganizations(after: String, before: String, first: Int, last: Int, value: Boolean!, orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}): OrganizationConnection!

A list of enterprise organizations configured with the provided organization projects setting value.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

value: Boolean!

The setting value to find organizations for.

orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}

Ordering options for organizations with this setting.

outsideCollaborators(login: String, query: String, orderBy: EnterpriseMemberOrder = {field: LOGIN, direction: ASC}, visibility: RepositoryVisibility, after: String, before: String, first: Int, last: Int): EnterpriseOutsideCollaboratorConnection!

A list of outside collaborators across the repositories in the enterprise.

Args

login: String

The login of one specific outside collaborator.

query: String

The search string to look for.

orderBy: EnterpriseMemberOrder = {field: LOGIN, direction: ASC}

Ordering options for outside collaborators returned from the connection.

visibility: RepositoryVisibility

Only return outside collaborators on repositories with this visibility.

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

pendingAdminInvitations(query: String, orderBy: EnterpriseAdministratorInvitationOrder = {field: CREATED_AT, direction: DESC}, role: EnterpriseAdministratorRole, after: String, before: String, first: Int, last: Int): EnterpriseAdministratorInvitationConnection!

A list of pending administrator invitations for the enterprise.

Args

query: String

The search string to look for.

orderBy: EnterpriseAdministratorInvitationOrder = {field: CREATED_AT, direction: DESC}

Ordering options for pending enterprise administrator invitations returned from the connection.

role: EnterpriseAdministratorRole

The role to filter by.

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

pendingCollaboratorInvitations(query: String, orderBy: RepositoryInvitationOrder = {field: CREATED_AT, direction: DESC}, after: String, before: String, first: Int, last: Int): RepositoryInvitationConnection!

A list of pending collaborator invitations across the repositories in the enterprise.

Args

query: String

The search string to look for.

orderBy: RepositoryInvitationOrder = {field: CREATED_AT, direction: DESC}

Ordering options for pending repository collaborator invitations returned from the connection.

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

pendingCollaborators(query: String, orderBy: RepositoryInvitationOrder = {field: CREATED_AT, direction: DESC}, after: String, before: String, first: Int, last: Int): EnterprisePendingCollaboratorConnection!

👎 Deprecated:

Repository invitations can now be associated with an email, not only an invitee. Use the `pendingCollaboratorInvitations` field instead. Removal on 2020-10-01 UTC.

A list of pending collaborators across the repositories in the enterprise.

Args

query: String

The search string to look for.

orderBy: RepositoryInvitationOrder = {field: CREATED_AT, direction: DESC}

Ordering options for pending repository collaborator invitations returned from the connection.

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

pendingMemberInvitations(query: String, after: String, before: String, first: Int, last: Int): EnterprisePendingMemberInvitationConnection!

A list of pending member invitations for organizations in the enterprise.

Args

query: String

The search string to look for.

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

repositoryProjectsSetting: EnterpriseEnabledDisabledSettingValue!

The setting value for whether repository projects are enabled in this enterprise.

repositoryProjectsSettingOrganizations(after: String, before: String, first: Int, last: Int, value: Boolean!, orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}): OrganizationConnection!

A list of enterprise organizations configured with the provided repository projects setting value.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

value: Boolean!

The setting value to find organizations for.

orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}

Ordering options for organizations with this setting.

samlIdentityProvider: EnterpriseIdentityProvider

The SAML Identity Provider for the enterprise.

samlIdentityProviderSettingOrganizations(after: String, before: String, first: Int, last: Int, value: IdentityProviderConfigurationState!, orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}): OrganizationConnection!

A list of enterprise organizations configured with the SAML single sign-on setting value.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

value: IdentityProviderConfigurationState!

The setting value to find organizations for.

orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}

Ordering options for organizations with this setting.

teamDiscussionsSetting: EnterpriseEnabledDisabledSettingValue!

The setting value for whether team discussions are enabled for organizations in this enterprise.

teamDiscussionsSettingOrganizations(after: String, before: String, first: Int, last: Int, value: Boolean!, orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}): OrganizationConnection!

A list of enterprise organizations configured with the provided team discussions setting value.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

value: Boolean!

The setting value to find organizations for.

orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}

Ordering options for organizations with this setting.

twoFactorRequiredSetting: EnterpriseEnabledSettingValue!

The setting value for whether the enterprise requires two-factor authentication for its organizations and users.

twoFactorRequiredSettingOrganizations(after: String, before: String, first: Int, last: Int, value: Boolean!, orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}): OrganizationConnection!

A list of enterprise organizations configured with the two-factor authentication setting value.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

value: Boolean!

The setting value to find organizations for.

orderBy: OrganizationOrder = {field: LOGIN, direction: ASC}

Ordering options for organizations with this setting.

Uses

Enterprise.ownerInfo