Queries
enterprise
Look up an enterprise by URL slug.
Tipo: Enterprise
Argumentos para enterprise
| Nombre | Descripción |
|---|---|
| The enterprise invitation token. |
| The enterprise URL slug. |
enterpriseAdministratorInvitation
Look up a pending enterprise administrator invitation by invitee, enterprise and role.
Tipo: EnterpriseAdministratorInvitation
Argumentos para enterpriseAdministratorInvitation
| Nombre | Descripción |
|---|---|
| The slug of the enterprise the user was invited to join. |
| The role for the enterprise member invitation. |
| The login of the user invited to join the enterprise. |
enterpriseAdministratorInvitationByToken
Look up a pending enterprise administrator invitation by invitation token.
Tipo: EnterpriseAdministratorInvitation
Argumentos para enterpriseAdministratorInvitationByToken
| Nombre | Descripción |
|---|---|
| The invitation token sent with the invitation email. |
enterpriseMemberInvitation
Look up a pending enterprise unaffiliated member invitation by invitee and enterprise.
Tipo: EnterpriseMemberInvitation
Argumentos para enterpriseMemberInvitation
| Nombre | Descripción |
|---|---|
| The slug of the enterprise the user was invited to join. |
| The login of the user invited to join the enterprise. |
enterpriseMemberInvitationByToken
Look up a pending enterprise unaffiliated member invitation by invitation token.
Tipo: EnterpriseMemberInvitation
Argumentos para enterpriseMemberInvitationByToken
| Nombre | Descripción |
|---|---|
| The invitation token sent with the invitation email. |
Mutations
acceptEnterpriseAdministratorInvitation
Accepts a pending invitation for a user to become an administrator of an enterprise.
Campos de entrada para acceptEnterpriseAdministratorInvitation
Campos de retorno para acceptEnterpriseAdministratorInvitation
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The invitation that was accepted. |
| A message confirming the result of accepting an administrator invitation. |
acceptEnterpriseMemberInvitation
Accepts a pending invitation for a user to become an unaffiliated member of an enterprise.
Campos de entrada para acceptEnterpriseMemberInvitation
Campos de retorno para acceptEnterpriseMemberInvitation
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The invitation that was accepted. |
| A message confirming the result of accepting an unaffiliated member invitation. |
accessUserNamespaceRepository
Access user namespace repository for a temporary duration.
Campos de entrada para accessUserNamespaceRepository
Campos de retorno para accessUserNamespaceRepository
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The time that repository access expires at. |
| The repository that is temporarily accessible. |
addEnterpriseOrganizationMember
Adds enterprise members to an organization within the enterprise.
Campos de entrada para addEnterpriseOrganizationMember
Campos de retorno para addEnterpriseOrganizationMember
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The users who were added to the organization. |
addEnterpriseSupportEntitlement
Adds a support entitlement to an enterprise member.
Campos de entrada para addEnterpriseSupportEntitlement
Campos de retorno para addEnterpriseSupportEntitlement
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| A message confirming the result of adding the support entitlement. |
cancelEnterpriseAdminInvitation
Cancels a pending invitation for an administrator to join an enterprise.
Campos de entrada para cancelEnterpriseAdminInvitation
Campos de retorno para cancelEnterpriseAdminInvitation
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The invitation that was canceled. |
| A message confirming the result of canceling an administrator invitation. |
cancelEnterpriseMemberInvitation
Cancels a pending invitation for an unaffiliated member to join an enterprise.
Campos de entrada para cancelEnterpriseMemberInvitation
Campos de retorno para cancelEnterpriseMemberInvitation
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The invitation that was canceled. |
| A message confirming the result of canceling an member invitation. |
createEnterpriseOrganization
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.
Campos de entrada para createEnterpriseOrganization
Campos de retorno para createEnterpriseOrganization
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise that owns the created organization. |
| The organization that was created. |
createIpAllowListEntry
Creates a new IP allow list entry.
Campos de entrada para createIpAllowListEntry
input(CreateIpAllowListEntryInput!)
Campos de retorno para createIpAllowListEntry
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The IP allow list entry that was created. |
deleteIpAllowListEntry
Deletes an IP allow list entry.
Campos de entrada para deleteIpAllowListEntry
input(DeleteIpAllowListEntryInput!)
Campos de retorno para deleteIpAllowListEntry
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The IP allow list entry that was deleted. |
grantEnterpriseOrganizationsMigratorRole
Grant the migrator role to a user for all organizations under an enterprise account.
Campos de entrada para grantEnterpriseOrganizationsMigratorRole
Campos de retorno para grantEnterpriseOrganizationsMigratorRole
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The organizations that had the migrator role applied to for the given user. |
inviteEnterpriseAdmin
Invite someone to become an administrator of the enterprise.
Campos de entrada para inviteEnterpriseAdmin
input(InviteEnterpriseAdminInput!)
Campos de retorno para inviteEnterpriseAdmin
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The created enterprise administrator invitation. |
inviteEnterpriseMember
Invite someone to become an unaffiliated member of the enterprise.
Campos de entrada para inviteEnterpriseMember
input(InviteEnterpriseMemberInput!)
Campos de retorno para inviteEnterpriseMember
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The created enterprise member invitation. |
regenerateEnterpriseIdentityProviderRecoveryCodes
Regenerates the identity provider recovery codes for an enterprise.
Campos de entrada para regenerateEnterpriseIdentityProviderRecoveryCodes
Campos de retorno para regenerateEnterpriseIdentityProviderRecoveryCodes
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The identity provider for the enterprise. |
removeEnterpriseAdmin
Removes an administrator from the enterprise.
Campos de entrada para removeEnterpriseAdmin
input(RemoveEnterpriseAdminInput!)
Campos de retorno para removeEnterpriseAdmin
| Nombre | Descripción |
|---|---|
| The user who was removed as an administrator. |
| A unique identifier for the client performing the mutation. |
| The updated enterprise. |
| A message confirming the result of removing an administrator. |
| The viewer performing the mutation. |
removeEnterpriseIdentityProvider
Removes the identity provider from an enterprise. Owners of enterprises both with and without Enterprise Managed Users may use this mutation.
Campos de entrada para removeEnterpriseIdentityProvider
Campos de retorno para removeEnterpriseIdentityProvider
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The identity provider that was removed from the enterprise. |
removeEnterpriseMember
Completely removes a user from the enterprise.
Campos de entrada para removeEnterpriseMember
input(RemoveEnterpriseMemberInput!)
Campos de retorno para removeEnterpriseMember
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated enterprise. |
| The user that was removed from the enterprise. |
| The viewer performing the mutation. |
removeEnterpriseOrganization
Removes an organization from the enterprise.
Campos de entrada para removeEnterpriseOrganization
Campos de retorno para removeEnterpriseOrganization
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated enterprise. |
| The organization that was removed from the enterprise. |
| The viewer performing the mutation. |
removeEnterpriseSupportEntitlement
Removes a support entitlement from an enterprise member.
Campos de entrada para removeEnterpriseSupportEntitlement
Campos de retorno para removeEnterpriseSupportEntitlement
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| A message confirming the result of removing the support entitlement. |
revokeEnterpriseOrganizationsMigratorRole
Revoke the migrator role to a user for all organizations under an enterprise account.
Campos de entrada para revokeEnterpriseOrganizationsMigratorRole
Campos de retorno para revokeEnterpriseOrganizationsMigratorRole
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The organizations that had the migrator role revoked for the given user. |
setEnterpriseIdentityProvider
Creates or updates the identity provider for an enterprise.
Campos de entrada para setEnterpriseIdentityProvider
Campos de retorno para setEnterpriseIdentityProvider
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The identity provider for the enterprise. |
transferEnterpriseOrganization
Transfer an organization from one enterprise to another enterprise.
Campos de entrada para transferEnterpriseOrganization
Campos de retorno para transferEnterpriseOrganization
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The organization for which a transfer was initiated. |
updateEnterpriseAdministratorRole
Updates the role of an enterprise administrator.
Campos de entrada para updateEnterpriseAdministratorRole
Campos de retorno para updateEnterpriseAdministratorRole
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| A message confirming the result of changing the administrator's role. |
updateEnterpriseAllowPrivateRepositoryForkingSetting
Sets whether private repository forks are enabled for an enterprise.
Campos de entrada para updateEnterpriseAllowPrivateRepositoryForkingSetting
Campos de retorno para updateEnterpriseAllowPrivateRepositoryForkingSetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated allow private repository forking setting. |
| A message confirming the result of updating the allow private repository forking setting. |
updateEnterpriseDefaultRepositoryPermissionSetting
Sets the base repository permission for organizations in an enterprise.
Campos de entrada para updateEnterpriseDefaultRepositoryPermissionSetting
Campos de retorno para updateEnterpriseDefaultRepositoryPermissionSetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated base repository permission setting. |
| A message confirming the result of updating the base repository permission setting. |
updateEnterpriseDeployKeySetting
Sets whether deploy keys are allowed to be created and used for an enterprise.
Campos de entrada para updateEnterpriseDeployKeySetting
Campos de retorno para updateEnterpriseDeployKeySetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated deploy key setting. |
| A message confirming the result of updating the deploy key setting. |
updateEnterpriseMembersCanChangeRepositoryVisibilitySetting
Sets whether organization members with admin permissions on a repository can change repository visibility.
Campos de entrada para updateEnterpriseMembersCanChangeRepositoryVisibilitySetting
Campos de retorno para updateEnterpriseMembersCanChangeRepositoryVisibilitySetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated members can change repository visibility setting. |
| A message confirming the result of updating the members can change repository visibility setting. |
updateEnterpriseMembersCanCreateRepositoriesSetting
Sets the members can create repositories setting for an enterprise.
Campos de entrada para updateEnterpriseMembersCanCreateRepositoriesSetting
Campos de retorno para updateEnterpriseMembersCanCreateRepositoriesSetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated members can create repositories setting. |
| A message confirming the result of updating the members can create repositories setting. |
updateEnterpriseMembersCanDeleteIssuesSetting
Sets the members can delete issues setting for an enterprise.
Campos de entrada para updateEnterpriseMembersCanDeleteIssuesSetting
Campos de retorno para updateEnterpriseMembersCanDeleteIssuesSetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated members can delete issues setting. |
| A message confirming the result of updating the members can delete issues setting. |
updateEnterpriseMembersCanDeleteRepositoriesSetting
Sets the members can delete repositories setting for an enterprise.
Campos de entrada para updateEnterpriseMembersCanDeleteRepositoriesSetting
Campos de retorno para updateEnterpriseMembersCanDeleteRepositoriesSetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated members can delete repositories setting. |
| A message confirming the result of updating the members can delete repositories setting. |
updateEnterpriseMembersCanInviteCollaboratorsSetting
Sets whether members can invite collaborators are enabled for an enterprise.
Campos de entrada para updateEnterpriseMembersCanInviteCollaboratorsSetting
Campos de retorno para updateEnterpriseMembersCanInviteCollaboratorsSetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated members can invite collaborators setting. |
| A message confirming the result of updating the members can invite collaborators setting. |
updateEnterpriseMembersCanMakePurchasesSetting
Sets whether or not an organization owner can make purchases.
Campos de entrada para updateEnterpriseMembersCanMakePurchasesSetting
Campos de retorno para updateEnterpriseMembersCanMakePurchasesSetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated members can make purchases setting. |
| A message confirming the result of updating the members can make purchases setting. |
updateEnterpriseMembersCanUpdateProtectedBranchesSetting
Sets the members can update protected branches setting for an enterprise.
Campos de entrada para updateEnterpriseMembersCanUpdateProtectedBranchesSetting
Campos de retorno para updateEnterpriseMembersCanUpdateProtectedBranchesSetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated members can update protected branches setting. |
| A message confirming the result of updating the members can update protected branches setting. |
updateEnterpriseMembersCanViewDependencyInsightsSetting
Sets the members can view dependency insights for an enterprise.
Campos de entrada para updateEnterpriseMembersCanViewDependencyInsightsSetting
Campos de retorno para updateEnterpriseMembersCanViewDependencyInsightsSetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated members can view dependency insights setting. |
| A message confirming the result of updating the members can view dependency insights setting. |
updateEnterpriseOrganizationProjectsSetting
Sets whether organization projects are enabled for an enterprise.
Campos de entrada para updateEnterpriseOrganizationProjectsSetting
Campos de retorno para updateEnterpriseOrganizationProjectsSetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated organization projects setting. |
| A message confirming the result of updating the organization projects setting. |
updateEnterpriseOwnerOrganizationRole
Updates the role of an enterprise owner with an organization.
Campos de entrada para updateEnterpriseOwnerOrganizationRole
Campos de retorno para updateEnterpriseOwnerOrganizationRole
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| A message confirming the result of changing the owner's organization role. |
updateEnterpriseProfile
Updates an enterprise's profile.
Campos de entrada para updateEnterpriseProfile
input(UpdateEnterpriseProfileInput!)
Campos de retorno para updateEnterpriseProfile
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated enterprise. |
updateEnterpriseRepositoryProjectsSetting
Sets whether repository projects are enabled for a enterprise.
Campos de entrada para updateEnterpriseRepositoryProjectsSetting
Campos de retorno para updateEnterpriseRepositoryProjectsSetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated repository projects setting. |
| A message confirming the result of updating the repository projects setting. |
updateEnterpriseTwoFactorAuthenticationDisallowedMethodsSetting
Sets the two-factor authentication methods that users of an enterprise may not use.
Campos de entrada para updateEnterpriseTwoFactorAuthenticationDisallowedMethodsSetting
Campos de retorno para updateEnterpriseTwoFactorAuthenticationDisallowedMethodsSetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated two-factor authentication disallowed methods setting. |
| A message confirming the result of updating the two-factor authentication disallowed methods setting. |
updateEnterpriseTwoFactorAuthenticationRequiredSetting
Sets whether two factor authentication is required for all users in an enterprise.
Campos de entrada para updateEnterpriseTwoFactorAuthenticationRequiredSetting
Campos de retorno para updateEnterpriseTwoFactorAuthenticationRequiredSetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated two factor authentication required setting. |
| A message confirming the result of updating the two factor authentication required setting. |
updateIpAllowListEnabledSetting
Sets whether an IP allow list is enabled on an owner.
Campos de entrada para updateIpAllowListEnabledSetting
Campos de retorno para updateIpAllowListEnabledSetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The IP allow list owner on which the setting was updated. |
updateIpAllowListEntry
Updates an IP allow list entry.
Campos de entrada para updateIpAllowListEntry
input(UpdateIpAllowListEntryInput!)
Campos de retorno para updateIpAllowListEntry
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The IP allow list entry that was updated. |
updateIpAllowListForInstalledAppsEnabledSetting
Sets whether IP allow list configuration for installed GitHub Apps is enabled on an owner.
Campos de entrada para updateIpAllowListForInstalledAppsEnabledSetting
Campos de retorno para updateIpAllowListForInstalledAppsEnabledSetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The IP allow list owner on which the setting was updated. |
updateIpAllowListUserLevelEnforcementEnabledSetting
Sets whether IP allow list user-level enforcement is enabled on an enterprise.
Campos de entrada para updateIpAllowListUserLevelEnforcementEnabledSetting
Campos de retorno para updateIpAllowListUserLevelEnforcementEnabledSetting
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The IP allow list owner on which the setting was updated. |
Objects
AnnouncementBanner
An announcement banner for an enterprise or organization.
Campos para AnnouncementBanner
| Nombre | Descripción |
|---|---|
| The date the announcement was created. |
| The expiration date of the announcement, if any. |
| Whether the announcement can be dismissed by the user. |
| The text of the announcement. |
Enterprise
An account to manage multiple organizations with consolidated policy and billing.
Enterprise Implementa
Campos para Enterprise
| Nombre | Descripción |
|---|---|
| The announcement banner set on this enterprise, if any. Only visible to members of the enterprise. |
| A URL pointing to the enterprise's public avatar. Argumentos para
|
| The enterprise's billing email. |
| Enterprise billing information visible to enterprise billing managers. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The description of the enterprise. |
| The description of the enterprise as HTML. |
| Find an enterprise team by its slug. Argumentos para
|
| A list of enterprise teams in this enterprise. Argumentos para
|
| The Node ID of the Enterprise object. |
| The location of the enterprise. |
| A list of users who are members of this enterprise. Argumentos para
|
| The name of the enterprise. |
| A list of organizations that belong to this enterprise. Argumentos para
|
| Enterprise information visible to enterprise owners or enterprise owners' personal access tokens (classic) with read:enterprise or admin:enterprise scope. |
| The raw content of the enterprise README. |
| The content of the enterprise README as HTML. |
| A list of repository custom properties for this enterprise. Argumentos para
|
| Returns a single repository custom property for the current enterprise by name. Argumentos para
|
| The HTTP path for this enterprise. |
| Returns a single ruleset from the current enterprise by ID. Argumentos para
|
| A list of rulesets for this enterprise. Argumentos para
|
| The enterprise's security contact email address. |
| The URL-friendly identifier for the enterprise. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this enterprise. |
| A list of repositories that belong to users. Only available for enterprises with Enterprise Managed Users. Argumentos para
|
| Is the current viewer an admin of this enterprise?. |
| The URL of the enterprise website. |
EnterpriseAdministratorInvitation
An invitation for a user to become an owner or billing manager of an enterprise.
EnterpriseAdministratorInvitation Implementa
Campos para EnterpriseAdministratorInvitation
| Nombre | Descripción |
|---|---|
| Identifies the date and time when the object was created. |
| The email of the person who was invited to the enterprise. |
| The enterprise the invitation is for. |
| The Node ID of the EnterpriseAdministratorInvitation object. |
| The user who was invited to the enterprise. |
| The user who created the invitation. |
| The invitee's pending role in the enterprise (owner or billing_manager). |
EnterpriseAdministratorInvitationConnection
The connection type for EnterpriseAdministratorInvitation.
Campos para EnterpriseAdministratorInvitationConnection
| Nombre | Descripción |
|---|---|
A list of edges. | |
A list of nodes. | |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseAdministratorInvitationEdge
An edge in a connection.
Campos para EnterpriseAdministratorInvitationEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
The item at the end of the edge. |
EnterpriseBillingInfo
Enterprise billing information visible to enterprise billing managers and owners.
Campos para EnterpriseBillingInfo
| Nombre | Descripción |
|---|---|
| The number of licenseable users/emails across the enterprise. |
| The number of data packs used by all organizations owned by the enterprise. Data packs are deprecated, always returns 0. Advertencia
LFS data packs have been removed. Always returns 0. |
| The bandwidth quota in GB for all organizations owned by the enterprise. |
| The bandwidth usage in GB for all organizations owned by the enterprise. |
| The bandwidth usage as a percentage of the bandwidth quota. |
| The storage quota in GB for all organizations owned by the enterprise. |
| The storage usage in GB for all organizations owned by the enterprise. |
| The storage usage as a percentage of the storage quota. |
| The number of available licenses across all owned organizations based on the unique number of billable users. |
| The total number of licenses allocated. |
EnterpriseConnection
The connection type for Enterprise.
Campos para EnterpriseConnection
| Nombre | Descripción |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseEdge
An edge in a connection.
Campos para EnterpriseEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EnterpriseIdentityProvider
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.
EnterpriseIdentityProvider Implementa
Campos para EnterpriseIdentityProvider
| Nombre | Descripción |
|---|---|
| The digest algorithm used to sign SAML requests for the identity provider. |
| The enterprise this identity provider belongs to. |
| ExternalIdentities provisioned by this identity provider. Argumentos para
|
| The Node ID of the EnterpriseIdentityProvider object. |
| The x509 certificate used by the identity provider to sign assertions and responses. |
| The Issuer Entity ID for the SAML identity provider. |
| Recovery codes that can be used by admins to access the enterprise if the identity provider is unavailable. |
| The signature algorithm used to sign SAML requests for the identity provider. |
| The URL endpoint for the identity provider's SAML SSO. |
EnterpriseMemberConnection
The connection type for EnterpriseMember.
Campos para EnterpriseMemberConnection
| Nombre | Descripción |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseMemberEdge
A User who is a member of an enterprise through one or more organizations.
Campos para EnterpriseMemberEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EnterpriseMemberInvitation
An invitation for a user to become an unaffiliated member of an enterprise.
EnterpriseMemberInvitation Implementa
Campos para EnterpriseMemberInvitation
| Nombre | Descripción |
|---|---|
| Identifies the date and time when the object was created. |
| The email of the person who was invited to the enterprise. |
| The enterprise the invitation is for. |
| The Node ID of the EnterpriseMemberInvitation object. |
| The user who was invited to the enterprise. |
| The user who created the invitation. |
EnterpriseMemberInvitationConnection
The connection type for EnterpriseMemberInvitation.
Campos para EnterpriseMemberInvitationConnection
| Nombre | Descripción |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseMemberInvitationEdge
An edge in a connection.
Campos para EnterpriseMemberInvitationEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EnterpriseOwnerInfo
Enterprise information visible to enterprise owners or enterprise owners' personal access tokens (classic) with read:enterprise or admin:enterprise scope.
Campos para EnterpriseOwnerInfo
| Nombre | Descripción |
|---|---|
| A list of all of the administrators for this enterprise. Argumentos para
|
| A list of users in the enterprise who currently have two-factor authentication disabled. Argumentos para
|
| Whether or not affiliated users with two-factor authentication disabled exist in the enterprise. |
| The setting value for whether private repository forking is enabled for repositories in organizations in this enterprise. |
| A list of enterprise organizations configured with the provided private repository forking setting value. Argumentos para
|
| The value for the allow private repository forking policy on the enterprise. |
| The setting value for base repository permissions for organizations in this enterprise. |
| A list of enterprise organizations configured with the provided base repository permission. Argumentos para
|
| A list of domains owned by the enterprise. Visible to enterprise owners or enterprise owners' personal access tokens (classic) with admin:enterprise scope. Argumentos para
|
| Enterprise Server installations owned by the enterprise. Argumentos para
|
| A list of failed invitations in the enterprise. Argumentos para
|
| The setting value for whether the enterprise has an IP allow list enabled. |
| 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. Argumentos para
|
| The setting value for whether the enterprise has IP allow list configuration for installed GitHub Apps enabled. |
| The setting value for whether the enterprise has IP allow list user-level enforcement enabled. |
| Whether or not the base repository permission is currently being updated. |
| Whether the two-factor authentication requirement is currently being enforced. |
| The setting value for whether organization members with admin permissions on a repository can change repository visibility. |
| A list of enterprise organizations configured with the provided can change repository visibility setting value. Argumentos para
|
| The setting value for whether members of organizations in the enterprise can create internal repositories. |
| The setting value for whether members of organizations in the enterprise can create private repositories. |
| The setting value for whether members of organizations in the enterprise can create public repositories. |
| The setting value for whether members of organizations in the enterprise can create repositories. |
| A list of enterprise organizations configured with the provided repository creation setting value. Argumentos para
|
| The setting value for whether members with admin permissions for repositories can delete issues. |
| A list of enterprise organizations configured with the provided members can delete issues setting value. Argumentos para
|
| The setting value for whether members with admin permissions for repositories can delete or transfer repositories. |
| A list of enterprise organizations configured with the provided members can delete repositories setting value. Argumentos para
|
| The setting value for whether members of organizations in the enterprise can invite outside collaborators. |
| A list of enterprise organizations configured with the provided members can invite collaborators setting value. Argumentos para
|
| Indicates whether members of this enterprise's organizations can purchase additional services for those organizations. |
| The setting value for whether members with admin permissions for repositories can update protected branches. |
| A list of enterprise organizations configured with the provided members can update protected branches setting value. Argumentos para
|
| The setting value for whether members can view dependency insights. |
| A list of enterprise organizations configured with the provided members can view dependency insights setting value. Argumentos para
|
| Indicates if email notification delivery for this enterprise is restricted to verified or approved domains. |
| The OIDC Identity Provider for the enterprise. |
| The setting value for whether organization projects are enabled for organizations in this enterprise. |
| A list of enterprise organizations configured with the provided organization projects setting value. Argumentos para
|
| A list of outside collaborators across the repositories in the enterprise. Argumentos para
|
| A list of pending administrator invitations for the enterprise. Argumentos para
|
| A list of pending collaborator invitations across the repositories in the enterprise. Argumentos para
|
| A list of pending member invitations for organizations in the enterprise. Argumentos para
|
| A list of pending unaffiliated member invitations for the enterprise. Argumentos para
|
| The setting value for whether deploy keys are enabled for repositories in organizations in this enterprise. |
| A list of enterprise organizations configured with the provided deploy keys setting value. Argumentos para
|
| The setting value for whether repository projects are enabled in this enterprise. |
| A list of enterprise organizations configured with the provided repository projects setting value. Argumentos para
|
| The SAML Identity Provider for the enterprise. |
| A list of enterprise organizations configured with the SAML single sign-on setting value. Argumentos para
|
| A list of members with a support entitlement. Argumentos para
|
| The setting value for whether team discussions are enabled for organizations in this enterprise. Advertencia
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
| The setting value for what methods of two-factor authentication the enterprise prevents its users from having. |
| The setting value for whether the enterprise requires two-factor authentication for its organizations and users. |
| A list of enterprise organizations configured with the two-factor authentication setting value. Argumentos para
|
EnterpriseRepositoryInfo
A subset of repository information queryable from an enterprise.
EnterpriseRepositoryInfo Implementa
Campos para EnterpriseRepositoryInfo
| Nombre | Descripción |
|---|---|
| The Node ID of the EnterpriseRepositoryInfo object. |
| Identifies if the repository is private or internal. |
| The repository's name. |
| The repository's name with owner. |
EnterpriseRepositoryInfoConnection
The connection type for EnterpriseRepositoryInfo.
Campos para EnterpriseRepositoryInfoConnection
| Nombre | Descripción |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseRepositoryInfoEdge
An edge in a connection.
Campos para EnterpriseRepositoryInfoEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EnterpriseServerInstallation
An Enterprise Server installation.
EnterpriseServerInstallation Implementa
Campos para EnterpriseServerInstallation
| Nombre | Descripción |
|---|---|
| Identifies the date and time when the object was created. |
| The customer name to which the Enterprise Server installation belongs. |
| The host name of the Enterprise Server installation. |
| The Node ID of the EnterpriseServerInstallation object. |
| Whether or not the installation is connected to an Enterprise Server installation via GitHub Connect. |
| Identifies the date and time when the object was last updated. |
| User accounts on this Enterprise Server installation. Argumentos para
|
| User accounts uploads for the Enterprise Server installation. Argumentos para
|
EnterpriseServerInstallationConnection
The connection type for EnterpriseServerInstallation.
Campos para EnterpriseServerInstallationConnection
| Nombre | Descripción |
|---|---|
A list of edges. | |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseServerInstallationEdge
An edge in a connection.
Campos para EnterpriseServerInstallationEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EnterpriseServerInstallationMembershipConnection
The connection type for EnterpriseServerInstallation.
Campos para EnterpriseServerInstallationMembershipConnection
| Nombre | Descripción |
|---|---|
A list of edges. | |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseServerInstallationMembershipEdge
An Enterprise Server installation that a user is a member of.
Campos para EnterpriseServerInstallationMembershipEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
The role of the user in the enterprise membership. |
EnterpriseServerUserAccount
A user account on an Enterprise Server installation.
EnterpriseServerUserAccount Implementa
Campos para EnterpriseServerUserAccount
| Nombre | Descripción |
|---|---|
| Identifies the date and time when the object was created. |
User emails belonging to this user account. Argumentos para
| |
| The Enterprise Server installation on which this user account exists. |
| The Node ID of the EnterpriseServerUserAccount object. |
| Whether the user account is a site administrator on the Enterprise Server installation. |
| The login of the user account on the Enterprise Server installation. |
| The profile name of the user account on the Enterprise Server installation. |
| The date and time when the user account was created on the Enterprise Server installation. |
| The ID of the user account on the Enterprise Server installation. |
| Identifies the date and time when the object was last updated. |
EnterpriseServerUserAccountConnection
The connection type for EnterpriseServerUserAccount.
Campos para EnterpriseServerUserAccountConnection
| Nombre | Descripción |
|---|---|
A list of edges. | |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseServerUserAccountEdge
An edge in a connection.
Campos para EnterpriseServerUserAccountEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EnterpriseServerUserAccountEmail
An email belonging to a user account on an Enterprise Server installation.
EnterpriseServerUserAccountEmail Implementa
Campos para EnterpriseServerUserAccountEmail
| Nombre | Descripción |
|---|---|
| Identifies the date and time when the object was created. |
| The email address. |
| The Node ID of the EnterpriseServerUserAccountEmail object. |
| Indicates whether this is the primary email of the associated user account. |
| Identifies the date and time when the object was last updated. |
| The user account to which the email belongs. |
EnterpriseServerUserAccountEmailConnection
The connection type for EnterpriseServerUserAccountEmail.
Campos para EnterpriseServerUserAccountEmailConnection
| Nombre | Descripción |
|---|---|
A list of edges. | |
A list of nodes. | |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseServerUserAccountEmailEdge
An edge in a connection.
Campos para EnterpriseServerUserAccountEmailEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
The item at the end of the edge. |
EnterpriseServerUserAccountsUpload
A user accounts upload from an Enterprise Server installation.
EnterpriseServerUserAccountsUpload Implementa
Campos para EnterpriseServerUserAccountsUpload
| Nombre | Descripción |
|---|---|
| Identifies the date and time when the object was created. |
| The enterprise to which this upload belongs. |
| The Enterprise Server installation for which this upload was generated. |
| The Node ID of the EnterpriseServerUserAccountsUpload object. |
| The name of the file uploaded. |
| The synchronization state of the upload. |
| Identifies the date and time when the object was last updated. |
EnterpriseServerUserAccountsUploadConnection
The connection type for EnterpriseServerUserAccountsUpload.
Campos para EnterpriseServerUserAccountsUploadConnection
| Nombre | Descripción |
|---|---|
A list of edges. | |
A list of nodes. | |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseServerUserAccountsUploadEdge
An edge in a connection.
Campos para EnterpriseServerUserAccountsUploadEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
The item at the end of the edge. |
EnterpriseTeam
A team that belongs to an enterprise and can be assigned to multiple organizations.
EnterpriseTeam Implementa
Campos para EnterpriseTeam
| Nombre | Descripción |
|---|---|
| Organizations this team is assigned to. Argumentos para
|
| The human-readable, unique identifier for the enterprise and team. |
| Identifies the date and time when the object was created. |
| The description of the team. |
| The enterprise this team belongs to. |
| A list of users who are members of this enterprise team. Argumentos para
|
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the EnterpriseTeam object. |
| Whether the viewer is a member of this team. |
| The name of the team. |
| Whether the team will receive notifications when mentioned. |
| How this team selects its associated organizations. |
| The level of privacy the team has. |
| The slug corresponding to the team. |
| Identifies the date and time when the object was last updated. |
| Whether the viewer can administer this team. |
EnterpriseTeamConnection
A list of enterprise teams owned by the enterprise.
Campos para EnterpriseTeamConnection
| Nombre | Descripción |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
EnterpriseTeamEdge
An edge in a connection.
Campos para EnterpriseTeamEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EnterpriseUserAccount
An account for a user who is an admin of an enterprise or a member of an enterprise through one or more organizations.
EnterpriseUserAccount Implementa
Campos para EnterpriseUserAccount
| Nombre | Descripción |
|---|---|
| A URL pointing to the enterprise user account's public avatar. Argumentos para
|
| Identifies the date and time when the object was created. |
| The enterprise in which this user account exists. |
| A list of Enterprise Server installations this user is a member of. Argumentos para
|
| The Node ID of the EnterpriseUserAccount object. |
| An identifier for the enterprise user account, a login or email address. |
| The name of the enterprise user account. |
| A list of enterprise organizations this user is a member of. Argumentos para
|
| The HTTP path for this user. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this user. |
| The user within the enterprise. |
ExternalIdentity
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.
ExternalIdentity Implementa
Campos para ExternalIdentity
| Nombre | Descripción |
|---|---|
| The GUID for this identity. |
| The Node ID of the ExternalIdentity object. |
| Organization invitation for this SCIM-provisioned external identity. |
| SAML Identity attributes. |
| SCIM Identity attributes. |
| User linked to this external identity. Will be NULL if this identity has not been claimed by an organization member. |
ExternalIdentityAttribute
An attribute for the External Identity attributes collection.
Campos para ExternalIdentityAttribute
| Nombre | Descripción |
|---|---|
| The attribute metadata as JSON. |
| The attribute name. |
| The attribute value. |
ExternalIdentityConnection
The connection type for ExternalIdentity.
Campos para ExternalIdentityConnection
| Nombre | Descripción |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ExternalIdentityEdge
An edge in a connection.
Campos para ExternalIdentityEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ExternalIdentitySamlAttributes
SAML attributes for the External Identity.
Campos para ExternalIdentitySamlAttributes
| Nombre | Descripción |
|---|---|
| SAML Identity attributes. |
| The emails associated with the SAML identity. |
| Family name of the SAML identity. |
| Given name of the SAML identity. |
| The groups linked to this identity in IDP. |
| The NameID of the SAML identity. |
| The userName of the SAML identity. |
ExternalIdentityScimAttributes
SCIM attributes for the External Identity.
Campos para ExternalIdentityScimAttributes
| Nombre | Descripción |
|---|---|
| The emails associated with the SCIM identity. |
| Family name of the SCIM identity. |
| Given name of the SCIM identity. |
| The groups linked to this identity in IDP. |
| The userName of the SCIM identity. |
IpAllowListEntry
An IP address or range of addresses that is allowed to access an owner's resources.
IpAllowListEntry Implementa
Campos para IpAllowListEntry
| Nombre | Descripción |
|---|---|
| A single IP address or range of IP addresses in CIDR notation. |
| Identifies the date and time when the object was created. |
| The Node ID of the IpAllowListEntry object. |
| Whether the entry is currently active. |
| The name of the IP allow list entry. |
| The owner of the IP allow list entry. |
| Identifies the date and time when the object was last updated. |
IpAllowListEntryConnection
The connection type for IpAllowListEntry.
Campos para IpAllowListEntryConnection
| Nombre | Descripción |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
IpAllowListEntryEdge
An edge in a connection.
Campos para IpAllowListEntryEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
MembersCanDeleteReposClearAuditEntry
Audit log entry for a members_can_delete_repos.clear event.
MembersCanDeleteReposClearAuditEntry Implementa
Campos para MembersCanDeleteReposClearAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for this enterprise. |
| The slug of the enterprise. |
| The HTTP URL for this enterprise. |
| The Node ID of the MembersCanDeleteReposClearAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
MembersCanDeleteReposDisableAuditEntry
Audit log entry for a members_can_delete_repos.disable event.
MembersCanDeleteReposDisableAuditEntry Implementa
Campos para MembersCanDeleteReposDisableAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for this enterprise. |
| The slug of the enterprise. |
| The HTTP URL for this enterprise. |
| The Node ID of the MembersCanDeleteReposDisableAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
MembersCanDeleteReposEnableAuditEntry
Audit log entry for a members_can_delete_repos.enable event.
MembersCanDeleteReposEnableAuditEntry Implementa
Campos para MembersCanDeleteReposEnableAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for this enterprise. |
| The slug of the enterprise. |
| The HTTP URL for this enterprise. |
| The Node ID of the MembersCanDeleteReposEnableAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
OauthApplicationCreateAuditEntry
Audit log entry for a oauth_application.create event.
OauthApplicationCreateAuditEntry Implementa
Campos para OauthApplicationCreateAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The application URL of the OAuth application. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The callback URL of the OAuth application. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the OauthApplicationCreateAuditEntry object. |
| The name of the OAuth application. |
| The HTTP path for the OAuth application. |
| The HTTP URL for the OAuth application. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The rate limit of the OAuth application. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
The state of the OAuth application. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. | |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
OIDCProvider
An OIDC 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.
OIDCProvider Implementa
Campos para OIDCProvider
| Nombre | Descripción |
|---|---|
| The enterprise this identity provider belongs to. |
| ExternalIdentities provisioned by this identity provider. Argumentos para
|
| The Node ID of the OIDCProvider object. |
| The OIDC identity provider type. |
| The id of the tenant this provider is attached to. |
PrivateRepositoryForkingDisableAuditEntry
Audit log entry for a private_repository_forking.disable event.
PrivateRepositoryForkingDisableAuditEntry Implementa
Campos para PrivateRepositoryForkingDisableAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for this enterprise. |
| The slug of the enterprise. |
| The HTTP URL for this enterprise. |
| The Node ID of the PrivateRepositoryForkingDisableAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
PrivateRepositoryForkingEnableAuditEntry
Audit log entry for a private_repository_forking.enable event.
PrivateRepositoryForkingEnableAuditEntry Implementa
Campos para PrivateRepositoryForkingEnableAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for this enterprise. |
| The slug of the enterprise. |
| The HTTP URL for this enterprise. |
| The Node ID of the PrivateRepositoryForkingEnableAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepoConfigDisableAnonymousGitAccessAuditEntry
Audit log entry for a repo.config.disable_anonymous_git_access event.
RepoConfigDisableAnonymousGitAccessAuditEntry Implementa
Campos para RepoConfigDisableAnonymousGitAccessAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoConfigDisableAnonymousGitAccessAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepoConfigDisableCollaboratorsOnlyAuditEntry
Audit log entry for a repo.config.disable_collaborators_only event.
RepoConfigDisableCollaboratorsOnlyAuditEntry Implementa
Campos para RepoConfigDisableCollaboratorsOnlyAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoConfigDisableCollaboratorsOnlyAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepoConfigDisableContributorsOnlyAuditEntry
Audit log entry for a repo.config.disable_contributors_only event.
RepoConfigDisableContributorsOnlyAuditEntry Implementa
Campos para RepoConfigDisableContributorsOnlyAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoConfigDisableContributorsOnlyAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepoConfigDisableSockpuppetDisallowedAuditEntry
Audit log entry for a repo.config.disable_sockpuppet_disallowed event.
RepoConfigDisableSockpuppetDisallowedAuditEntry Implementa
Campos para RepoConfigDisableSockpuppetDisallowedAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoConfigDisableSockpuppetDisallowedAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepoConfigEnableAnonymousGitAccessAuditEntry
Audit log entry for a repo.config.enable_anonymous_git_access event.
RepoConfigEnableAnonymousGitAccessAuditEntry Implementa
Campos para RepoConfigEnableAnonymousGitAccessAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoConfigEnableAnonymousGitAccessAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepoConfigEnableCollaboratorsOnlyAuditEntry
Audit log entry for a repo.config.enable_collaborators_only event.
RepoConfigEnableCollaboratorsOnlyAuditEntry Implementa
Campos para RepoConfigEnableCollaboratorsOnlyAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoConfigEnableCollaboratorsOnlyAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepoConfigEnableContributorsOnlyAuditEntry
Audit log entry for a repo.config.enable_contributors_only event.
RepoConfigEnableContributorsOnlyAuditEntry Implementa
Campos para RepoConfigEnableContributorsOnlyAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoConfigEnableContributorsOnlyAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepoConfigEnableSockpuppetDisallowedAuditEntry
Audit log entry for a repo.config.enable_sockpuppet_disallowed event.
RepoConfigEnableSockpuppetDisallowedAuditEntry Implementa
Campos para RepoConfigEnableSockpuppetDisallowedAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoConfigEnableSockpuppetDisallowedAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepoConfigLockAnonymousGitAccessAuditEntry
Audit log entry for a repo.config.lock_anonymous_git_access event.
RepoConfigLockAnonymousGitAccessAuditEntry Implementa
Campos para RepoConfigLockAnonymousGitAccessAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoConfigLockAnonymousGitAccessAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepoConfigUnlockAnonymousGitAccessAuditEntry
Audit log entry for a repo.config.unlock_anonymous_git_access event.
RepoConfigUnlockAnonymousGitAccessAuditEntry Implementa
Campos para RepoConfigUnlockAnonymousGitAccessAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Node ID of the RepoConfigUnlockAnonymousGitAccessAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The repository associated with the action. |
| The name of the repository. |
| The HTTP path for the repository. |
| The HTTP URL for the repository. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepositoryVisibilityChangeDisableAuditEntry
Audit log entry for a repository_visibility_change.disable event.
RepositoryVisibilityChangeDisableAuditEntry Implementa
Campos para RepositoryVisibilityChangeDisableAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for this enterprise. |
| The slug of the enterprise. |
| The HTTP URL for this enterprise. |
| The Node ID of the RepositoryVisibilityChangeDisableAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
RepositoryVisibilityChangeEnableAuditEntry
Audit log entry for a repository_visibility_change.enable event.
RepositoryVisibilityChangeEnableAuditEntry Implementa
Campos para RepositoryVisibilityChangeEnableAuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for this enterprise. |
| The slug of the enterprise. |
| The HTTP URL for this enterprise. |
| The Node ID of the RepositoryVisibilityChangeEnableAuditEntry object. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The Organization associated with the Audit Entry. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The name of the Organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the organization. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
UserNamespaceRepository
A repository owned by an Enterprise Managed user.
UserNamespaceRepository Implementa
Campos para UserNamespaceRepository
| Nombre | Descripción |
|---|---|
| The Node ID of the UserNamespaceRepository object. |
| The name of the repository. |
| The repository's name with owner. |
| The user owner of the repository. |
UserNamespaceRepositoryConnection
A list of repositories owned by users in an enterprise with Enterprise Managed Users.
Campos para UserNamespaceRepositoryConnection
| Nombre | Descripción |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
UserNamespaceRepositoryEdge
An edge in a connection.
Campos para UserNamespaceRepositoryEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
Interfaces
AuditEntry
An entry in the audit log.
AuditEntry se implementa mediante
MembersCanDeleteReposClearAuditEntryMembersCanDeleteReposDisableAuditEntryMembersCanDeleteReposEnableAuditEntryOauthApplicationCreateAuditEntryPrivateRepositoryForkingDisableAuditEntryPrivateRepositoryForkingEnableAuditEntryRepoConfigDisableAnonymousGitAccessAuditEntryRepoConfigDisableCollaboratorsOnlyAuditEntryRepoConfigDisableContributorsOnlyAuditEntryRepoConfigDisableSockpuppetDisallowedAuditEntryRepoConfigEnableAnonymousGitAccessAuditEntryRepoConfigEnableCollaboratorsOnlyAuditEntryRepoConfigEnableContributorsOnlyAuditEntryRepoConfigEnableSockpuppetDisallowedAuditEntryRepoConfigLockAnonymousGitAccessAuditEntryRepoConfigUnlockAnonymousGitAccessAuditEntryRepositoryVisibilityChangeDisableAuditEntryRepositoryVisibilityChangeEnableAuditEntryOrgAddBillingManagerAuditEntryOrgAddMemberAuditEntryOrgBlockUserAuditEntryOrgConfigDisableCollaboratorsOnlyAuditEntryOrgConfigEnableCollaboratorsOnlyAuditEntryOrgCreateAuditEntryOrgDisableOauthAppRestrictionsAuditEntryOrgDisableSamlAuditEntryOrgDisableTwoFactorRequirementAuditEntryOrgEnableOauthAppRestrictionsAuditEntryOrgEnableSamlAuditEntryOrgEnableTwoFactorRequirementAuditEntryOrgInviteMemberAuditEntryOrgInviteToBusinessAuditEntryOrgOauthAppAccessApprovedAuditEntryOrgOauthAppAccessBlockedAuditEntryOrgOauthAppAccessDeniedAuditEntryOrgOauthAppAccessRequestedAuditEntryOrgOauthAppAccessUnblockedAuditEntryOrgRemoveBillingManagerAuditEntryOrgRemoveMemberAuditEntryOrgRemoveOutsideCollaboratorAuditEntryOrgRestoreMemberAuditEntryOrgUnblockUserAuditEntryOrgUpdateDefaultRepositoryPermissionAuditEntryOrgUpdateMemberAuditEntryOrgUpdateMemberRepositoryCreationPermissionAuditEntryOrgUpdateMemberRepositoryInvitationPermissionAuditEntryRepoAccessAuditEntryRepoAddMemberAuditEntryRepoAddTopicAuditEntryRepoArchivedAuditEntryRepoChangeMergeSettingAuditEntryRepoCreateAuditEntryRepoDestroyAuditEntryRepoRemoveMemberAuditEntryRepoRemoveTopicAuditEntryTeamAddMemberAuditEntryTeamAddRepositoryAuditEntryTeamChangeParentTeamAuditEntryTeamRemoveMemberAuditEntryTeamRemoveRepositoryAuditEntry
Campos para AuditEntry
| Nombre | Descripción |
|---|---|
| The action name. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The IP address of the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| A readable representation of the actor's location. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The username of the user who initiated the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the actor. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The time the action was initiated. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The corresponding operation type for the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The user affected by the action. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| For actions involving two users, the actor is the initiator and the user is the affected user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP path for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
| The HTTP URL for the user. Advertencia
The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC. |
EnterpriseAuditEntryData
Metadata for an audit entry containing enterprise account information.
EnterpriseAuditEntryData se implementa mediante
MembersCanDeleteReposClearAuditEntryMembersCanDeleteReposDisableAuditEntryMembersCanDeleteReposEnableAuditEntryPrivateRepositoryForkingDisableAuditEntryPrivateRepositoryForkingEnableAuditEntryRepositoryVisibilityChangeDisableAuditEntryRepositoryVisibilityChangeEnableAuditEntryOrgInviteToBusinessAuditEntry
Campos para EnterpriseAuditEntryData
| Nombre | Descripción |
|---|---|
| The HTTP path for this enterprise. |
| The slug of the enterprise. |
| The HTTP URL for this enterprise. |
TopicAuditEntryData
Metadata for an audit entry with a topic.
TopicAuditEntryData se implementa mediante
Campos para TopicAuditEntryData
| Nombre | Descripción |
|---|---|
| The name of the topic added to the repository. |
| The name of the topic added to the repository. |
Enums
AuditLogOrderField
Properties by which Audit Log connections can be ordered.
Valores de AuditLogOrderField.
| Nombre | Descripción |
|---|---|
CREATED_AT | Order audit log entries by timestamp. |
EnterpriseAdministratorInvitationOrderField
Properties by which enterprise administrator invitation connections can be ordered.
Valores de EnterpriseAdministratorInvitationOrderField.
| Nombre | Descripción |
|---|---|
CREATED_AT | Order enterprise administrator member invitations by creation time. |
EnterpriseAdministratorRole
The possible administrator roles in an enterprise account.
Valores de EnterpriseAdministratorRole.
| Nombre | Descripción |
|---|---|
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
The possible values for the enterprise allow private repository forking policy value.
Valores de EnterpriseAllowPrivateRepositoryForkingPolicyValue.
| Nombre | Descripción |
|---|---|
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. Internal repositories can only be forked inside 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. |
EnterpriseDefaultRepositoryPermissionSettingValue
The possible values for the enterprise base repository permission setting.
Valores de EnterpriseDefaultRepositoryPermissionSettingValue.
| Nombre | Descripción |
|---|---|
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
The possible values for an enabled/no policy enterprise setting.
Valores de EnterpriseDisallowedMethodsSettingValue.
| Nombre | Descripción |
|---|---|
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. |
EnterpriseEnabledDisabledSettingValue
The possible values for an enabled/disabled enterprise setting.
Valores de EnterpriseEnabledDisabledSettingValue.
| Nombre | Descripción |
|---|---|
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
The possible values for an enabled/no policy enterprise setting.
Valores de EnterpriseEnabledSettingValue.
| Nombre | Descripción |
|---|---|
ENABLED | The setting is enabled for organizations in the enterprise. |
NO_POLICY | There is no policy set for organizations in the enterprise. |
EnterpriseMemberInvitationOrderField
Properties by which enterprise member invitation connections can be ordered.
Valores de EnterpriseMemberInvitationOrderField.
| Nombre | Descripción |
|---|---|
CREATED_AT | Order enterprise member invitations by creation time. |
EnterpriseMemberOrderField
Properties by which enterprise member connections can be ordered.
Valores de EnterpriseMemberOrderField.
| Nombre | Descripción |
|---|---|
CREATED_AT | Order enterprise members by creation time. |
LOGIN | Order enterprise members by login. |
EnterpriseMembersCanCreateRepositoriesSettingValue
The possible values for the enterprise members can create repositories setting.
Valores de EnterpriseMembersCanCreateRepositoriesSettingValue.
| Nombre | Descripción |
|---|---|
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
The possible values for the members can make purchases setting.
Valores de EnterpriseMembersCanMakePurchasesSettingValue.
| Nombre | Descripción |
|---|---|
DISABLED | The setting is disabled for organizations in the enterprise. |
ENABLED | The setting is enabled for organizations in the enterprise. |
EnterpriseMembershipType
The possible values we have for filtering Platform::Objects::User#enterprises.
Valores de EnterpriseMembershipType.
| Nombre | Descripción |
|---|---|
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. |
EnterpriseOrderField
Properties by which enterprise connections can be ordered.
Valores de EnterpriseOrderField.
| Nombre | Descripción |
|---|---|
NAME | Order enterprises by name. |
EnterpriseServerInstallationOrderField
Properties by which Enterprise Server installation connections can be ordered.
Valores de EnterpriseServerInstallationOrderField.
| Nombre | Descripción |
|---|---|
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. |
EnterpriseServerUserAccountEmailOrderField
Properties by which Enterprise Server user account email connections can be ordered.
Valores de EnterpriseServerUserAccountEmailOrderField.
| Nombre | Descripción |
|---|---|
EMAIL | Order emails by email. |
EnterpriseServerUserAccountOrderField
Properties by which Enterprise Server user account connections can be ordered.
Valores de EnterpriseServerUserAccountOrderField.
| Nombre | Descripción |
|---|---|
LOGIN | Order user accounts by login. |
REMOTE_CREATED_AT | Order user accounts by creation time on the Enterprise Server installation. |
EnterpriseServerUserAccountsUploadOrderField
Properties by which Enterprise Server user accounts upload connections can be ordered.
Valores de EnterpriseServerUserAccountsUploadOrderField.
| Nombre | Descripción |
|---|---|
CREATED_AT | Order user accounts uploads by creation time. |
EnterpriseServerUserAccountsUploadSyncState
Synchronization state of the Enterprise Server user accounts upload.
Valores de EnterpriseServerUserAccountsUploadSyncState.
| Nombre | Descripción |
|---|---|
FAILURE | The synchronization of the upload failed. |
PENDING | The synchronization of the upload is pending. |
SUCCESS | The synchronization of the upload succeeded. |
EnterpriseTeamMemberOrderField
Properties by which enterprise team member connections can be ordered.
Valores de EnterpriseTeamMemberOrderField.
| Nombre | Descripción |
|---|---|
CREATED_AT | Order enterprise team members by creation time. |
ID | Order enterprise team members by ID. |
LOGIN | Order enterprise team members by login. |
EnterpriseTeamOrderField
Properties by which enterprise team connections can be ordered.
Valores de EnterpriseTeamOrderField.
| Nombre | Descripción |
|---|---|
CREATED_AT | Order enterprise teams by creation time. |
ID | Order enterprise teams by ID. |
NAME | Order enterprise teams by name. |
EnterpriseTeamOrganizationOrderField
Properties by which enterprise team organization connections can be ordered.
Valores de EnterpriseTeamOrganizationOrderField.
| Nombre | Descripción |
|---|---|
CREATED_AT | Order enterprise team organizations by creation time. |
ID | Order enterprise team organizations by ID. |
LOGIN | Order enterprise team organizations by login. |
EnterpriseTeamOrganizationSelectionType
The possible organization selection types for an enterprise team.
Valores de EnterpriseTeamOrganizationSelectionType.
| Nombre | Descripción |
|---|---|
ALL | The team is associated with all organizations in the enterprise. |
DISABLED | The team is not associated with any organizations. |
SELECTED | The team is associated with selected organizations. |
EnterpriseUserAccountMembershipRole
The possible roles for enterprise membership.
Valores de EnterpriseUserAccountMembershipRole.
| Nombre | Descripción |
|---|---|
MEMBER | The user is a member of an organization in the enterprise. |
OWNER | The user is an owner of an organization in the enterprise. |
UNAFFILIATED | The user is not an owner of the enterprise, and not a member or owner of any organizations in the enterprise; only for EMU-enabled enterprises. |
EnterpriseUserDeployment
The possible GitHub Enterprise deployments where this user can exist.
Valores de EnterpriseUserDeployment.
| Nombre | Descripción |
|---|---|
CLOUD | The user is part of a GitHub Enterprise Cloud deployment. |
SERVER | The user is part of a GitHub Enterprise Server deployment. |
IdentityProviderConfigurationState
The possible states in which authentication can be configured with an identity provider.
Valores de IdentityProviderConfigurationState.
| Nombre | Descripción |
|---|---|
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
The possible values for the IP allow list enabled setting.
Valores de IpAllowListEnabledSettingValue.
| Nombre | Descripción |
|---|---|
DISABLED | The setting is disabled for the owner. |
ENABLED | The setting is enabled for the owner. |
IpAllowListEntryOrderField
Properties by which IP allow list entry connections can be ordered.
Valores de IpAllowListEntryOrderField.
| Nombre | Descripción |
|---|---|
ALLOW_LIST_VALUE | Order IP allow list entries by the allow list value. |
CREATED_AT | Order IP allow list entries by creation time. |
IpAllowListForInstalledAppsEnabledSettingValue
The possible values for the IP allow list configuration for installed GitHub Apps setting.
Valores de IpAllowListForInstalledAppsEnabledSettingValue.
| Nombre | Descripción |
|---|---|
DISABLED | The setting is disabled for the owner. |
ENABLED | The setting is enabled for the owner. |
IpAllowListUserLevelEnforcementEnabledSettingValue
The possible values for the IP allow list user-level enforcement enabled setting.
Valores de IpAllowListUserLevelEnforcementEnabledSettingValue.
| Nombre | Descripción |
|---|---|
DISABLED | The setting is disabled for the owner. |
ENABLED | The setting is enabled for the owner. |
OIDCProviderType
The OIDC identity provider type.
Valores de OIDCProviderType.
| Nombre | Descripción |
|---|---|
AAD | Azure Active Directory. |
SamlDigestAlgorithm
The possible digest algorithms used to sign SAML requests for an identity provider.
Valores de SamlDigestAlgorithm.
| Nombre | Descripción |
|---|---|
SHA1 | SHA1. |
SHA256 | SHA256. |
SHA384 | SHA384. |
SHA512 | SHA512. |
SamlSignatureAlgorithm
The possible signature algorithms used to sign SAML requests for a Identity Provider.
Valores de SamlSignatureAlgorithm.
| Nombre | Descripción |
|---|---|
RSA_SHA1 | RSA-SHA1. |
RSA_SHA256 | RSA-SHA256. |
RSA_SHA384 | RSA-SHA384. |
RSA_SHA512 | RSA-SHA512. |
TwoFactorCredentialSecurityType
Filters by whether or not 2FA is enabled and if the method configured is considered secure or insecure.
Valores de TwoFactorCredentialSecurityType.
| Nombre | Descripción |
|---|---|
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. |
Unions
AuditEntryActor
Types that can initiate an audit log event.
Tipos posibles para AuditEntryActor
EnterpriseMember
An object that is a member of an enterprise.
Tipos posibles para EnterpriseMember
IpAllowListOwner
Types that can own an IP allow list.
Tipos posibles para IpAllowListOwner
Input objects
AcceptEnterpriseAdministratorInvitationInput
Autogenerated input type of AcceptEnterpriseAdministratorInvitation.
Campos de entrada para AcceptEnterpriseAdministratorInvitationInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The id of the invitation being accepted. |
AcceptEnterpriseMemberInvitationInput
Autogenerated input type of AcceptEnterpriseMemberInvitation.
Campos de entrada para AcceptEnterpriseMemberInvitationInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The id of the invitation being accepted. |
AccessUserNamespaceRepositoryInput
Autogenerated input type of AccessUserNamespaceRepository.
Campos de entrada para AccessUserNamespaceRepositoryInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise owning the user namespace repository. |
| The ID of the user namespace repository to access. |
AddEnterpriseOrganizationMemberInput
Autogenerated input type of AddEnterpriseOrganizationMember.
Campos de entrada para AddEnterpriseOrganizationMemberInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise which owns the organization. |
| The ID of the organization the users will be added to. |
| The role to assign the users in the organization. |
| The IDs of the enterprise members to add. |
AddEnterpriseSupportEntitlementInput
Autogenerated input type of AddEnterpriseSupportEntitlement.
Campos de entrada para AddEnterpriseSupportEntitlementInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Enterprise which the admin belongs to. |
| The login of a member who will receive the support entitlement. |
AuditLogOrder
Ordering options for Audit Log connections.
Campos de entrada para AuditLogOrder
| Nombre | Descripción |
|---|---|
| The ordering direction. |
| The field to order Audit Logs by. |
CancelEnterpriseAdminInvitationInput
Autogenerated input type of CancelEnterpriseAdminInvitation.
Campos de entrada para CancelEnterpriseAdminInvitationInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The Node ID of the pending enterprise administrator invitation. |
CancelEnterpriseMemberInvitationInput
Autogenerated input type of CancelEnterpriseMemberInvitation.
Campos de entrada para CancelEnterpriseMemberInvitationInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The Node ID of the pending enterprise member invitation. |
CreateEnterpriseOrganizationInput
Autogenerated input type of CreateEnterpriseOrganization.
Campos de entrada para CreateEnterpriseOrganizationInput
| Nombre | Descripción |
|---|---|
| The logins for the administrators of the new organization. |
| The email used for sending billing receipts. |
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise owning the new organization. |
| The login of the new organization. |
| The profile name of the new organization. |
CreateIpAllowListEntryInput
Autogenerated input type of CreateIpAllowListEntry.
Campos de entrada para CreateIpAllowListEntryInput
| Nombre | Descripción |
|---|---|
| An IP address or range of addresses in CIDR notation. |
| A unique identifier for the client performing the mutation. |
| Whether the IP allow list entry is active when an IP allow list is enabled. |
| An optional name for the IP allow list entry. |
| The ID of the owner for which to create the new IP allow list entry. |
DeleteIpAllowListEntryInput
Autogenerated input type of DeleteIpAllowListEntry.
Campos de entrada para DeleteIpAllowListEntryInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the IP allow list entry to delete. |
EnterpriseAdministratorInvitationOrder
Ordering options for enterprise administrator invitation connections.
Campos de entrada para EnterpriseAdministratorInvitationOrder
| Nombre | Descripción |
|---|---|
| The ordering direction. |
The field to order enterprise administrator invitations by. |
EnterpriseMemberInvitationOrder
Ordering options for enterprise administrator invitation connections.
Campos de entrada para EnterpriseMemberInvitationOrder
| Nombre | Descripción |
|---|---|
| The ordering direction. |
The field to order enterprise member invitations by. |
EnterpriseMemberOrder
Ordering options for enterprise member connections.
Campos de entrada para EnterpriseMemberOrder
| Nombre | Descripción |
|---|---|
| The ordering direction. |
| The field to order enterprise members by. |
EnterpriseOrder
Ordering options for enterprises.
Campos de entrada para EnterpriseOrder
| Nombre | Descripción |
|---|---|
| The ordering direction. |
| The field to order enterprises by. |
EnterpriseServerInstallationOrder
Ordering options for Enterprise Server installation connections.
Campos de entrada para EnterpriseServerInstallationOrder
| Nombre | Descripción |
|---|---|
| The ordering direction. |
The field to order Enterprise Server installations by. |
EnterpriseServerUserAccountEmailOrder
Ordering options for Enterprise Server user account email connections.
Campos de entrada para EnterpriseServerUserAccountEmailOrder
| Nombre | Descripción |
|---|---|
| The ordering direction. |
The field to order emails by. |
EnterpriseServerUserAccountOrder
Ordering options for Enterprise Server user account connections.
Campos de entrada para EnterpriseServerUserAccountOrder
| Nombre | Descripción |
|---|---|
| The ordering direction. |
The field to order user accounts by. |
EnterpriseServerUserAccountsUploadOrder
Ordering options for Enterprise Server user accounts upload connections.
Campos de entrada para EnterpriseServerUserAccountsUploadOrder
| Nombre | Descripción |
|---|---|
| The ordering direction. |
The field to order user accounts uploads by. |
EnterpriseTeamMemberOrder
Ordering options for enterprise team member connections.
Campos de entrada para EnterpriseTeamMemberOrder
| Nombre | Descripción |
|---|---|
| The ordering direction. |
| The field to order enterprise team members by. |
EnterpriseTeamOrder
Ordering options for enterprise team connections.
Campos de entrada para EnterpriseTeamOrder
| Nombre | Descripción |
|---|---|
| The ordering direction. |
| The field to order enterprise teams by. |
EnterpriseTeamOrganizationOrder
Ordering options for enterprise team organization connections.
Campos de entrada para EnterpriseTeamOrganizationOrder
| Nombre | Descripción |
|---|---|
| The ordering direction. |
The field to order organizations by. |
GrantEnterpriseOrganizationsMigratorRoleInput
Autogenerated input type of GrantEnterpriseOrganizationsMigratorRole.
Campos de entrada para GrantEnterpriseOrganizationsMigratorRoleInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise to which all organizations managed by it will be granted the migrator role. |
| The login of the user to grant the migrator role. |
InviteEnterpriseAdminInput
Autogenerated input type of InviteEnterpriseAdmin.
Campos de entrada para InviteEnterpriseAdminInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The email of the person to invite as an administrator. |
| The ID of the enterprise to which you want to invite an administrator. |
| The login of a user to invite as an administrator. |
| The role of the administrator. |
InviteEnterpriseMemberInput
Autogenerated input type of InviteEnterpriseMember.
Campos de entrada para InviteEnterpriseMemberInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The email of the person to invite as an unaffiliated member. |
| The ID of the enterprise to which you want to invite an unaffiliated member. |
| The login of a user to invite as an unaffiliated member. |
IpAllowListEntryOrder
Ordering options for IP allow list entry connections.
Campos de entrada para IpAllowListEntryOrder
| Nombre | Descripción |
|---|---|
| The ordering direction. |
| The field to order IP allow list entries by. |
RegenerateEnterpriseIdentityProviderRecoveryCodesInput
Autogenerated input type of RegenerateEnterpriseIdentityProviderRecoveryCodes.
Campos de entrada para RegenerateEnterpriseIdentityProviderRecoveryCodesInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise on which to set an identity provider. |
RemoveEnterpriseAdminInput
Autogenerated input type of RemoveEnterpriseAdmin.
Campos de entrada para RemoveEnterpriseAdminInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The Enterprise ID from which to remove the administrator. |
| The login of the user to remove as an administrator. |
RemoveEnterpriseIdentityProviderInput
Autogenerated input type of RemoveEnterpriseIdentityProvider.
Campos de entrada para RemoveEnterpriseIdentityProviderInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise from which to remove the identity provider. |
RemoveEnterpriseMemberInput
Autogenerated input type of RemoveEnterpriseMember.
Campos de entrada para RemoveEnterpriseMemberInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise from which the user should be removed. |
| The ID of the user to remove from the enterprise. |
RemoveEnterpriseOrganizationInput
Autogenerated input type of RemoveEnterpriseOrganization.
Campos de entrada para RemoveEnterpriseOrganizationInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise from which the organization should be removed. |
| The ID of the organization to remove from the enterprise. |
RemoveEnterpriseSupportEntitlementInput
Autogenerated input type of RemoveEnterpriseSupportEntitlement.
Campos de entrada para RemoveEnterpriseSupportEntitlementInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Enterprise which the admin belongs to. |
| The login of a member who will lose the support entitlement. |
RevokeEnterpriseOrganizationsMigratorRoleInput
Autogenerated input type of RevokeEnterpriseOrganizationsMigratorRole.
Campos de entrada para RevokeEnterpriseOrganizationsMigratorRoleInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise to which all organizations managed by it will be granted the migrator role. |
| The login of the user to revoke the migrator role. |
SetEnterpriseIdentityProviderInput
Autogenerated input type of SetEnterpriseIdentityProvider.
Campos de entrada para SetEnterpriseIdentityProviderInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The digest algorithm used to sign SAML requests for the identity provider. |
| The ID of the enterprise on which to set an identity provider. |
| The x509 certificate used by the identity provider to sign assertions and responses. |
| The Issuer Entity ID for the SAML identity provider. |
| The signature algorithm used to sign SAML requests for the identity provider. |
| The URL endpoint for the identity provider's SAML SSO. |
TransferEnterpriseOrganizationInput
Autogenerated input type of TransferEnterpriseOrganization.
Campos de entrada para TransferEnterpriseOrganizationInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise where the organization should be transferred. |
| The ID of the organization to transfer. |
UpdateEnterpriseAdministratorRoleInput
Autogenerated input type of UpdateEnterpriseAdministratorRole.
Campos de entrada para UpdateEnterpriseAdministratorRoleInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Enterprise which the admin belongs to. |
| The login of a administrator whose role is being changed. |
| The new role for the Enterprise administrator. |
UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput
Autogenerated input type of UpdateEnterpriseAllowPrivateRepositoryForkingSetting.
Campos de entrada para UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise on which to set the allow private repository forking setting. |
| The value for the allow private repository forking policy on the enterprise. |
| The value for the allow private repository forking setting on the enterprise. |
UpdateEnterpriseDefaultRepositoryPermissionSettingInput
Autogenerated input type of UpdateEnterpriseDefaultRepositoryPermissionSetting.
Campos de entrada para UpdateEnterpriseDefaultRepositoryPermissionSettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise on which to set the base repository permission setting. |
| The value for the base repository permission setting on the enterprise. |
UpdateEnterpriseDeployKeySettingInput
Autogenerated input type of UpdateEnterpriseDeployKeySetting.
Campos de entrada para UpdateEnterpriseDeployKeySettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise on which to set the deploy key setting. |
| The value for the deploy key setting on the enterprise. |
UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput
Autogenerated input type of UpdateEnterpriseMembersCanChangeRepositoryVisibilitySetting.
Campos de entrada para UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise on which to set the members can change repository visibility setting. |
| The value for the members can change repository visibility setting on the enterprise. |
UpdateEnterpriseMembersCanCreateRepositoriesSettingInput
Autogenerated input type of UpdateEnterpriseMembersCanCreateRepositoriesSetting.
Campos de entrada para UpdateEnterpriseMembersCanCreateRepositoriesSettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise on which to set the members can create repositories setting. |
| Allow members to create internal repositories. Defaults to current value. |
| Allow members to create private repositories. Defaults to current value. |
| Allow members to create public repositories. Defaults to current value. |
| When false, allow member organizations to set their own repository creation member privileges. |
| 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. |
UpdateEnterpriseMembersCanDeleteIssuesSettingInput
Autogenerated input type of UpdateEnterpriseMembersCanDeleteIssuesSetting.
Campos de entrada para UpdateEnterpriseMembersCanDeleteIssuesSettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise on which to set the members can delete issues setting. |
| The value for the members can delete issues setting on the enterprise. |
UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput
Autogenerated input type of UpdateEnterpriseMembersCanDeleteRepositoriesSetting.
Campos de entrada para UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise on which to set the members can delete repositories setting. |
| The value for the members can delete repositories setting on the enterprise. |
UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput
Autogenerated input type of UpdateEnterpriseMembersCanInviteCollaboratorsSetting.
Campos de entrada para UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise on which to set the members can invite collaborators setting. |
| The value for the members can invite collaborators setting on the enterprise. |
UpdateEnterpriseMembersCanMakePurchasesSettingInput
Autogenerated input type of UpdateEnterpriseMembersCanMakePurchasesSetting.
Campos de entrada para UpdateEnterpriseMembersCanMakePurchasesSettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise on which to set the members can make purchases setting. |
| The value for the members can make purchases setting on the enterprise. |
UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput
Autogenerated input type of UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting.
Campos de entrada para UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise on which to set the members can update protected branches setting. |
| The value for the members can update protected branches setting on the enterprise. |
UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput
Autogenerated input type of UpdateEnterpriseMembersCanViewDependencyInsightsSetting.
Campos de entrada para UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise on which to set the members can view dependency insights setting. |
| The value for the members can view dependency insights setting on the enterprise. |
UpdateEnterpriseOrganizationProjectsSettingInput
Autogenerated input type of UpdateEnterpriseOrganizationProjectsSetting.
Campos de entrada para UpdateEnterpriseOrganizationProjectsSettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise on which to set the organization projects setting. |
| The value for the organization projects setting on the enterprise. |
UpdateEnterpriseOwnerOrganizationRoleInput
Autogenerated input type of UpdateEnterpriseOwnerOrganizationRole.
Campos de entrada para UpdateEnterpriseOwnerOrganizationRoleInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Enterprise which the owner belongs to. |
| The ID of the organization for membership change. |
| The role to assume in the organization. |
UpdateEnterpriseProfileInput
Autogenerated input type of UpdateEnterpriseProfile.
Campos de entrada para UpdateEnterpriseProfileInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The description of the enterprise. |
| The Enterprise ID to update. |
| The location of the enterprise. |
| The name of the enterprise. |
| The security contact email address of the enterprise. |
| The URL of the enterprise's website. |
UpdateEnterpriseRepositoryProjectsSettingInput
Autogenerated input type of UpdateEnterpriseRepositoryProjectsSetting.
Campos de entrada para UpdateEnterpriseRepositoryProjectsSettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise on which to set the repository projects setting. |
| The value for the repository projects setting on the enterprise. |
UpdateEnterpriseTwoFactorAuthenticationDisallowedMethodsSettingInput
Autogenerated input type of UpdateEnterpriseTwoFactorAuthenticationDisallowedMethodsSetting.
Campos de entrada para UpdateEnterpriseTwoFactorAuthenticationDisallowedMethodsSettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise on which to set the two-factor authentication disallowed methods setting. |
| The value for the two-factor authentication disallowed methods setting on the enterprise. |
UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput
Autogenerated input type of UpdateEnterpriseTwoFactorAuthenticationRequiredSetting.
Campos de entrada para UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the enterprise on which to set the two factor authentication required setting. |
| The value for the two factor authentication required setting on the enterprise. |
UpdateIpAllowListEnabledSettingInput
Autogenerated input type of UpdateIpAllowListEnabledSetting.
Campos de entrada para UpdateIpAllowListEnabledSettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the owner on which to set the IP allow list enabled setting. |
| The value for the IP allow list enabled setting. |
UpdateIpAllowListEntryInput
Autogenerated input type of UpdateIpAllowListEntry.
Campos de entrada para UpdateIpAllowListEntryInput
| Nombre | Descripción |
|---|---|
| An IP address or range of addresses in CIDR notation. |
| A unique identifier for the client performing the mutation. |
| The ID of the IP allow list entry to update. |
| Whether the IP allow list entry is active when an IP allow list is enabled. |
| An optional name for the IP allow list entry. |
UpdateIpAllowListForInstalledAppsEnabledSettingInput
Autogenerated input type of UpdateIpAllowListForInstalledAppsEnabledSetting.
Campos de entrada para UpdateIpAllowListForInstalledAppsEnabledSettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the owner. |
| The value for the IP allow list configuration for installed GitHub Apps setting. |
UpdateIpAllowListUserLevelEnforcementEnabledSettingInput
Autogenerated input type of UpdateIpAllowListUserLevelEnforcementEnabledSetting.
Campos de entrada para UpdateIpAllowListUserLevelEnforcementEnabledSettingInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the owner. |
| The value for the IP allow list user-level enforcement enabled setting. |