# Administration d’entreprise

Documentation de référence sur les types de schéma GraphQL dans la catégorie d’administration d’entreprise.

## accessUserNamespaceRepository - mutation

Access user namespace repository for a temporary duration.

### Input fields for `accessUserNamespaceRepository`

* `input` (AccessUserNamespaceRepositoryInput!): 

### Return fields for `accessUserNamespaceRepository`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `expiresAt` (DateTime): The time that repository access expires at.
* `repository` (Repository): The repository that is temporarily accessible.

## AccessUserNamespaceRepositoryInput - input object

Autogenerated input type of AccessUserNamespaceRepository.

### Input fields for `AccessUserNamespaceRepositoryInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise owning the user namespace repository.
* `repositoryId` (ID!): The ID of the user namespace repository to access.

## addEnterpriseOrganizationMember - mutation

Adds enterprise members to an organization within the enterprise.

### Input fields for `addEnterpriseOrganizationMember`

* `input` (AddEnterpriseOrganizationMemberInput!): 

### Return fields for `addEnterpriseOrganizationMember`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `users` ([User!]): The users who were added to the organization.

## AddEnterpriseOrganizationMemberInput - input object

Autogenerated input type of AddEnterpriseOrganizationMember.

### Input fields for `AddEnterpriseOrganizationMemberInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise which owns the organization.
* `organizationId` (ID!): The ID of the organization the users will be added to.
* `role` (OrganizationMemberRole): The role to assign the users in the organization.
* `userIds` ([ID!]!): The IDs of the enterprise members to add.

## AnnouncementBanner - object

An announcement banner for an enterprise or organization.

### Fields for `AnnouncementBanner`

* `createdAt` (DateTime!): The date the announcement was created.
* `expiresAt` (DateTime): The expiration date of the announcement, if any.
* `isUserDismissible` (Boolean!): Whether the announcement can be dismissed by the user.
* `message` (String): The text of the announcement.

## AuditEntry - interface

An entry in the audit log.

### Fields for `AuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

### Implemented by

* MembersCanDeleteReposClearAuditEntry
* MembersCanDeleteReposDisableAuditEntry
* MembersCanDeleteReposEnableAuditEntry
* OauthApplicationCreateAuditEntry
* PrivateRepositoryForkingDisableAuditEntry
* PrivateRepositoryForkingEnableAuditEntry
* RepoConfigDisableAnonymousGitAccessAuditEntry
* RepoConfigDisableCollaboratorsOnlyAuditEntry
* RepoConfigDisableContributorsOnlyAuditEntry
* RepoConfigDisableSockpuppetDisallowedAuditEntry
* RepoConfigEnableAnonymousGitAccessAuditEntry
* RepoConfigEnableCollaboratorsOnlyAuditEntry
* RepoConfigEnableContributorsOnlyAuditEntry
* RepoConfigEnableSockpuppetDisallowedAuditEntry
* RepoConfigLockAnonymousGitAccessAuditEntry
* RepoConfigUnlockAnonymousGitAccessAuditEntry
* RepositoryVisibilityChangeDisableAuditEntry
* RepositoryVisibilityChangeEnableAuditEntry
* OrgAddBillingManagerAuditEntry
* OrgAddMemberAuditEntry
* OrgBlockUserAuditEntry
* OrgConfigDisableCollaboratorsOnlyAuditEntry
* OrgConfigEnableCollaboratorsOnlyAuditEntry
* OrgCreateAuditEntry
* OrgDisableOauthAppRestrictionsAuditEntry
* OrgDisableSamlAuditEntry
* OrgDisableTwoFactorRequirementAuditEntry
* OrgEnableOauthAppRestrictionsAuditEntry
* OrgEnableSamlAuditEntry
* OrgEnableTwoFactorRequirementAuditEntry
* OrgInviteMemberAuditEntry
* OrgInviteToBusinessAuditEntry
* OrgOauthAppAccessApprovedAuditEntry
* OrgOauthAppAccessBlockedAuditEntry
* OrgOauthAppAccessDeniedAuditEntry
* OrgOauthAppAccessRequestedAuditEntry
* OrgOauthAppAccessUnblockedAuditEntry
* OrgRemoveBillingManagerAuditEntry
* OrgRemoveMemberAuditEntry
* OrgRemoveOutsideCollaboratorAuditEntry
* OrgRestoreMemberAuditEntry
* OrgUnblockUserAuditEntry
* OrgUpdateDefaultRepositoryPermissionAuditEntry
* OrgUpdateMemberAuditEntry
* OrgUpdateMemberRepositoryCreationPermissionAuditEntry
* OrgUpdateMemberRepositoryInvitationPermissionAuditEntry
* RepoAccessAuditEntry
* RepoAddMemberAuditEntry
* RepoAddTopicAuditEntry
* RepoArchivedAuditEntry
* RepoChangeMergeSettingAuditEntry
* RepoCreateAuditEntry
* RepoDestroyAuditEntry
* RepoRemoveMemberAuditEntry
* RepoRemoveTopicAuditEntry
* TeamAddMemberAuditEntry
* TeamAddRepositoryAuditEntry
* TeamChangeParentTeamAuditEntry
* TeamRemoveMemberAuditEntry
* TeamRemoveRepositoryAuditEntry

## AuditEntryActor - union

Types that can initiate an audit log event.

### Possible types for `AuditEntryActor`

* Bot
* Organization
* User

## AuditLogOrder - input object

Ordering options for Audit Log connections.

### Input fields for `AuditLogOrder`

* `direction` (OrderDirection): The ordering direction.
* `field` (AuditLogOrderField): The field to order Audit Logs by.

## AuditLogOrderField - enum

Properties by which Audit Log connections can be ordered.

### Values for `AuditLogOrderField`

* `CREATED_AT`: Order audit log entries by timestamp.

## createEnterpriseOrganization - mutation

Creates an organization as part of an enterprise account. A personal access
token used to create an organization is implicitly permitted to update the
organization it created, if the organization is part of an enterprise that has
SAML enabled or uses Enterprise Managed Users. If the organization is not part
of such an enterprise, and instead has SAML enabled for it individually, the
token will then require SAML authorization to continue working against that organization.

### Input fields for `createEnterpriseOrganization`

* `input` (CreateEnterpriseOrganizationInput!): 

### Return fields for `createEnterpriseOrganization`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The enterprise that owns the created organization.
* `organization` (Organization): The organization that was created.

## CreateEnterpriseOrganizationInput - input object

Autogenerated input type of CreateEnterpriseOrganization.

### Input fields for `CreateEnterpriseOrganizationInput`

* `adminLogins` ([String!]!): The logins for the administrators of the new organization.
* `billingEmail` (String!): The email used for sending billing receipts.
* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise owning the new organization.
* `login` (String!): The login of the new organization.
* `profileName` (String!): The profile name of the new organization.

## createIpAllowListEntry - mutation

Creates a new IP allow list entry.

### Input fields for `createIpAllowListEntry`

* `input` (CreateIpAllowListEntryInput!): 

### Return fields for `createIpAllowListEntry`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `ipAllowListEntry` (IpAllowListEntry): The IP allow list entry that was created.

## CreateIpAllowListEntryInput - input object

Autogenerated input type of CreateIpAllowListEntry.

### Input fields for `CreateIpAllowListEntryInput`

* `allowListValue` (String!): An IP address or range of addresses in CIDR notation.
* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `isActive` (Boolean!): Whether the IP allow list entry is active when an IP allow list is enabled.
* `name` (String): An optional name for the IP allow list entry.
* `ownerId` (ID!): The ID of the owner for which to create the new IP allow list entry.

## deleteIpAllowListEntry - mutation

Deletes an IP allow list entry.

### Input fields for `deleteIpAllowListEntry`

* `input` (DeleteIpAllowListEntryInput!): 

### Return fields for `deleteIpAllowListEntry`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `ipAllowListEntry` (IpAllowListEntry): The IP allow list entry that was deleted.

## DeleteIpAllowListEntryInput - input object

Autogenerated input type of DeleteIpAllowListEntry.

### Input fields for `DeleteIpAllowListEntryInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `ipAllowListEntryId` (ID!): The ID of the IP allow list entry to delete.

## Enterprise - object

An account to manage multiple organizations with consolidated policy and billing.

**Implements:** Node

### Fields for `Enterprise`

* `announcementBanner` (AnnouncementBanner): The announcement banner set on this enterprise, if any. Only visible to members of the enterprise.
* `avatarUrl` (URI!): A URL pointing to the enterprise's public avatar.
  * `size` (Int): The size of the resulting square image.

* `billingEmail` (String): The enterprise's billing email.
* `billingInfo` (EnterpriseBillingInfo): Enterprise billing information visible to enterprise billing managers.
* `createdAt` (DateTime!): Identifies the date and time when the object was created.
* `databaseId` (Int): Identifies the primary key from the database.
* `description` (String): The description of the enterprise.
* `descriptionHTML` (HTML!): The description of the enterprise as HTML.
* `id` (ID!): The Node ID of the Enterprise object.
* `location` (String): The location of the enterprise.
* `members` (EnterpriseMemberConnection!): A list of users who are members of this enterprise.
  * `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.
  * `deployment` (EnterpriseUserDeployment): Only return members within the selected GitHub Enterprise deployment.
  * `first` (Int): Returns the first n elements from the list.
  * `hasTwoFactorEnabled` (Boolean): Only return members with this two-factor authentication status. Does not
include members who only have an account on a GitHub Enterprise Server instance.
Upcoming Change on 2025-04-01 UTC
Description: hasTwoFactorEnabled will be removed. Use two_factor_method_security instead.
Reason: has_two_factor_enabled will be removed.
  * `last` (Int): Returns the last n elements from the list.
  * `orderBy` (EnterpriseMemberOrder): Ordering options for members returned from the connection.
  * `organizationLogins` ([String!]): Only return members within the organizations with these logins.
  * `query` (String): The search string to look for.
  * `role` (EnterpriseUserAccountMembershipRole): The role of the user in the enterprise organization or server.
  * `twoFactorMethodSecurity` (TwoFactorCredentialSecurityType): Only return members with this type of two-factor authentication method. Does
not include members who only have an account on a GitHub Enterprise Server instance.

* `name` (String!): The name of the enterprise.
* `organizations` (OrganizationConnection!): A list of organizations that belong to this enterprise.
  * `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): Ordering options for organizations returned from the connection.
  * `query` (String): The search string to look for.
  * `viewerOrganizationRole` (RoleInOrganization): The viewer's role in an organization.

* `ownerInfo` (EnterpriseOwnerInfo): Enterprise information visible to enterprise owners or enterprise owners'
personal access tokens (classic) with read:enterprise or admin:enterprise scope.
* `readme` (String): The raw content of the enterprise README.
* `readmeHTML` (HTML!): The content of the enterprise README as HTML.
* `resourcePath` (URI!): The HTTP path for this enterprise.
* `ruleset` (RepositoryRuleset): Returns a single ruleset from the current enterprise by ID.
  * `databaseId` (Int!): The ID of the ruleset to be returned.

* `rulesets` (RepositoryRulesetConnection): A list of rulesets for this enterprise. _(Pagination: `after`, `before`, `first`, `last`)_
* `slug` (String!): The URL-friendly identifier for the enterprise.
* `updatedAt` (DateTime!): Identifies the date and time when the object was last updated.
* `url` (URI!): The HTTP URL for this enterprise.
* `viewerIsAdmin` (Boolean!): Is the current viewer an admin of this enterprise?.
* `websiteUrl` (URI): The URL of the enterprise website.

## enterprise - query

Look up an enterprise by URL slug.

**Type:** Enterprise

### Arguments for `enterprise`

* `invitationToken` (String): The enterprise invitation token.
* `slug` (String!): The enterprise URL slug.

## EnterpriseAdministratorInvitation - object

An invitation for a user to become an owner or billing manager of an enterprise.

**Implements:** Node

### Fields for `EnterpriseAdministratorInvitation`

* `createdAt` (DateTime!): Identifies the date and time when the object was created.
* `email` (String): The email of the person who was invited to the enterprise.
* `enterprise` (Enterprise!): The enterprise the invitation is for.
* `id` (ID!): The Node ID of the EnterpriseAdministratorInvitation object.
* `invitee` (User): The user who was invited to the enterprise.
* `inviter` (User): The user who created the invitation.
* `role` (EnterpriseAdministratorRole!): The invitee's pending role in the enterprise (owner or billing_manager).

## EnterpriseAdministratorInvitationConnection - object

The connection type for EnterpriseAdministratorInvitation.

### Fields for `EnterpriseAdministratorInvitationConnection`

* `edges` ([EnterpriseAdministratorInvitationEdge]): A list of edges.
* `nodes` ([EnterpriseAdministratorInvitation]): A list of nodes.
* `pageInfo` (PageInfo!): Information to aid in pagination.
* `totalCount` (Int!): Identifies the total count of items in the connection.

## EnterpriseAdministratorInvitationEdge - object

An edge in a connection.

### Fields for `EnterpriseAdministratorInvitationEdge`

* `cursor` (String!): A cursor for use in pagination.
* `node` (EnterpriseAdministratorInvitation): The item at the end of the edge.

## EnterpriseAdministratorInvitationOrder - input object

Ordering options for enterprise administrator invitation connections.

### Input fields for `EnterpriseAdministratorInvitationOrder`

* `direction` (OrderDirection!): The ordering direction.
* `field` (EnterpriseAdministratorInvitationOrderField!): The field to order enterprise administrator invitations by.

## EnterpriseAdministratorInvitationOrderField - enum

Properties by which enterprise administrator invitation connections can be ordered.

### Values for `EnterpriseAdministratorInvitationOrderField`

* `CREATED_AT`: Order enterprise administrator member invitations by creation time.

## EnterpriseAdministratorRole - enum

The possible administrator roles in an enterprise account.

### Values for `EnterpriseAdministratorRole`

* `BILLING_MANAGER`: Represents a billing manager of the enterprise account.
* `OWNER`: Represents an owner of the enterprise account.
* `UNAFFILIATED`: Unaffiliated member of the enterprise account without an admin role.

## EnterpriseAllowPrivateRepositoryForkingPolicyValue - enum

The possible values for the enterprise allow private repository forking policy value.

### Values for `EnterpriseAllowPrivateRepositoryForkingPolicyValue`

* `ENTERPRISE_ORGANIZATIONS`: Members can fork a repository to an organization within this enterprise.
* `ENTERPRISE_ORGANIZATIONS_USER_ACCOUNTS`: Members can fork a repository to their enterprise-managed user account or an organization inside this enterprise.
* `EVERYWHERE`: Members can fork a repository to their user account or an organization, either inside or outside of this enterprise.
* `SAME_ORGANIZATION`: Members can fork a repository only within the same organization (intra-org).
* `SAME_ORGANIZATION_USER_ACCOUNTS`: Members can fork a repository to their user account or within the same organization.
* `USER_ACCOUNTS`: Members can fork a repository to their user account.

## EnterpriseAuditEntryData - interface

Metadata for an audit entry containing enterprise account information.

### Fields for `EnterpriseAuditEntryData`

* `enterpriseResourcePath` (URI): The HTTP path for this enterprise.
* `enterpriseSlug` (String): The slug of the enterprise.
* `enterpriseUrl` (URI): The HTTP URL for this enterprise.

### Implemented by

* MembersCanDeleteReposClearAuditEntry
* MembersCanDeleteReposDisableAuditEntry
* MembersCanDeleteReposEnableAuditEntry
* PrivateRepositoryForkingDisableAuditEntry
* PrivateRepositoryForkingEnableAuditEntry
* RepositoryVisibilityChangeDisableAuditEntry
* RepositoryVisibilityChangeEnableAuditEntry
* OrgInviteToBusinessAuditEntry

## EnterpriseBillingInfo - object

Enterprise billing information visible to enterprise billing managers and owners.

### Fields for `EnterpriseBillingInfo`

* `allLicensableUsersCount` (Int!): The number of licenseable users/emails across the enterprise.
* `assetPacks` (Int!): The number of data packs used by all organizations owned by the enterprise.
* `bandwidthQuota` (Float!): The bandwidth quota in GB for all organizations owned by the enterprise.
* `bandwidthUsage` (Float!): The bandwidth usage in GB for all organizations owned by the enterprise.
* `bandwidthUsagePercentage` (Int!): The bandwidth usage as a percentage of the bandwidth quota.
* `storageQuota` (Float!): The storage quota in GB for all organizations owned by the enterprise.
* `storageUsage` (Float!): The storage usage in GB for all organizations owned by the enterprise.
* `storageUsagePercentage` (Int!): The storage usage as a percentage of the storage quota.
* `totalAvailableLicenses` (Int!): The number of available licenses across all owned organizations based on the unique number of billable users.
* `totalLicenses` (Int!): The total number of licenses allocated.

## EnterpriseConnection - object

The connection type for Enterprise.

### Fields for `EnterpriseConnection`

* `edges` ([EnterpriseEdge]): A list of edges.
* `nodes` ([Enterprise]): A list of nodes.
* `pageInfo` (PageInfo!): Information to aid in pagination.
* `totalCount` (Int!): Identifies the total count of items in the connection.

## EnterpriseDefaultRepositoryPermissionSettingValue - enum

The possible values for the enterprise base repository permission setting.

### Values for `EnterpriseDefaultRepositoryPermissionSettingValue`

* `ADMIN`: Organization members will be able to clone, pull, push, and add new collaborators to all organization repositories.
* `NONE`: Organization members will only be able to clone and pull public repositories.
* `NO_POLICY`: Organizations in the enterprise choose base repository permissions for their members.
* `READ`: Organization members will be able to clone and pull all organization repositories.
* `WRITE`: Organization members will be able to clone, pull, and push all organization repositories.

## EnterpriseDisallowedMethodsSettingValue - enum

The possible values for an enabled/no policy enterprise setting.

### Values for `EnterpriseDisallowedMethodsSettingValue`

* `INSECURE`: The setting prevents insecure 2FA methods from being used by members of the enterprise.
* `NO_POLICY`: There is no policy set for preventing insecure 2FA methods from being used by members of the enterprise.

## EnterpriseEdge - object

An edge in a connection.

### Fields for `EnterpriseEdge`

* `cursor` (String!): A cursor for use in pagination.
* `node` (Enterprise): The item at the end of the edge.

## EnterpriseEnabledDisabledSettingValue - enum

The possible values for an enabled/disabled enterprise setting.

### Values for `EnterpriseEnabledDisabledSettingValue`

* `DISABLED`: The setting is disabled for organizations in the enterprise.
* `ENABLED`: The setting is enabled for organizations in the enterprise.
* `NO_POLICY`: There is no policy set for organizations in the enterprise.

## EnterpriseEnabledSettingValue - enum

The possible values for an enabled/no policy enterprise setting.

### Values for `EnterpriseEnabledSettingValue`

* `ENABLED`: The setting is enabled for organizations in the enterprise.
* `NO_POLICY`: There is no policy set for organizations in the enterprise.

## EnterpriseIdentityProvider - object

An identity provider configured to provision identities for an enterprise.
Visible to enterprise owners or enterprise owners' personal access tokens
(classic) with read:enterprise or admin:enterprise scope.

**Implements:** Node

### Fields for `EnterpriseIdentityProvider`

* `digestMethod` (SamlDigestAlgorithm): The digest algorithm used to sign SAML requests for the identity provider.
* `enterprise` (Enterprise): The enterprise this identity provider belongs to.
* `externalIdentities` (ExternalIdentityConnection!): ExternalIdentities provisioned by this identity provider.
  * `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.
  * `login` (String): Filter to external identities with the users login.
  * `membersOnly` (Boolean): Filter to external identities with valid org membership only.
  * `userName` (String): Filter to external identities with the users userName/NameID attribute.

* `id` (ID!): The Node ID of the EnterpriseIdentityProvider object.
* `idpCertificate` (X509Certificate): The x509 certificate used by the identity provider to sign assertions and responses.
* `issuer` (String): The Issuer Entity ID for the SAML identity provider.
* `recoveryCodes` ([String!]): Recovery codes that can be used by admins to access the enterprise if the identity provider is unavailable.
* `signatureMethod` (SamlSignatureAlgorithm): The signature algorithm used to sign SAML requests for the identity provider.
* `ssoUrl` (URI): The URL endpoint for the identity provider's SAML SSO.

## EnterpriseMember - union

An object that is a member of an enterprise.

### Possible types for `EnterpriseMember`

* EnterpriseUserAccount
* User

## EnterpriseMemberConnection - object

The connection type for EnterpriseMember.

### Fields for `EnterpriseMemberConnection`

* `edges` ([EnterpriseMemberEdge]): A list of edges.
* `nodes` ([EnterpriseMember]): A list of nodes.
* `pageInfo` (PageInfo!): Information to aid in pagination.
* `totalCount` (Int!): Identifies the total count of items in the connection.

## EnterpriseMemberEdge - object

A User who is a member of an enterprise through one or more organizations.

### Fields for `EnterpriseMemberEdge`

* `cursor` (String!): A cursor for use in pagination.
* `node` (EnterpriseMember): The item at the end of the edge.

## EnterpriseMemberInvitation - object

An invitation for a user to become an unaffiliated member of an enterprise.

**Implements:** Node

### Fields for `EnterpriseMemberInvitation`

* `createdAt` (DateTime!): Identifies the date and time when the object was created.
* `email` (String): The email of the person who was invited to the enterprise.
* `enterprise` (Enterprise!): The enterprise the invitation is for.
* `id` (ID!): The Node ID of the EnterpriseMemberInvitation object.
* `invitee` (User): The user who was invited to the enterprise.
* `inviter` (User): The user who created the invitation.

## EnterpriseMemberOrder - input object

Ordering options for enterprise member connections.

### Input fields for `EnterpriseMemberOrder`

* `direction` (OrderDirection!): The ordering direction.
* `field` (EnterpriseMemberOrderField!): The field to order enterprise members by.

## EnterpriseMemberOrderField - enum

Properties by which enterprise member connections can be ordered.

### Values for `EnterpriseMemberOrderField`

* `CREATED_AT`: Order enterprise members by creation time.
* `LOGIN`: Order enterprise members by login.

## EnterpriseMembersCanCreateRepositoriesSettingValue - enum

The possible values for the enterprise members can create repositories setting.

### Values for `EnterpriseMembersCanCreateRepositoriesSettingValue`

* `ALL`: Members will be able to create public and private repositories.
* `DISABLED`: Members will not be able to create public or private repositories.
* `NO_POLICY`: Organization owners choose whether to allow members to create repositories.
* `PRIVATE`: Members will be able to create only private repositories.
* `PUBLIC`: Members will be able to create only public repositories.

## EnterpriseMembersCanMakePurchasesSettingValue - enum

The possible values for the members can make purchases setting.

### Values for `EnterpriseMembersCanMakePurchasesSettingValue`

* `DISABLED`: The setting is disabled for organizations in the enterprise.
* `ENABLED`: The setting is enabled for organizations in the enterprise.

## EnterpriseMembershipType - enum

The possible values we have for filtering Platform::Objects::User#enterprises.

### Values for `EnterpriseMembershipType`

* `ADMIN`: Returns all enterprises in which the user is an admin.
* `ALL`: Returns all enterprises in which the user is a member, admin, or billing manager.
* `BILLING_MANAGER`: Returns all enterprises in which the user is a billing manager.
* `ORG_MEMBERSHIP`: Returns all enterprises in which the user is a member of an org that is owned by the enterprise.

## EnterpriseOrder - input object

Ordering options for enterprises.

### Input fields for `EnterpriseOrder`

* `direction` (OrderDirection!): The ordering direction.
* `field` (EnterpriseOrderField!): The field to order enterprises by.

## EnterpriseOrderField - enum

Properties by which enterprise connections can be ordered.

### Values for `EnterpriseOrderField`

* `NAME`: Order enterprises by name.

## EnterpriseOwnerInfo - object

Enterprise information visible to enterprise owners or enterprise owners'
personal access tokens (classic) with read:enterprise or admin:enterprise scope.

### Fields for `EnterpriseOwnerInfo`

* `admins` (EnterpriseAdministratorConnection!): A list of all of the administrators for this enterprise.
  * `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.
  * `hasTwoFactorEnabled` (Boolean): Only return administrators with this two-factor authentication status.
Upcoming Change on 2025-04-01 UTC
Description: hasTwoFactorEnabled will be removed. Use two_factor_method_security instead.
Reason: has_two_factor_enabled will be removed.
  * `last` (Int): Returns the last n elements from the list.
  * `orderBy` (EnterpriseMemberOrder): Ordering options for administrators returned from the connection.
  * `organizationLogins` ([String!]): Only return members within the organizations with these logins.
  * `query` (String): The search string to look for.
  * `role` (EnterpriseAdministratorRole): The role to filter by.
  * `twoFactorMethodSecurity` (TwoFactorCredentialSecurityType): Only return outside collaborators with this type of two-factor authentication method.

* `affiliatedUsersWithTwoFactorDisabled` (UserConnection!): A list of users in the enterprise who currently have two-factor authentication disabled. _(Pagination: `after`, `before`, `first`, `last`)_
* `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` (OrganizationConnection!): A list of enterprise organizations configured with the provided private repository forking setting value.
  * `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): Ordering options for organizations with this setting.
  * `value` (Boolean!): The setting value to find organizations for.

* `allowPrivateRepositoryForkingSettingPolicyValue` (EnterpriseAllowPrivateRepositoryForkingPolicyValue): The value for the allow private repository forking policy on the enterprise.
* `defaultRepositoryPermissionSetting` (EnterpriseDefaultRepositoryPermissionSettingValue!): The setting value for base repository permissions for organizations in this enterprise.
* `defaultRepositoryPermissionSettingOrganizations` (OrganizationConnection!): A list of enterprise organizations configured with the provided base repository permission.
  * `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): Ordering options for organizations with this setting.
  * `value` (DefaultRepositoryPermissionField!): The permission to find organizations for.

* `domains` (VerifiableDomainConnection!): A list of domains owned by the enterprise. Visible to enterprise owners or
enterprise owners' personal access tokens (classic) with admin:enterprise scope.
  * `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.
  * `isApproved` (Boolean): Filter whether or not the domain is approved.
  * `isVerified` (Boolean): Filter whether or not the domain is verified.
  * `last` (Int): Returns the last n elements from the list.
  * `orderBy` (VerifiableDomainOrder): Ordering options for verifiable domains returned.

* `failedInvitations` (EnterpriseFailedInvitationConnection!): A list of failed invitations in the enterprise.
  * `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.
  * `query` (String): The search string to look for.

* `ipAllowListEnabledSetting` (IpAllowListEnabledSettingValue!): The setting value for whether the enterprise has an IP allow list enabled.
* `ipAllowListEntries` (IpAllowListEntryConnection!): The IP addresses that are allowed to access resources owned by the enterprise.
Visible to enterprise owners or enterprise owners' personal access tokens
(classic) with admin:enterprise scope.
  * `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): Ordering options for IP allow list entries returned.

* `ipAllowListForInstalledAppsEnabledSetting` (IpAllowListForInstalledAppsEnabledSettingValue!): The setting value for whether the enterprise has IP allow list configuration for installed GitHub Apps enabled.
* `isUpdatingDefaultRepositoryPermission` (Boolean!): Whether or not the base 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` (OrganizationConnection!): A list of enterprise organizations configured with the provided can change repository visibility setting value.
  * `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): Ordering options for organizations with this setting.
  * `value` (Boolean!): The setting value to find organizations for.

* `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` (OrganizationConnection!): A list of enterprise organizations configured with the provided repository creation setting value.
  * `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): Ordering options for organizations with this setting.
  * `value` (OrganizationMembersCanCreateRepositoriesSettingValue!): The setting to find organizations for.

* `membersCanDeleteIssuesSetting` (EnterpriseEnabledDisabledSettingValue!): The setting value for whether members with admin permissions for repositories can delete issues.
* `membersCanDeleteIssuesSettingOrganizations` (OrganizationConnection!): A list of enterprise organizations configured with the provided members can delete issues setting value.
  * `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): Ordering options for organizations with this setting.
  * `value` (Boolean!): The setting value to find organizations for.

* `membersCanDeleteRepositoriesSetting` (EnterpriseEnabledDisabledSettingValue!): The setting value for whether members with admin permissions for repositories can delete or transfer repositories.
* `membersCanDeleteRepositoriesSettingOrganizations` (OrganizationConnection!): A list of enterprise organizations configured with the provided members can delete repositories setting value.
  * `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): Ordering options for organizations with this setting.
  * `value` (Boolean!): The setting value to find organizations for.

* `membersCanInviteCollaboratorsSetting` (EnterpriseEnabledDisabledSettingValue!): The setting value for whether members of organizations in the enterprise can invite outside collaborators.
* `membersCanInviteCollaboratorsSettingOrganizations` (OrganizationConnection!): A list of enterprise organizations configured with the provided members can invite collaborators setting value.
  * `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): Ordering options for organizations with this setting.
  * `value` (Boolean!): The setting value to find organizations for.

* `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` (OrganizationConnection!): A list of enterprise organizations configured with the provided members can update protected branches setting value.
  * `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): Ordering options for organizations with this setting.
  * `value` (Boolean!): The setting value to find organizations for.

* `membersCanViewDependencyInsightsSetting` (EnterpriseEnabledDisabledSettingValue!): The setting value for whether members can view dependency insights.
* `membersCanViewDependencyInsightsSettingOrganizations` (OrganizationConnection!): A list of enterprise organizations configured with the provided members can view dependency insights setting value.
  * `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): Ordering options for organizations with this setting.
  * `value` (Boolean!): The setting value to find organizations for.

* `notificationDeliveryRestrictionEnabledSetting` (NotificationRestrictionSettingValue!): Indicates if email notification delivery for this enterprise is restricted to verified or approved domains.
* `organizationProjectsSetting` (EnterpriseEnabledDisabledSettingValue!): The setting value for whether organization projects are enabled for organizations in this enterprise.
* `organizationProjectsSettingOrganizations` (OrganizationConnection!): A list of enterprise organizations configured with the provided organization projects setting value.
  * `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): Ordering options for organizations with this setting.
  * `value` (Boolean!): The setting value to find organizations for.

* `outsideCollaborators` (EnterpriseOutsideCollaboratorConnection!): A list of outside collaborators across the repositories in the enterprise.
  * `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.
  * `hasTwoFactorEnabled` (Boolean): Only return outside collaborators with this two-factor authentication status.
Upcoming Change on 2025-04-01 UTC
Description: hasTwoFactorEnabled will be removed. Use two_factor_method_security instead.
Reason: has_two_factor_enabled will be removed.
  * `last` (Int): Returns the last n elements from the list.
  * `login` (String): The login of one specific outside collaborator.
  * `orderBy` (EnterpriseMemberOrder): Ordering options for outside collaborators returned from the connection.
  * `organizationLogins` ([String!]): Only return outside collaborators within the organizations with these logins.
  * `query` (String): The search string to look for.
  * `twoFactorMethodSecurity` (TwoFactorCredentialSecurityType): Only return outside collaborators with this type of two-factor authentication method.
  * `visibility` (RepositoryVisibility): Only return outside collaborators on repositories with this visibility.

* `pendingAdminInvitations` (EnterpriseAdministratorInvitationConnection!): A list of pending administrator invitations for the enterprise.
  * `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` (EnterpriseAdministratorInvitationOrder): Ordering options for pending enterprise administrator invitations returned from the connection.
  * `query` (String): The search string to look for.
  * `role` (EnterpriseAdministratorRole): The role to filter by.

* `pendingCollaboratorInvitations` (RepositoryInvitationConnection!): A list of pending collaborator invitations across the repositories in the enterprise.
  * `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` (RepositoryInvitationOrder): Ordering options for pending repository collaborator invitations returned from the connection.
  * `query` (String): The search string to look for.

* `pendingMemberInvitations` (EnterprisePendingMemberInvitationConnection!): A list of pending member invitations for organizations in the enterprise.
  * `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.
  * `invitationSource` (OrganizationInvitationSource): Only return invitations matching this invitation source.
  * `last` (Int): Returns the last n elements from the list.
  * `organizationLogins` ([String!]): Only return invitations within the organizations with these logins.
  * `query` (String): The search string to look for.

* `repositoryDeployKeySetting` (EnterpriseEnabledDisabledSettingValue!): The setting value for whether deploy keys are enabled for repositories in organizations in this enterprise.
* `repositoryDeployKeySettingOrganizations` (OrganizationConnection!): A list of enterprise organizations configured with the provided deploy keys setting value.
  * `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): Ordering options for organizations with this setting.
  * `value` (Boolean!): The setting value to find organizations for.

* `repositoryProjectsSetting` (EnterpriseEnabledDisabledSettingValue!): The setting value for whether repository projects are enabled in this enterprise.
* `repositoryProjectsSettingOrganizations` (OrganizationConnection!): A list of enterprise organizations configured with the provided repository projects setting value.
  * `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): Ordering options for organizations with this setting.
  * `value` (Boolean!): The setting value to find organizations for.

* `samlIdentityProvider` (EnterpriseIdentityProvider): The SAML Identity Provider for the enterprise.
* `samlIdentityProviderSettingOrganizations` (OrganizationConnection!): A list of enterprise organizations configured with the SAML single sign-on setting value.
  * `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): Ordering options for organizations with this setting.
  * `value` (IdentityProviderConfigurationState!): The setting value to find organizations for.

* `teamDiscussionsSetting` (EnterpriseEnabledDisabledSettingValue!): The setting value for whether team discussions are enabled for organizations in this enterprise.
* `teamDiscussionsSettingOrganizations` (OrganizationConnection!): A list of enterprise organizations configured with the provided team discussions setting value.
  * `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): Ordering options for organizations with this setting.
  * `value` (Boolean!): The setting value to find organizations for.

* `twoFactorDisallowedMethodsSetting` (EnterpriseDisallowedMethodsSettingValue!): The setting value for what methods of two-factor authentication the enterprise prevents its users from having.
* `twoFactorRequiredSetting` (EnterpriseEnabledSettingValue!): The setting value for whether the enterprise requires two-factor authentication for its organizations and users.
* `twoFactorRequiredSettingOrganizations` (OrganizationConnection!): A list of enterprise organizations configured with the two-factor authentication setting value.
  * `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): Ordering options for organizations with this setting.
  * `value` (Boolean!): The setting value to find organizations for.

## EnterpriseRepositoryInfo - object

A subset of repository information queryable from an enterprise.

**Implements:** Node

### Fields for `EnterpriseRepositoryInfo`

* `id` (ID!): The Node ID of the EnterpriseRepositoryInfo object.
* `isPrivate` (Boolean!): Identifies if the repository is private or internal.
* `name` (String!): The repository's name.
* `nameWithOwner` (String!): The repository's name with owner.

## EnterpriseRepositoryInfoConnection - object

The connection type for EnterpriseRepositoryInfo.

### Fields for `EnterpriseRepositoryInfoConnection`

* `edges` ([EnterpriseRepositoryInfoEdge]): A list of edges.
* `nodes` ([EnterpriseRepositoryInfo]): A list of nodes.
* `pageInfo` (PageInfo!): Information to aid in pagination.
* `totalCount` (Int!): Identifies the total count of items in the connection.

## EnterpriseRepositoryInfoEdge - object

An edge in a connection.

### Fields for `EnterpriseRepositoryInfoEdge`

* `cursor` (String!): A cursor for use in pagination.
* `node` (EnterpriseRepositoryInfo): The item at the end of the edge.

## EnterpriseServerInstallation - object

An Enterprise Server installation.

**Implements:** Node

### Fields for `EnterpriseServerInstallation`

* `createdAt` (DateTime!): Identifies the date and time when the object was created.
* `customerName` (String!): The customer name to which the Enterprise Server installation belongs.
* `hostName` (String!): The host name of the Enterprise Server installation.
* `id` (ID!): The Node ID of the EnterpriseServerInstallation object.
* `isConnected` (Boolean!): Whether or not the installation is connected to an Enterprise Server installation via GitHub Connect.
* `updatedAt` (DateTime!): Identifies the date and time when the object was last updated.
* `userAccounts` (EnterpriseServerUserAccountConnection!): User accounts on this Enterprise Server installation.
  * `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` (EnterpriseServerUserAccountOrder): Ordering options for Enterprise Server user accounts returned from the connection.

* `userAccountsUploads` (EnterpriseServerUserAccountsUploadConnection!): User accounts uploads for the Enterprise Server installation.
  * `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` (EnterpriseServerUserAccountsUploadOrder): Ordering options for Enterprise Server user accounts uploads returned from the connection.

## EnterpriseServerInstallationMembershipConnection - object

The connection type for EnterpriseServerInstallation.

### Fields for `EnterpriseServerInstallationMembershipConnection`

* `edges` ([EnterpriseServerInstallationMembershipEdge]): A list of edges.
* `nodes` ([EnterpriseServerInstallation]): A list of nodes.
* `pageInfo` (PageInfo!): Information to aid in pagination.
* `totalCount` (Int!): Identifies the total count of items in the connection.

## EnterpriseServerInstallationMembershipEdge - object

An Enterprise Server installation that a user is a member of.

### Fields for `EnterpriseServerInstallationMembershipEdge`

* `cursor` (String!): A cursor for use in pagination.
* `node` (EnterpriseServerInstallation): The item at the end of the edge.
* `role` (EnterpriseUserAccountMembershipRole!): The role of the user in the enterprise membership.

## EnterpriseServerInstallationOrder - input object

Ordering options for Enterprise Server installation connections.

### Input fields for `EnterpriseServerInstallationOrder`

* `direction` (OrderDirection!): The ordering direction.
* `field` (EnterpriseServerInstallationOrderField!): The field to order Enterprise Server installations by.

## EnterpriseServerInstallationOrderField - enum

Properties by which Enterprise Server installation connections can be ordered.

### Values for `EnterpriseServerInstallationOrderField`

* `CREATED_AT`: Order Enterprise Server installations by creation time.
* `CUSTOMER_NAME`: Order Enterprise Server installations by customer name.
* `HOST_NAME`: Order Enterprise Server installations by host name.

## EnterpriseServerUserAccount - object

A user account on an Enterprise Server installation.

**Implements:** Node

### Fields for `EnterpriseServerUserAccount`

* `createdAt` (DateTime!): Identifies the date and time when the object was created.
* `emails` (EnterpriseServerUserAccountEmailConnection!): User emails belonging to this user account.
  * `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` (EnterpriseServerUserAccountEmailOrder): Ordering options for Enterprise Server user account emails returned from the connection.

* `enterpriseServerInstallation` (EnterpriseServerInstallation!): The Enterprise Server installation on which this user account exists.
* `id` (ID!): The Node ID of the EnterpriseServerUserAccount object.
* `isSiteAdmin` (Boolean!): Whether the user account is a site administrator on the Enterprise Server installation.
* `login` (String!): The login of the user account on the Enterprise Server installation.
* `profileName` (String): The profile name of the user account on the Enterprise Server installation.
* `remoteCreatedAt` (DateTime!): The date and time when the user account was created on the Enterprise Server installation.
* `remoteUserId` (Int!): The ID of the user account on the Enterprise Server installation.
* `updatedAt` (DateTime!): Identifies the date and time when the object was last updated.

## EnterpriseServerUserAccountConnection - object

The connection type for EnterpriseServerUserAccount.

### Fields for `EnterpriseServerUserAccountConnection`

* `edges` ([EnterpriseServerUserAccountEdge]): A list of edges.
* `nodes` ([EnterpriseServerUserAccount]): A list of nodes.
* `pageInfo` (PageInfo!): Information to aid in pagination.
* `totalCount` (Int!): Identifies the total count of items in the connection.

## EnterpriseServerUserAccountEdge - object

An edge in a connection.

### Fields for `EnterpriseServerUserAccountEdge`

* `cursor` (String!): A cursor for use in pagination.
* `node` (EnterpriseServerUserAccount): The item at the end of the edge.

## EnterpriseServerUserAccountEmail - object

An email belonging to a user account on an Enterprise Server installation.

**Implements:** Node

### Fields for `EnterpriseServerUserAccountEmail`

* `createdAt` (DateTime!): Identifies the date and time when the object was created.
* `email` (String!): The email address.
* `id` (ID!): The Node ID of the EnterpriseServerUserAccountEmail object.
* `isPrimary` (Boolean!): Indicates whether this is the primary email of the associated user account.
* `updatedAt` (DateTime!): Identifies the date and time when the object was last updated.
* `userAccount` (EnterpriseServerUserAccount!): The user account to which the email belongs.

## EnterpriseServerUserAccountEmailConnection - object

The connection type for EnterpriseServerUserAccountEmail.

### Fields for `EnterpriseServerUserAccountEmailConnection`

* `edges` ([EnterpriseServerUserAccountEmailEdge]): A list of edges.
* `nodes` ([EnterpriseServerUserAccountEmail]): A list of nodes.
* `pageInfo` (PageInfo!): Information to aid in pagination.
* `totalCount` (Int!): Identifies the total count of items in the connection.

## EnterpriseServerUserAccountEmailEdge - object

An edge in a connection.

### Fields for `EnterpriseServerUserAccountEmailEdge`

* `cursor` (String!): A cursor for use in pagination.
* `node` (EnterpriseServerUserAccountEmail): The item at the end of the edge.

## EnterpriseServerUserAccountEmailOrder - input object

Ordering options for Enterprise Server user account email connections.

### Input fields for `EnterpriseServerUserAccountEmailOrder`

* `direction` (OrderDirection!): The ordering direction.
* `field` (EnterpriseServerUserAccountEmailOrderField!): The field to order emails by.

## EnterpriseServerUserAccountEmailOrderField - enum

Properties by which Enterprise Server user account email connections can be ordered.

### Values for `EnterpriseServerUserAccountEmailOrderField`

* `EMAIL`: Order emails by email.

## EnterpriseServerUserAccountOrder - input object

Ordering options for Enterprise Server user account connections.

### Input fields for `EnterpriseServerUserAccountOrder`

* `direction` (OrderDirection!): The ordering direction.
* `field` (EnterpriseServerUserAccountOrderField!): The field to order user accounts by.

## EnterpriseServerUserAccountOrderField - enum

Properties by which Enterprise Server user account connections can be ordered.

### Values for `EnterpriseServerUserAccountOrderField`

* `LOGIN`: Order user accounts by login.
* `REMOTE_CREATED_AT`: Order user accounts by creation time on the Enterprise Server installation.

## EnterpriseServerUserAccountsUpload - object

A user accounts upload from an Enterprise Server installation.

**Implements:** Node

### Fields for `EnterpriseServerUserAccountsUpload`

* `createdAt` (DateTime!): Identifies the date and time when the object was created.
* `enterprise` (Enterprise!): The enterprise to which this upload belongs.
* `enterpriseServerInstallation` (EnterpriseServerInstallation!): The Enterprise Server installation for which this upload was generated.
* `id` (ID!): The Node ID of the EnterpriseServerUserAccountsUpload object.
* `name` (String!): The name of the file uploaded.
* `syncState` (EnterpriseServerUserAccountsUploadSyncState!): The synchronization state of the upload.
* `updatedAt` (DateTime!): Identifies the date and time when the object was last updated.

## EnterpriseServerUserAccountsUploadConnection - object

The connection type for EnterpriseServerUserAccountsUpload.

### Fields for `EnterpriseServerUserAccountsUploadConnection`

* `edges` ([EnterpriseServerUserAccountsUploadEdge]): A list of edges.
* `nodes` ([EnterpriseServerUserAccountsUpload]): A list of nodes.
* `pageInfo` (PageInfo!): Information to aid in pagination.
* `totalCount` (Int!): Identifies the total count of items in the connection.

## EnterpriseServerUserAccountsUploadEdge - object

An edge in a connection.

### Fields for `EnterpriseServerUserAccountsUploadEdge`

* `cursor` (String!): A cursor for use in pagination.
* `node` (EnterpriseServerUserAccountsUpload): The item at the end of the edge.

## EnterpriseServerUserAccountsUploadOrder - input object

Ordering options for Enterprise Server user accounts upload connections.

### Input fields for `EnterpriseServerUserAccountsUploadOrder`

* `direction` (OrderDirection!): The ordering direction.
* `field` (EnterpriseServerUserAccountsUploadOrderField!): The field to order user accounts uploads by.

## EnterpriseServerUserAccountsUploadOrderField - enum

Properties by which Enterprise Server user accounts upload connections can be ordered.

### Values for `EnterpriseServerUserAccountsUploadOrderField`

* `CREATED_AT`: Order user accounts uploads by creation time.

## EnterpriseServerUserAccountsUploadSyncState - enum

Synchronization state of the Enterprise Server user accounts upload.

### Values for `EnterpriseServerUserAccountsUploadSyncState`

* `FAILURE`: The synchronization of the upload failed.
* `PENDING`: The synchronization of the upload is pending.
* `SUCCESS`: The synchronization of the upload succeeded.

## EnterpriseUserAccount - object

An account for a user who is an admin of an enterprise or a member of an enterprise through one or more organizations.

**Implements:** Actor, Node

### Fields for `EnterpriseUserAccount`

* `avatarUrl` (URI!): A URL pointing to the enterprise user account's public avatar.
  * `size` (Int): The size of the resulting square image.

* `createdAt` (DateTime!): Identifies the date and time when the object was created.
* `enterprise` (Enterprise!): The enterprise in which this user account exists.
* `enterpriseInstallations` (EnterpriseServerInstallationMembershipConnection!): A list of Enterprise Server installations this user is a member of.
  * `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` (EnterpriseServerInstallationOrder): Ordering options for installations returned from the connection.
  * `query` (String): The search string to look for.
  * `role` (EnterpriseUserAccountMembershipRole): The role of the user in the installation.

* `id` (ID!): The Node ID of the EnterpriseUserAccount object.
* `login` (String!): An identifier for the enterprise user account, a login or email address.
* `name` (String): The name of the enterprise user account.
* `organizations` (EnterpriseOrganizationMembershipConnection!): A list of enterprise organizations this user is a member of.
  * `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): Ordering options for organizations returned from the connection.
  * `query` (String): The search string to look for.
  * `role` (EnterpriseUserAccountMembershipRole): The role of the user in the enterprise organization.

* `resourcePath` (URI!): The HTTP path for this user.
* `updatedAt` (DateTime!): Identifies the date and time when the object was last updated.
* `url` (URI!): The HTTP URL for this user.
* `user` (User): The user within the enterprise.

## EnterpriseUserAccountMembershipRole - enum

The possible roles for enterprise membership.

### Values for `EnterpriseUserAccountMembershipRole`

* `MEMBER`: The user is a member of an organization in the enterprise.
* `OWNER`: The user is an owner of an organization in the enterprise.

## EnterpriseUserDeployment - enum

The possible GitHub Enterprise deployments where this user can exist.

### Values for `EnterpriseUserDeployment`

* `CLOUD`: The user is part of a GitHub Enterprise Cloud deployment.
* `SERVER`: The user is part of a GitHub Enterprise Server deployment.

## ExternalIdentity - object

An external identity provisioned by SAML SSO or SCIM. If SAML is configured on
the organization, the external identity is visible to (1) organization owners,
(2) organization owners' personal access tokens (classic) with read:org or
admin:org scope, (3) GitHub App with an installation token with read or write
access to members. If SAML is configured on the enterprise, the external
identity is visible to (1) enterprise owners, (2) enterprise owners' personal
access tokens (classic) with read:enterprise or admin:enterprise scope.

**Implements:** Node

### Fields for `ExternalIdentity`

* `guid` (String!): The GUID for this identity.
* `id` (ID!): The Node ID of the ExternalIdentity object.
* `organizationInvitation` (OrganizationInvitation): Organization invitation for this SCIM-provisioned external identity.
* `samlIdentity` (ExternalIdentitySamlAttributes): SAML Identity attributes.
* `scimIdentity` (ExternalIdentityScimAttributes): SCIM Identity attributes.
* `user` (User): User linked to this external identity. Will be NULL if this identity has not been claimed by an organization member.

## ExternalIdentityAttribute - object

An attribute for the External Identity attributes collection.

### Fields for `ExternalIdentityAttribute`

* `metadata` (String): The attribute metadata as JSON.
* `name` (String!): The attribute name.
* `value` (String!): The attribute value.

## ExternalIdentityConnection - object

The connection type for ExternalIdentity.

### Fields for `ExternalIdentityConnection`

* `edges` ([ExternalIdentityEdge]): A list of edges.
* `nodes` ([ExternalIdentity]): A list of nodes.
* `pageInfo` (PageInfo!): Information to aid in pagination.
* `totalCount` (Int!): Identifies the total count of items in the connection.

## ExternalIdentityEdge - object

An edge in a connection.

### Fields for `ExternalIdentityEdge`

* `cursor` (String!): A cursor for use in pagination.
* `node` (ExternalIdentity): The item at the end of the edge.

## ExternalIdentitySamlAttributes - object

SAML attributes for the External Identity.

### Fields for `ExternalIdentitySamlAttributes`

* `attributes` ([ExternalIdentityAttribute!]!): SAML Identity attributes.
* `emails` ([UserEmailMetadata!]): The emails associated with the SAML identity.
* `familyName` (String): Family name of the SAML identity.
* `givenName` (String): Given name of the SAML identity.
* `groups` ([String!]): The groups linked to this identity in IDP.
* `nameId` (String): The NameID of the SAML identity.
* `username` (String): The userName of the SAML identity.

## ExternalIdentityScimAttributes - object

SCIM attributes for the External Identity.

### Fields for `ExternalIdentityScimAttributes`

* `emails` ([UserEmailMetadata!]): The emails associated with the SCIM identity.
* `familyName` (String): Family name of the SCIM identity.
* `givenName` (String): Given name of the SCIM identity.
* `groups` ([String!]): The groups linked to this identity in IDP.
* `username` (String): The userName of the SCIM identity.

## grantEnterpriseOrganizationsMigratorRole - mutation

Grant the migrator role to a user for all organizations under an enterprise account.

### Input fields for `grantEnterpriseOrganizationsMigratorRole`

* `input` (GrantEnterpriseOrganizationsMigratorRoleInput!): 

### Return fields for `grantEnterpriseOrganizationsMigratorRole`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `organizations` (OrganizationConnection): The organizations that had the migrator role applied to for the given user.

## GrantEnterpriseOrganizationsMigratorRoleInput - input object

Autogenerated input type of GrantEnterpriseOrganizationsMigratorRole.

### Input fields for `GrantEnterpriseOrganizationsMigratorRoleInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise to which all organizations managed by it will be granted the migrator role.
* `login` (String!): The login of the user to grant the migrator role.

## IdentityProviderConfigurationState - enum

The possible states in which authentication can be configured with an identity provider.

### Values for `IdentityProviderConfigurationState`

* `CONFIGURED`: Authentication with an identity provider is configured but not enforced.
* `ENFORCED`: Authentication with an identity provider is configured and enforced.
* `UNCONFIGURED`: Authentication with an identity provider is not configured.

## IpAllowListEnabledSettingValue - enum

The possible values for the IP allow list enabled setting.

### Values for `IpAllowListEnabledSettingValue`

* `DISABLED`: The setting is disabled for the owner.
* `ENABLED`: The setting is enabled for the owner.

## IpAllowListEntry - object

An IP address or range of addresses that is allowed to access an owner's resources.

**Implements:** Node

### Fields for `IpAllowListEntry`

* `allowListValue` (String!): A single IP address or range of IP addresses in CIDR notation.
* `createdAt` (DateTime!): Identifies the date and time when the object was created.
* `id` (ID!): The Node ID of the IpAllowListEntry object.
* `isActive` (Boolean!): Whether the entry is currently active.
* `name` (String): The name of the IP allow list entry.
* `owner` (IpAllowListOwner!): The owner of the IP allow list entry.
* `updatedAt` (DateTime!): Identifies the date and time when the object was last updated.

## IpAllowListEntryConnection - object

The connection type for IpAllowListEntry.

### Fields for `IpAllowListEntryConnection`

* `edges` ([IpAllowListEntryEdge]): A list of edges.
* `nodes` ([IpAllowListEntry]): A list of nodes.
* `pageInfo` (PageInfo!): Information to aid in pagination.
* `totalCount` (Int!): Identifies the total count of items in the connection.

## IpAllowListEntryEdge - object

An edge in a connection.

### Fields for `IpAllowListEntryEdge`

* `cursor` (String!): A cursor for use in pagination.
* `node` (IpAllowListEntry): The item at the end of the edge.

## IpAllowListEntryOrder - input object

Ordering options for IP allow list entry connections.

### Input fields for `IpAllowListEntryOrder`

* `direction` (OrderDirection!): The ordering direction.
* `field` (IpAllowListEntryOrderField!): The field to order IP allow list entries by.

## IpAllowListEntryOrderField - enum

Properties by which IP allow list entry connections can be ordered.

### Values for `IpAllowListEntryOrderField`

* `ALLOW_LIST_VALUE`: Order IP allow list entries by the allow list value.
* `CREATED_AT`: Order IP allow list entries by creation time.

## IpAllowListForInstalledAppsEnabledSettingValue - enum

The possible values for the IP allow list configuration for installed GitHub Apps setting.

### Values for `IpAllowListForInstalledAppsEnabledSettingValue`

* `DISABLED`: The setting is disabled for the owner.
* `ENABLED`: The setting is enabled for the owner.

## IpAllowListOwner - union

Types that can own an IP allow list.

### Possible types for `IpAllowListOwner`

* App
* Enterprise
* Organization

## MembersCanDeleteReposClearAuditEntry - object

Audit log entry for a members_can_delete_repos.clear event.

**Implements:** AuditEntry, EnterpriseAuditEntryData, Node, OrganizationAuditEntryData

### Fields for `MembersCanDeleteReposClearAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `enterpriseResourcePath` (URI): The HTTP path for this enterprise.
* `enterpriseSlug` (String): The slug of the enterprise.
* `enterpriseUrl` (URI): The HTTP URL for this enterprise.
* `id` (ID!): The Node ID of the MembersCanDeleteReposClearAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## MembersCanDeleteReposDisableAuditEntry - object

Audit log entry for a members_can_delete_repos.disable event.

**Implements:** AuditEntry, EnterpriseAuditEntryData, Node, OrganizationAuditEntryData

### Fields for `MembersCanDeleteReposDisableAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `enterpriseResourcePath` (URI): The HTTP path for this enterprise.
* `enterpriseSlug` (String): The slug of the enterprise.
* `enterpriseUrl` (URI): The HTTP URL for this enterprise.
* `id` (ID!): The Node ID of the MembersCanDeleteReposDisableAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## MembersCanDeleteReposEnableAuditEntry - object

Audit log entry for a members_can_delete_repos.enable event.

**Implements:** AuditEntry, EnterpriseAuditEntryData, Node, OrganizationAuditEntryData

### Fields for `MembersCanDeleteReposEnableAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `enterpriseResourcePath` (URI): The HTTP path for this enterprise.
* `enterpriseSlug` (String): The slug of the enterprise.
* `enterpriseUrl` (URI): The HTTP URL for this enterprise.
* `id` (ID!): The Node ID of the MembersCanDeleteReposEnableAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## OauthApplicationCreateAuditEntry - object

Audit log entry for a oauth_application.create event.

**Implements:** AuditEntry, Node, OauthApplicationAuditEntryData, OrganizationAuditEntryData

### Fields for `OauthApplicationCreateAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `applicationUrl` (URI): The application URL of the OAuth application. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `callbackUrl` (URI): The callback URL of the OAuth application. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `id` (ID!): The Node ID of the OauthApplicationCreateAuditEntry object.
* `oauthApplicationName` (String): The name of the OAuth application.
* `oauthApplicationResourcePath` (URI): The HTTP path for the OAuth application.
* `oauthApplicationUrl` (URI): The HTTP URL for the OAuth application.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `rateLimit` (Int): The rate limit of the OAuth application. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `state` (OauthApplicationCreateAuditEntryState): The state of the OAuth application. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## PrivateRepositoryForkingDisableAuditEntry - object

Audit log entry for a private_repository_forking.disable event.

**Implements:** AuditEntry, EnterpriseAuditEntryData, Node, OrganizationAuditEntryData, RepositoryAuditEntryData

### Fields for `PrivateRepositoryForkingDisableAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `enterpriseResourcePath` (URI): The HTTP path for this enterprise.
* `enterpriseSlug` (String): The slug of the enterprise.
* `enterpriseUrl` (URI): The HTTP URL for this enterprise.
* `id` (ID!): The Node ID of the PrivateRepositoryForkingDisableAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `repository` (Repository): The repository associated with the action.
* `repositoryName` (String): The name of the repository.
* `repositoryResourcePath` (URI): The HTTP path for the repository.
* `repositoryUrl` (URI): The HTTP URL for the repository.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## PrivateRepositoryForkingEnableAuditEntry - object

Audit log entry for a private_repository_forking.enable event.

**Implements:** AuditEntry, EnterpriseAuditEntryData, Node, OrganizationAuditEntryData, RepositoryAuditEntryData

### Fields for `PrivateRepositoryForkingEnableAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `enterpriseResourcePath` (URI): The HTTP path for this enterprise.
* `enterpriseSlug` (String): The slug of the enterprise.
* `enterpriseUrl` (URI): The HTTP URL for this enterprise.
* `id` (ID!): The Node ID of the PrivateRepositoryForkingEnableAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `repository` (Repository): The repository associated with the action.
* `repositoryName` (String): The name of the repository.
* `repositoryResourcePath` (URI): The HTTP path for the repository.
* `repositoryUrl` (URI): The HTTP URL for the repository.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## removeEnterpriseAdmin - mutation

Removes an administrator from the enterprise.

### Input fields for `removeEnterpriseAdmin`

* `input` (RemoveEnterpriseAdminInput!): 

### Return fields for `removeEnterpriseAdmin`

* `admin` (User): The user who was removed as an administrator.
* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The updated enterprise.
* `message` (String): A message confirming the result of removing an administrator.
* `viewer` (User): The viewer performing the mutation.

## RemoveEnterpriseAdminInput - input object

Autogenerated input type of RemoveEnterpriseAdmin.

### Input fields for `RemoveEnterpriseAdminInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The Enterprise ID from which to remove the administrator.
* `login` (String!): The login of the user to remove as an administrator.

## RepoConfigDisableAnonymousGitAccessAuditEntry - object

Audit log entry for a repo.config.disable_anonymous_git_access event.

**Implements:** AuditEntry, Node, OrganizationAuditEntryData, RepositoryAuditEntryData

### Fields for `RepoConfigDisableAnonymousGitAccessAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `id` (ID!): The Node ID of the RepoConfigDisableAnonymousGitAccessAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `repository` (Repository): The repository associated with the action.
* `repositoryName` (String): The name of the repository.
* `repositoryResourcePath` (URI): The HTTP path for the repository.
* `repositoryUrl` (URI): The HTTP URL for the repository.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## RepoConfigDisableCollaboratorsOnlyAuditEntry - object

Audit log entry for a repo.config.disable_collaborators_only event.

**Implements:** AuditEntry, Node, OrganizationAuditEntryData, RepositoryAuditEntryData

### Fields for `RepoConfigDisableCollaboratorsOnlyAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `id` (ID!): The Node ID of the RepoConfigDisableCollaboratorsOnlyAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `repository` (Repository): The repository associated with the action.
* `repositoryName` (String): The name of the repository.
* `repositoryResourcePath` (URI): The HTTP path for the repository.
* `repositoryUrl` (URI): The HTTP URL for the repository.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## RepoConfigDisableContributorsOnlyAuditEntry - object

Audit log entry for a repo.config.disable_contributors_only event.

**Implements:** AuditEntry, Node, OrganizationAuditEntryData, RepositoryAuditEntryData

### Fields for `RepoConfigDisableContributorsOnlyAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `id` (ID!): The Node ID of the RepoConfigDisableContributorsOnlyAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `repository` (Repository): The repository associated with the action.
* `repositoryName` (String): The name of the repository.
* `repositoryResourcePath` (URI): The HTTP path for the repository.
* `repositoryUrl` (URI): The HTTP URL for the repository.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## RepoConfigDisableSockpuppetDisallowedAuditEntry - object

Audit log entry for a repo.config.disable_sockpuppet_disallowed event.

**Implements:** AuditEntry, Node, OrganizationAuditEntryData, RepositoryAuditEntryData

### Fields for `RepoConfigDisableSockpuppetDisallowedAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `id` (ID!): The Node ID of the RepoConfigDisableSockpuppetDisallowedAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `repository` (Repository): The repository associated with the action.
* `repositoryName` (String): The name of the repository.
* `repositoryResourcePath` (URI): The HTTP path for the repository.
* `repositoryUrl` (URI): The HTTP URL for the repository.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## RepoConfigEnableAnonymousGitAccessAuditEntry - object

Audit log entry for a repo.config.enable_anonymous_git_access event.

**Implements:** AuditEntry, Node, OrganizationAuditEntryData, RepositoryAuditEntryData

### Fields for `RepoConfigEnableAnonymousGitAccessAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `id` (ID!): The Node ID of the RepoConfigEnableAnonymousGitAccessAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `repository` (Repository): The repository associated with the action.
* `repositoryName` (String): The name of the repository.
* `repositoryResourcePath` (URI): The HTTP path for the repository.
* `repositoryUrl` (URI): The HTTP URL for the repository.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## RepoConfigEnableCollaboratorsOnlyAuditEntry - object

Audit log entry for a repo.config.enable_collaborators_only event.

**Implements:** AuditEntry, Node, OrganizationAuditEntryData, RepositoryAuditEntryData

### Fields for `RepoConfigEnableCollaboratorsOnlyAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `id` (ID!): The Node ID of the RepoConfigEnableCollaboratorsOnlyAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `repository` (Repository): The repository associated with the action.
* `repositoryName` (String): The name of the repository.
* `repositoryResourcePath` (URI): The HTTP path for the repository.
* `repositoryUrl` (URI): The HTTP URL for the repository.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## RepoConfigEnableContributorsOnlyAuditEntry - object

Audit log entry for a repo.config.enable_contributors_only event.

**Implements:** AuditEntry, Node, OrganizationAuditEntryData, RepositoryAuditEntryData

### Fields for `RepoConfigEnableContributorsOnlyAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `id` (ID!): The Node ID of the RepoConfigEnableContributorsOnlyAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `repository` (Repository): The repository associated with the action.
* `repositoryName` (String): The name of the repository.
* `repositoryResourcePath` (URI): The HTTP path for the repository.
* `repositoryUrl` (URI): The HTTP URL for the repository.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## RepoConfigEnableSockpuppetDisallowedAuditEntry - object

Audit log entry for a repo.config.enable_sockpuppet_disallowed event.

**Implements:** AuditEntry, Node, OrganizationAuditEntryData, RepositoryAuditEntryData

### Fields for `RepoConfigEnableSockpuppetDisallowedAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `id` (ID!): The Node ID of the RepoConfigEnableSockpuppetDisallowedAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `repository` (Repository): The repository associated with the action.
* `repositoryName` (String): The name of the repository.
* `repositoryResourcePath` (URI): The HTTP path for the repository.
* `repositoryUrl` (URI): The HTTP URL for the repository.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## RepoConfigLockAnonymousGitAccessAuditEntry - object

Audit log entry for a repo.config.lock_anonymous_git_access event.

**Implements:** AuditEntry, Node, OrganizationAuditEntryData, RepositoryAuditEntryData

### Fields for `RepoConfigLockAnonymousGitAccessAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `id` (ID!): The Node ID of the RepoConfigLockAnonymousGitAccessAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `repository` (Repository): The repository associated with the action.
* `repositoryName` (String): The name of the repository.
* `repositoryResourcePath` (URI): The HTTP path for the repository.
* `repositoryUrl` (URI): The HTTP URL for the repository.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## RepoConfigUnlockAnonymousGitAccessAuditEntry - object

Audit log entry for a repo.config.unlock_anonymous_git_access event.

**Implements:** AuditEntry, Node, OrganizationAuditEntryData, RepositoryAuditEntryData

### Fields for `RepoConfigUnlockAnonymousGitAccessAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `id` (ID!): The Node ID of the RepoConfigUnlockAnonymousGitAccessAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `repository` (Repository): The repository associated with the action.
* `repositoryName` (String): The name of the repository.
* `repositoryResourcePath` (URI): The HTTP path for the repository.
* `repositoryUrl` (URI): The HTTP URL for the repository.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## RepositoryVisibilityChangeDisableAuditEntry - object

Audit log entry for a repository_visibility_change.disable event.

**Implements:** AuditEntry, EnterpriseAuditEntryData, Node, OrganizationAuditEntryData

### Fields for `RepositoryVisibilityChangeDisableAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `enterpriseResourcePath` (URI): The HTTP path for this enterprise.
* `enterpriseSlug` (String): The slug of the enterprise.
* `enterpriseUrl` (URI): The HTTP URL for this enterprise.
* `id` (ID!): The Node ID of the RepositoryVisibilityChangeDisableAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## RepositoryVisibilityChangeEnableAuditEntry - object

Audit log entry for a repository_visibility_change.enable event.

**Implements:** AuditEntry, EnterpriseAuditEntryData, Node, OrganizationAuditEntryData

### Fields for `RepositoryVisibilityChangeEnableAuditEntry`

* `action` (String!): The action name. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actor` (AuditEntryActor): The user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorIp` (String): The IP address of the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLocation` (ActorLocation): A readable representation of the actor's location. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorLogin` (String): The username of the user who initiated the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorResourcePath` (URI): The HTTP path for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `actorUrl` (URI): The HTTP URL for the actor. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `createdAt` (PreciseDateTime!): The time the action was initiated. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `enterpriseResourcePath` (URI): The HTTP path for this enterprise.
* `enterpriseSlug` (String): The slug of the enterprise.
* `enterpriseUrl` (URI): The HTTP URL for this enterprise.
* `id` (ID!): The Node ID of the RepositoryVisibilityChangeEnableAuditEntry object.
* `operationType` (OperationType): The corresponding operation type for the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organization` (Organization): The Organization associated with the Audit Entry. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationName` (String): The name of the Organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationResourcePath` (URI): The HTTP path for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `organizationUrl` (URI): The HTTP URL for the organization. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `user` (User): The user affected by the action. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userLogin` (String): For actions involving two users, the actor is the initiator and the user is the affected user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userResourcePath` (URI): The HTTP path for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.
* `userUrl` (URI): The HTTP URL for the user. **Deprecated:** The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

## revokeEnterpriseOrganizationsMigratorRole - mutation

Revoke the migrator role to a user for all organizations under an enterprise account.

### Input fields for `revokeEnterpriseOrganizationsMigratorRole`

* `input` (RevokeEnterpriseOrganizationsMigratorRoleInput!): 

### Return fields for `revokeEnterpriseOrganizationsMigratorRole`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `organizations` (OrganizationConnection): The organizations that had the migrator role revoked for the given user.

## RevokeEnterpriseOrganizationsMigratorRoleInput - input object

Autogenerated input type of RevokeEnterpriseOrganizationsMigratorRole.

### Input fields for `RevokeEnterpriseOrganizationsMigratorRoleInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise to which all organizations managed by it will be granted the migrator role.
* `login` (String!): The login of the user to revoke the migrator role.

## SamlDigestAlgorithm - enum

The possible digest algorithms used to sign SAML requests for an identity provider.

### Values for `SamlDigestAlgorithm`

* `SHA1`: SHA1.
* `SHA256`: SHA256.
* `SHA384`: SHA384.
* `SHA512`: SHA512.

## SamlSignatureAlgorithm - enum

The possible signature algorithms used to sign SAML requests for a Identity Provider.

### Values for `SamlSignatureAlgorithm`

* `RSA_SHA1`: RSA-SHA1.
* `RSA_SHA256`: RSA-SHA256.
* `RSA_SHA384`: RSA-SHA384.
* `RSA_SHA512`: RSA-SHA512.

## TopicAuditEntryData - interface

Metadata for an audit entry with a topic.

### Fields for `TopicAuditEntryData`

* `topic` (Topic): The name of the topic added to the repository.
* `topicName` (String): The name of the topic added to the repository.

### Implemented by

* RepoAddTopicAuditEntry
* RepoRemoveTopicAuditEntry

## TwoFactorCredentialSecurityType - enum

Filters by whether or not 2FA is enabled and if the method configured is considered secure or insecure.

### Values for `TwoFactorCredentialSecurityType`

* `DISABLED`: No method of two-factor authentication.
* `INSECURE`: Has an insecure method of two-factor authentication. GitHub currently defines this as SMS two-factor authentication.
* `SECURE`: Has only secure methods of two-factor authentication.

## updateEnterpriseAllowPrivateRepositoryForkingSetting - mutation

Sets whether private repository forks are enabled for an enterprise.

### Input fields for `updateEnterpriseAllowPrivateRepositoryForkingSetting`

* `input` (UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput!): 

### Return fields for `updateEnterpriseAllowPrivateRepositoryForkingSetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The enterprise with the updated allow private repository forking setting.
* `message` (String): A message confirming the result of updating the allow private repository forking setting.

## UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput - input object

Autogenerated input type of UpdateEnterpriseAllowPrivateRepositoryForkingSetting.

### Input fields for `UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise on which to set the allow private repository forking setting.
* `policyValue` (EnterpriseAllowPrivateRepositoryForkingPolicyValue): The value for the allow private repository forking policy on the enterprise.
* `settingValue` (EnterpriseEnabledDisabledSettingValue!): The value for the allow private repository forking setting on the enterprise.

## updateEnterpriseDefaultRepositoryPermissionSetting - mutation

Sets the base repository permission for organizations in an enterprise.

### Input fields for `updateEnterpriseDefaultRepositoryPermissionSetting`

* `input` (UpdateEnterpriseDefaultRepositoryPermissionSettingInput!): 

### Return fields for `updateEnterpriseDefaultRepositoryPermissionSetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The enterprise with the updated base repository permission setting.
* `message` (String): A message confirming the result of updating the base repository permission setting.

## UpdateEnterpriseDefaultRepositoryPermissionSettingInput - input object

Autogenerated input type of UpdateEnterpriseDefaultRepositoryPermissionSetting.

### Input fields for `UpdateEnterpriseDefaultRepositoryPermissionSettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise on which to set the base repository permission setting.
* `settingValue` (EnterpriseDefaultRepositoryPermissionSettingValue!): The value for the base repository permission setting on the enterprise.

## updateEnterpriseDeployKeySetting - mutation

Sets whether deploy keys are allowed to be created and used for an enterprise.

### Input fields for `updateEnterpriseDeployKeySetting`

* `input` (UpdateEnterpriseDeployKeySettingInput!): 

### Return fields for `updateEnterpriseDeployKeySetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The enterprise with the updated deploy key setting.
* `message` (String): A message confirming the result of updating the deploy key setting.

## UpdateEnterpriseDeployKeySettingInput - input object

Autogenerated input type of UpdateEnterpriseDeployKeySetting.

### Input fields for `UpdateEnterpriseDeployKeySettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise on which to set the deploy key setting.
* `settingValue` (EnterpriseEnabledDisabledSettingValue!): The value for the deploy key setting on the enterprise.

## updateEnterpriseMembersCanChangeRepositoryVisibilitySetting - mutation

Sets whether organization members with admin permissions on a repository can change repository visibility.

### Input fields for `updateEnterpriseMembersCanChangeRepositoryVisibilitySetting`

* `input` (UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput!): 

### Return fields for `updateEnterpriseMembersCanChangeRepositoryVisibilitySetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The enterprise with the updated members can change repository visibility setting.
* `message` (String): A message confirming the result of updating the members can change repository visibility setting.

## UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput - input object

Autogenerated input type of UpdateEnterpriseMembersCanChangeRepositoryVisibilitySetting.

### Input fields for `UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise on which to set the members can change repository visibility setting.
* `settingValue` (EnterpriseEnabledDisabledSettingValue!): The value for the members can change repository visibility setting on the enterprise.

## updateEnterpriseMembersCanCreateRepositoriesSetting - mutation

Sets the members can create repositories setting for an enterprise.

### Input fields for `updateEnterpriseMembersCanCreateRepositoriesSetting`

* `input` (UpdateEnterpriseMembersCanCreateRepositoriesSettingInput!): 

### Return fields for `updateEnterpriseMembersCanCreateRepositoriesSetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The enterprise with the updated members can create repositories setting.
* `message` (String): A message confirming the result of updating the members can create repositories setting.

## UpdateEnterpriseMembersCanCreateRepositoriesSettingInput - input object

Autogenerated input type of UpdateEnterpriseMembersCanCreateRepositoriesSetting.

### Input fields for `UpdateEnterpriseMembersCanCreateRepositoriesSettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise on which to set the members can create repositories setting.
* `membersCanCreateInternalRepositories` (Boolean): Allow members to create internal repositories. Defaults to current value.
* `membersCanCreatePrivateRepositories` (Boolean): Allow members to create private repositories. Defaults to current value.
* `membersCanCreatePublicRepositories` (Boolean): Allow members to create public repositories. Defaults to current value.
* `membersCanCreateRepositoriesPolicyEnabled` (Boolean): When false, allow member organizations to set their own repository creation member privileges.
* `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.

## updateEnterpriseMembersCanDeleteIssuesSetting - mutation

Sets the members can delete issues setting for an enterprise.

### Input fields for `updateEnterpriseMembersCanDeleteIssuesSetting`

* `input` (UpdateEnterpriseMembersCanDeleteIssuesSettingInput!): 

### Return fields for `updateEnterpriseMembersCanDeleteIssuesSetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The enterprise with the updated members can delete issues setting.
* `message` (String): A message confirming the result of updating the members can delete issues setting.

## UpdateEnterpriseMembersCanDeleteIssuesSettingInput - input object

Autogenerated input type of UpdateEnterpriseMembersCanDeleteIssuesSetting.

### Input fields for `UpdateEnterpriseMembersCanDeleteIssuesSettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise on which to set the members can delete issues setting.
* `settingValue` (EnterpriseEnabledDisabledSettingValue!): The value for the members can delete issues setting on the enterprise.

## updateEnterpriseMembersCanDeleteRepositoriesSetting - mutation

Sets the members can delete repositories setting for an enterprise.

### Input fields for `updateEnterpriseMembersCanDeleteRepositoriesSetting`

* `input` (UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput!): 

### Return fields for `updateEnterpriseMembersCanDeleteRepositoriesSetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The enterprise with the updated members can delete repositories setting.
* `message` (String): A message confirming the result of updating the members can delete repositories setting.

## UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput - input object

Autogenerated input type of UpdateEnterpriseMembersCanDeleteRepositoriesSetting.

### Input fields for `UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise on which to set the members can delete repositories setting.
* `settingValue` (EnterpriseEnabledDisabledSettingValue!): The value for the members can delete repositories setting on the enterprise.

## updateEnterpriseMembersCanInviteCollaboratorsSetting - mutation

Sets whether members can invite collaborators are enabled for an enterprise.

### Input fields for `updateEnterpriseMembersCanInviteCollaboratorsSetting`

* `input` (UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput!): 

### Return fields for `updateEnterpriseMembersCanInviteCollaboratorsSetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The enterprise with the updated members can invite collaborators setting.
* `message` (String): A message confirming the result of updating the members can invite collaborators setting.

## UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput - input object

Autogenerated input type of UpdateEnterpriseMembersCanInviteCollaboratorsSetting.

### Input fields for `UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise on which to set the members can invite collaborators setting.
* `settingValue` (EnterpriseEnabledDisabledSettingValue!): The value for the members can invite collaborators setting on the enterprise.

## updateEnterpriseMembersCanMakePurchasesSetting - mutation

Sets whether or not an organization owner can make purchases.

### Input fields for `updateEnterpriseMembersCanMakePurchasesSetting`

* `input` (UpdateEnterpriseMembersCanMakePurchasesSettingInput!): 

### Return fields for `updateEnterpriseMembersCanMakePurchasesSetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The enterprise with the updated members can make purchases setting.
* `message` (String): A message confirming the result of updating the members can make purchases setting.

## UpdateEnterpriseMembersCanMakePurchasesSettingInput - input object

Autogenerated input type of UpdateEnterpriseMembersCanMakePurchasesSetting.

### Input fields for `UpdateEnterpriseMembersCanMakePurchasesSettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise on which to set the members can make purchases setting.
* `settingValue` (EnterpriseMembersCanMakePurchasesSettingValue!): The value for the members can make purchases setting on the enterprise.

## updateEnterpriseMembersCanUpdateProtectedBranchesSetting - mutation

Sets the members can update protected branches setting for an enterprise.

### Input fields for `updateEnterpriseMembersCanUpdateProtectedBranchesSetting`

* `input` (UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput!): 

### Return fields for `updateEnterpriseMembersCanUpdateProtectedBranchesSetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The enterprise with the updated members can update protected branches setting.
* `message` (String): A message confirming the result of updating the members can update protected branches setting.

## UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput - input object

Autogenerated input type of UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting.

### Input fields for `UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise on which to set the members can update protected branches setting.
* `settingValue` (EnterpriseEnabledDisabledSettingValue!): The value for the members can update protected branches setting on the enterprise.

## updateEnterpriseMembersCanViewDependencyInsightsSetting - mutation

Sets the members can view dependency insights for an enterprise.

### Input fields for `updateEnterpriseMembersCanViewDependencyInsightsSetting`

* `input` (UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput!): 

### Return fields for `updateEnterpriseMembersCanViewDependencyInsightsSetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The enterprise with the updated members can view dependency insights setting.
* `message` (String): A message confirming the result of updating the members can view dependency insights setting.

## UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput - input object

Autogenerated input type of UpdateEnterpriseMembersCanViewDependencyInsightsSetting.

### Input fields for `UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise on which to set the members can view dependency insights setting.
* `settingValue` (EnterpriseEnabledDisabledSettingValue!): The value for the members can view dependency insights setting on the enterprise.

## updateEnterpriseOrganizationProjectsSetting - mutation

Sets whether organization projects are enabled for an enterprise.

### Input fields for `updateEnterpriseOrganizationProjectsSetting`

* `input` (UpdateEnterpriseOrganizationProjectsSettingInput!): 

### Return fields for `updateEnterpriseOrganizationProjectsSetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The enterprise with the updated organization projects setting.
* `message` (String): A message confirming the result of updating the organization projects setting.

## UpdateEnterpriseOrganizationProjectsSettingInput - input object

Autogenerated input type of UpdateEnterpriseOrganizationProjectsSetting.

### Input fields for `UpdateEnterpriseOrganizationProjectsSettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise on which to set the organization projects setting.
* `settingValue` (EnterpriseEnabledDisabledSettingValue!): The value for the organization projects setting on the enterprise.

## updateEnterpriseOwnerOrganizationRole - mutation

Updates the role of an enterprise owner with an organization.

### Input fields for `updateEnterpriseOwnerOrganizationRole`

* `input` (UpdateEnterpriseOwnerOrganizationRoleInput!): 

### Return fields for `updateEnterpriseOwnerOrganizationRole`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `message` (String): A message confirming the result of changing the owner's organization role.

## UpdateEnterpriseOwnerOrganizationRoleInput - input object

Autogenerated input type of UpdateEnterpriseOwnerOrganizationRole.

### Input fields for `UpdateEnterpriseOwnerOrganizationRoleInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the Enterprise which the owner belongs to.
* `organizationId` (ID!): The ID of the organization for membership change.
* `organizationRole` (RoleInOrganization!): The role to assume in the organization.

## updateEnterpriseProfile - mutation

Updates an enterprise's profile.

### Input fields for `updateEnterpriseProfile`

* `input` (UpdateEnterpriseProfileInput!): 

### Return fields for `updateEnterpriseProfile`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The updated enterprise.

## UpdateEnterpriseProfileInput - input object

Autogenerated input type of UpdateEnterpriseProfile.

### Input fields for `UpdateEnterpriseProfileInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `description` (String): The description of the enterprise.
* `enterpriseId` (ID!): The Enterprise ID to update.
* `location` (String): The location of the enterprise.
* `name` (String): The name of the enterprise.
* `securityContactEmail` (String): The security contact email address of the enterprise.
* `websiteUrl` (String): The URL of the enterprise's website.

## updateEnterpriseRepositoryProjectsSetting - mutation

Sets whether repository projects are enabled for a enterprise.

### Input fields for `updateEnterpriseRepositoryProjectsSetting`

* `input` (UpdateEnterpriseRepositoryProjectsSettingInput!): 

### Return fields for `updateEnterpriseRepositoryProjectsSetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The enterprise with the updated repository projects setting.
* `message` (String): A message confirming the result of updating the repository projects setting.

## UpdateEnterpriseRepositoryProjectsSettingInput - input object

Autogenerated input type of UpdateEnterpriseRepositoryProjectsSetting.

### Input fields for `UpdateEnterpriseRepositoryProjectsSettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise on which to set the repository projects setting.
* `settingValue` (EnterpriseEnabledDisabledSettingValue!): The value for the repository projects setting on the enterprise.

## updateEnterpriseTwoFactorAuthenticationDisallowedMethodsSetting - mutation

Sets the two-factor authentication methods that users of an enterprise may not use.

### Input fields for `updateEnterpriseTwoFactorAuthenticationDisallowedMethodsSetting`

* `input` (UpdateEnterpriseTwoFactorAuthenticationDisallowedMethodsSettingInput!): 

### Return fields for `updateEnterpriseTwoFactorAuthenticationDisallowedMethodsSetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The enterprise with the updated two-factor authentication disallowed methods setting.
* `message` (String): A message confirming the result of updating the two-factor authentication disallowed methods setting.

## UpdateEnterpriseTwoFactorAuthenticationDisallowedMethodsSettingInput - input object

Autogenerated input type of UpdateEnterpriseTwoFactorAuthenticationDisallowedMethodsSetting.

### Input fields for `UpdateEnterpriseTwoFactorAuthenticationDisallowedMethodsSettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise on which to set the two-factor authentication disallowed methods setting.
* `settingValue` (EnterpriseDisallowedMethodsSettingValue!): The value for the two-factor authentication disallowed methods setting on the enterprise.

## updateEnterpriseTwoFactorAuthenticationRequiredSetting - mutation

Sets whether two factor authentication is required for all users in an enterprise.

### Input fields for `updateEnterpriseTwoFactorAuthenticationRequiredSetting`

* `input` (UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput!): 

### Return fields for `updateEnterpriseTwoFactorAuthenticationRequiredSetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterprise` (Enterprise): The enterprise with the updated two factor authentication required setting.
* `message` (String): A message confirming the result of updating the two factor authentication required setting.

## UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput - input object

Autogenerated input type of UpdateEnterpriseTwoFactorAuthenticationRequiredSetting.

### Input fields for `UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `enterpriseId` (ID!): The ID of the enterprise on which to set the two factor authentication required setting.
* `settingValue` (EnterpriseEnabledSettingValue!): The value for the two factor authentication required setting on the enterprise.

## updateIpAllowListEnabledSetting - mutation

Sets whether an IP allow list is enabled on an owner.

### Input fields for `updateIpAllowListEnabledSetting`

* `input` (UpdateIpAllowListEnabledSettingInput!): 

### Return fields for `updateIpAllowListEnabledSetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `owner` (IpAllowListOwner): The IP allow list owner on which the setting was updated.

## UpdateIpAllowListEnabledSettingInput - input object

Autogenerated input type of UpdateIpAllowListEnabledSetting.

### Input fields for `UpdateIpAllowListEnabledSettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `ownerId` (ID!): The ID of the owner on which to set the IP allow list enabled setting.
* `settingValue` (IpAllowListEnabledSettingValue!): The value for the IP allow list enabled setting.

## updateIpAllowListEntry - mutation

Updates an IP allow list entry.

### Input fields for `updateIpAllowListEntry`

* `input` (UpdateIpAllowListEntryInput!): 

### Return fields for `updateIpAllowListEntry`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `ipAllowListEntry` (IpAllowListEntry): The IP allow list entry that was updated.

## UpdateIpAllowListEntryInput - input object

Autogenerated input type of UpdateIpAllowListEntry.

### Input fields for `UpdateIpAllowListEntryInput`

* `allowListValue` (String!): An IP address or range of addresses in CIDR notation.
* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `ipAllowListEntryId` (ID!): The ID of the IP allow list entry to update.
* `isActive` (Boolean!): Whether the IP allow list entry is active when an IP allow list is enabled.
* `name` (String): An optional name for the IP allow list entry.

## updateIpAllowListForInstalledAppsEnabledSetting - mutation

Sets whether IP allow list configuration for installed GitHub Apps is enabled on an owner.

### Input fields for `updateIpAllowListForInstalledAppsEnabledSetting`

* `input` (UpdateIpAllowListForInstalledAppsEnabledSettingInput!): 

### Return fields for `updateIpAllowListForInstalledAppsEnabledSetting`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `owner` (IpAllowListOwner): The IP allow list owner on which the setting was updated.

## UpdateIpAllowListForInstalledAppsEnabledSettingInput - input object

Autogenerated input type of UpdateIpAllowListForInstalledAppsEnabledSetting.

### Input fields for `UpdateIpAllowListForInstalledAppsEnabledSettingInput`

* `clientMutationId` (String): A unique identifier for the client performing the mutation.
* `ownerId` (ID!): The ID of the owner.
* `settingValue` (IpAllowListForInstalledAppsEnabledSettingValue!): The value for the IP allow list configuration for installed GitHub Apps setting.

## UserNamespaceRepository - object

A repository owned by an Enterprise Managed user.

**Implements:** Node

### Fields for `UserNamespaceRepository`

* `id` (ID!): The Node ID of the UserNamespaceRepository object.
* `name` (String!): The name of the repository.
* `nameWithOwner` (String!): The repository's name with owner.
* `owner` (RepositoryOwner!): The user owner of the repository.