Skip to main content

This version of GitHub Enterprise was discontinued on 2023-07-06. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.

Enums

In this article

Enums represent possible sets of values for a field.

About enums

Enums represent possible sets of values for a field.

For example, the Issue object has a field called state. The state is an enum (specifically, of type IssueState) because it may be OPEN or CLOSED.

For more information, see "Introduction to GraphQL."

ActorType

The actor's type.

Values for ActorType

TEAM

Indicates a team actor.

USER

Indicates a user actor.

AuditLogOrderField

Properties by which Audit Log connections can be ordered.

Values for AuditLogOrderField

CREATED_AT

Order audit log entries by timestamp.

CheckAnnotationLevel

Represents an annotation's information level.

Values for CheckAnnotationLevel

FAILURE

An annotation indicating an inescapable error.

NOTICE

An annotation indicating some information.

WARNING

An annotation indicating an ignorable error.

CheckConclusionState

The possible states for a check suite or run conclusion.

Values for CheckConclusionState

ACTION_REQUIRED

The check suite or run requires action.

CANCELLED

The check suite or run has been cancelled.

FAILURE

The check suite or run has failed.

NEUTRAL

The check suite or run was neutral.

SKIPPED

The check suite or run was skipped.

STALE

The check suite or run was marked stale by GitHub. Only GitHub can use this conclusion.

STARTUP_FAILURE

The check suite or run has failed at startup.

SUCCESS

The check suite or run has succeeded.

TIMED_OUT

The check suite or run has timed out.

CheckRunType

The possible types of check runs.

Values for CheckRunType

ALL

Every check run available.

LATEST

The latest check run.

CheckStatusState

The possible states for a check suite or run status.

Values for CheckStatusState

COMPLETED

The check suite or run has been completed.

IN_PROGRESS

The check suite or run is in progress.

PENDING

The check suite or run is in pending state.

QUEUED

The check suite or run has been queued.

REQUESTED

The check suite or run has been requested.

WAITING

The check suite or run is in waiting state.

CollaboratorAffiliation

Collaborators affiliation level with a subject.

Values for CollaboratorAffiliation

ALL

All collaborators the authenticated user can see.

DIRECT

All collaborators with permissions to an organization-owned subject, regardless of organization membership status.

OUTSIDE

All outside collaborators of an organization-owned subject.

CommentAuthorAssociation

A comment author association with repository.

Values for CommentAuthorAssociation

COLLABORATOR

Author has been invited to collaborate on the repository.

CONTRIBUTOR

Author has previously committed to the repository.

FIRST_TIMER

Author has not previously committed to GitHub.

FIRST_TIME_CONTRIBUTOR

Author has not previously committed to the repository.

MANNEQUIN

Author is a placeholder for an unclaimed user.

MEMBER

Author is a member of the organization that owns the repository.

NONE

Author has no association with the repository.

OWNER

Author is the owner of the repository.

CommentCannotUpdateReason

The possible errors that will prevent a user from updating a comment.

Values for CommentCannotUpdateReason

ARCHIVED

Unable to create comment because repository is archived.

DENIED

You cannot update this comment.

INSUFFICIENT_ACCESS

You must be the author or have write access to this repository to update this comment.

LOCKED

Unable to create comment because issue is locked.

LOGIN_REQUIRED

You must be logged in to update this comment.

MAINTENANCE

Repository is under maintenance.

VERIFIED_EMAIL_REQUIRED

At least one email address must be verified to update this comment.

CommitContributionOrderField

Properties by which commit contribution connections can be ordered.

Values for CommitContributionOrderField

COMMIT_COUNT

Order commit contributions by how many commits they represent.

OCCURRED_AT

Order commit contributions by when they were made.

ContributionLevel

Varying levels of contributions from none to many.

Values for ContributionLevel

FIRST_QUARTILE

Lowest 25% of days of contributions.

FOURTH_QUARTILE

Highest 25% of days of contributions. More contributions than the third quartile.

NONE

No contributions occurred.

SECOND_QUARTILE

Second lowest 25% of days of contributions. More contributions than the first quartile.

THIRD_QUARTILE

Second highest 25% of days of contributions. More contributions than second quartile, less than the fourth quartile.

DefaultRepositoryPermissionField

The possible base permissions for repositories.

Values for DefaultRepositoryPermissionField

ADMIN

Can read, write, and administrate repos by default.

NONE

No access.

READ

Can read repos by default.

WRITE

Can read and write repos by default.

DeploymentOrderField

Properties by which deployment connections can be ordered.

Values for DeploymentOrderField

CREATED_AT

Order collection by creation time.

DeploymentProtectionRuleType

The possible protection rule types.

Values for DeploymentProtectionRuleType

REQUIRED_REVIEWERS

Required reviewers.

WAIT_TIMER

Wait timer.

DeploymentReviewState

The possible states for a deployment review.

Values for DeploymentReviewState

APPROVED

The deployment was approved.

REJECTED

The deployment was rejected.

DeploymentState

The possible states in which a deployment can be.

Values for DeploymentState

ABANDONED

The pending deployment was not updated after 30 minutes.

ACTIVE

The deployment is currently active.

DESTROYED

An inactive transient deployment.

ERROR

The deployment experienced an error.

FAILURE

The deployment has failed.

INACTIVE

The deployment is inactive.

IN_PROGRESS

The deployment is in progress.

PENDING

The deployment is pending.

QUEUED

The deployment has queued.

WAITING

The deployment is waiting.

DeploymentStatusState

The possible states for a deployment status.

Values for DeploymentStatusState

ERROR

The deployment experienced an error.

FAILURE

The deployment has failed.

INACTIVE

The deployment is inactive.

IN_PROGRESS

The deployment is in progress.

PENDING

The deployment is pending.

QUEUED

The deployment is queued.

SUCCESS

The deployment was successful.

WAITING

The deployment is waiting.

DiffSide

The possible sides of a diff.

Values for DiffSide

LEFT

The left side of the diff.

RIGHT

The right side of the diff.

DiscussionOrderField

Properties by which discussion connections can be ordered.

Values for DiscussionOrderField

CREATED_AT

Order discussions by creation time.

UPDATED_AT

Order discussions by most recent modification time.

DismissReason

The possible reasons that a Dependabot alert was dismissed.

Values for DismissReason

FIX_STARTED

A fix has already been started.

INACCURATE

This alert is inaccurate or incorrect.

NOT_USED

Vulnerable code is not actually used.

NO_BANDWIDTH

No bandwidth to fix this.

TOLERABLE_RISK

Risk is tolerable to this project.

EnterpriseAdministratorInvitationOrderField

Properties by which enterprise administrator invitation connections can be ordered.

Values for EnterpriseAdministratorInvitationOrderField

CREATED_AT

Order enterprise administrator member invitations by creation time.

EnterpriseAdministratorRole

The possible administrator roles in an enterprise account.

Values for EnterpriseAdministratorRole

BILLING_MANAGER

Represents a billing manager of the enterprise account.

OWNER

Represents an owner of the enterprise account.

EnterpriseDefaultRepositoryPermissionSettingValue

The possible values for the enterprise base repository permission setting.

Values for EnterpriseDefaultRepositoryPermissionSettingValue

ADMIN

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

NONE

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

NO_POLICY

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

READ

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

WRITE

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

EnterpriseEnabledDisabledSettingValue

The possible values for an enabled/disabled enterprise setting.

Values for EnterpriseEnabledDisabledSettingValue

DISABLED

The setting is disabled for organizations in the enterprise.

ENABLED

The setting is enabled for organizations in the enterprise.

NO_POLICY

There is no policy set for organizations in the enterprise.

EnterpriseEnabledSettingValue

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

Values for EnterpriseEnabledSettingValue

ENABLED

The setting is enabled for organizations in the enterprise.

NO_POLICY

There is no policy set for organizations in the enterprise.

EnterpriseMemberOrderField

Properties by which enterprise member connections can be ordered.

Values for EnterpriseMemberOrderField

CREATED_AT

Order enterprise members by creation time.

LOGIN

Order enterprise members by login.

EnterpriseMembersCanCreateRepositoriesSettingValue

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

Values for EnterpriseMembersCanCreateRepositoriesSettingValue

ALL

Members will be able to create public and private repositories.

DISABLED

Members will not be able to create public or private repositories.

NO_POLICY

Organization administrators 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.

Values for EnterpriseMembersCanMakePurchasesSettingValue

DISABLED

The setting is disabled for organizations in the enterprise.

ENABLED

The setting is enabled for organizations in the enterprise.

EnterpriseServerUserAccountEmailOrderField

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

Values for EnterpriseServerUserAccountEmailOrderField

EMAIL

Order emails by email.

EnterpriseServerUserAccountOrderField

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

Values for EnterpriseServerUserAccountOrderField

LOGIN

Order user accounts by login.

REMOTE_CREATED_AT

Order user accounts by creation time on the Enterprise Server installation.

EnterpriseServerUserAccountsUploadOrderField

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

Values for EnterpriseServerUserAccountsUploadOrderField

CREATED_AT

Order user accounts uploads by creation time.

EnterpriseServerUserAccountsUploadSyncState

Synchronization state of the Enterprise Server user accounts upload.

Values for EnterpriseServerUserAccountsUploadSyncState

FAILURE

The synchronization of the upload failed.

PENDING

The synchronization of the upload is pending.

SUCCESS

The synchronization of the upload succeeded.

EnterpriseUserAccountMembershipRole

The possible roles for enterprise membership.

Values for EnterpriseUserAccountMembershipRole

MEMBER

The user is a member of the enterprise membership.

OWNER

The user is an owner of the enterprise membership.

EnterpriseUserDeployment

The possible GitHub Enterprise deployments where this user can exist.

Values for EnterpriseUserDeployment

CLOUD

The user is part of a GitHub Enterprise Cloud deployment.

SERVER

The user is part of a GitHub Enterprise Server deployment.

FileViewedState

The possible viewed states of a file .

Values for FileViewedState

DISMISSED

The file has new changes since last viewed.

UNVIEWED

The file has not been marked as viewed.

VIEWED

The file has been marked as viewed.

GistOrderField

Properties by which gist connections can be ordered.

Values for GistOrderField

CREATED_AT

Order gists by creation time.

PUSHED_AT

Order gists by push time.

UPDATED_AT

Order gists by update time.

GistPrivacy

The privacy of a Gist.

Values for GistPrivacy

ALL

Gists that are public and secret.

PUBLIC

Public.

SECRET

Secret.

GitSignatureState

The state of a Git signature.

Values for GitSignatureState

BAD_CERT

The signing certificate or its chain could not be verified.

BAD_EMAIL

Invalid email used for signing.

EXPIRED_KEY

Signing key expired.

GPGVERIFY_ERROR

Internal error - the GPG verification service misbehaved.

GPGVERIFY_UNAVAILABLE

Internal error - the GPG verification service is unavailable at the moment.

INVALID

Invalid signature.

MALFORMED_SIG

Malformed signature.

NOT_SIGNING_KEY

The usage flags for the key that signed this don't allow signing.

NO_USER

Email used for signing not known to GitHub.

OCSP_ERROR

Valid signature, though certificate revocation check failed.

OCSP_PENDING

Valid signature, pending certificate revocation checking.

OCSP_REVOKED

One or more certificates in chain has been revoked.

UNKNOWN_KEY

Key used for signing not known to GitHub.

UNKNOWN_SIG_TYPE

Unknown signature type.

UNSIGNED

Unsigned.

UNVERIFIED_EMAIL

Email used for signing unverified on GitHub.

VALID

Valid signature and verified by GitHub.

IdentityProviderConfigurationState

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

Values for IdentityProviderConfigurationState

CONFIGURED

Authentication with an identity provider is configured but not enforced.

ENFORCED

Authentication with an identity provider is configured and enforced.

UNCONFIGURED

Authentication with an identity provider is not configured.

IpAllowListEnabledSettingValue

The possible values for the IP allow list enabled setting.

Values for IpAllowListEnabledSettingValue

DISABLED

The setting is disabled for the owner.

ENABLED

The setting is enabled for the owner.

IpAllowListEntryOrderField

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

Values for IpAllowListEntryOrderField

ALLOW_LIST_VALUE

Order IP allow list entries by the allow list value.

CREATED_AT

Order IP allow list entries by creation time.

IpAllowListForInstalledAppsEnabledSettingValue

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

Values for IpAllowListForInstalledAppsEnabledSettingValue

DISABLED

The setting is disabled for the owner.

ENABLED

The setting is enabled for the owner.

IssueCommentOrderField

Properties by which issue comment connections can be ordered.

Values for IssueCommentOrderField

UPDATED_AT

Order issue comments by update time.

IssueOrderField

Properties by which issue connections can be ordered.

Values for IssueOrderField

COMMENTS

Order issues by comment count.

CREATED_AT

Order issues by creation time.

UPDATED_AT

Order issues by update time.

IssueState

The possible states of an issue.

Values for IssueState

CLOSED

An issue that has been closed.

OPEN

An issue that is still open.

IssueTimelineItemsItemType

The possible item types found in a timeline.

Values for IssueTimelineItemsItemType

ADDED_TO_PROJECT_EVENT

Represents aadded_to_projectevent on a given issue or pull request.

ASSIGNED_EVENT

Represents anassignedevent on any assignable object.

CLOSED_EVENT

Represents aclosedevent on any Closable.

COMMENT_DELETED_EVENT

Represents acomment_deletedevent on a given issue or pull request.

CONNECTED_EVENT

Represents aconnectedevent on a given issue or pull request.

CONVERTED_NOTE_TO_ISSUE_EVENT

Represents aconverted_note_to_issueevent on a given issue or pull request.

CONVERTED_TO_DISCUSSION_EVENT

Represents aconverted_to_discussionevent on a given issue.

CROSS_REFERENCED_EVENT

Represents a mention made by one issue or pull request to another.

DEMILESTONED_EVENT

Represents ademilestonedevent on a given issue or pull request.

DISCONNECTED_EVENT

Represents adisconnectedevent on a given issue or pull request.

ISSUE_COMMENT

Represents a comment on an Issue.

LABELED_EVENT

Represents alabeledevent on a given issue or pull request.

LOCKED_EVENT

Represents alockedevent on a given issue or pull request.

MARKED_AS_DUPLICATE_EVENT

Represents amarked_as_duplicateevent on a given issue or pull request.

MENTIONED_EVENT

Represents amentionedevent on a given issue or pull request.

MILESTONED_EVENT

Represents amilestonedevent on a given issue or pull request.

MOVED_COLUMNS_IN_PROJECT_EVENT

Represents amoved_columns_in_projectevent on a given issue or pull request.

PINNED_EVENT

Represents apinnedevent on a given issue or pull request.

REFERENCED_EVENT

Represents areferencedevent on a given ReferencedSubject.

REMOVED_FROM_PROJECT_EVENT

Represents aremoved_from_projectevent on a given issue or pull request.

RENAMED_TITLE_EVENT

Represents arenamedevent on a given issue or pull request.

REOPENED_EVENT

Represents areopenedevent on any Closable.

SUBSCRIBED_EVENT

Represents asubscribedevent on a given Subscribable.

TRANSFERRED_EVENT

Represents atransferredevent on a given issue or pull request.

UNASSIGNED_EVENT

Represents anunassignedevent on any assignable object.

UNLABELED_EVENT

Represents anunlabeledevent on a given issue or pull request.

UNLOCKED_EVENT

Represents anunlockedevent on a given issue or pull request.

UNMARKED_AS_DUPLICATE_EVENT

Represents anunmarked_as_duplicateevent on a given issue or pull request.

UNPINNED_EVENT

Represents anunpinnedevent on a given issue or pull request.

UNSUBSCRIBED_EVENT

Represents anunsubscribedevent on a given Subscribable.

USER_BLOCKED_EVENT

Represents auser_blockedevent on a given user.

LabelOrderField

Properties by which label connections can be ordered.

Values for LabelOrderField

CREATED_AT

Order labels by creation time.

NAME

Order labels by name.

LanguageOrderField

Properties by which language connections can be ordered.

Values for LanguageOrderField

SIZE

Order languages by the size of all files containing the language.

LockReason

The possible reasons that an issue or pull request was locked.

Values for LockReason

OFF_TOPIC

The issue or pull request was locked because the conversation was off-topic.

RESOLVED

The issue or pull request was locked because the conversation was resolved.

SPAM

The issue or pull request was locked because the conversation was spam.

TOO_HEATED

The issue or pull request was locked because the conversation was too heated.

MergeStateStatus

Detailed status information about a pull request merge.

Values for MergeStateStatus

BEHIND

The head ref is out of date.

BLOCKED

The merge is blocked.

CLEAN

Mergeable and passing commit status.

DIRTY

The merge commit cannot be cleanly created.

DRAFT

The merge is blocked due to the pull request being a draft.

HAS_HOOKS

Mergeable with passing commit status and pre-receive hooks.

UNKNOWN

The state cannot currently be determined.

UNSTABLE

Mergeable with non-passing commit status.

MergeableState

Whether or not a PullRequest can be merged.

Values for MergeableState

CONFLICTING

The pull request cannot be merged due to merge conflicts.

MERGEABLE

The pull request can be merged.

UNKNOWN

The mergeability of the pull request is still being calculated.

MigrationSourceType

Represents the different Octoshift migration sources.

Values for MigrationSourceType

AZURE_DEVOPS

An Azure DevOps migration source.

BITBUCKET_SERVER

A Bitbucket Server migration source.

GITHUB

A GitHub migration source.

GITHUB_ARCHIVE

A GitHub Migration API source.

GITLAB

A GitLab migration source.

MigrationState

The Octoshift migration state.

Values for MigrationState

FAILED

The Octoshift migration has failed.

IN_PROGRESS

The Octoshift migration is in progress.

NOT_STARTED

The Octoshift migration has not started.

QUEUED

The Octoshift migration has been queued.

SUCCEEDED

The Octoshift migration has succeeded.

MilestoneOrderField

Properties by which milestone connections can be ordered.

Values for MilestoneOrderField

CREATED_AT

Order milestones by when they were created.

DUE_DATE

Order milestones by when they are due.

NUMBER

Order milestones by their number.

UPDATED_AT

Order milestones by when they were last updated.

MilestoneState

The possible states of a milestone.

Values for MilestoneState

CLOSED

A milestone that has been closed.

OPEN

A milestone that is still open.

NotificationRestrictionSettingValue

The possible values for the notification restriction setting.

Values for NotificationRestrictionSettingValue

DISABLED

The setting is disabled for the owner.

ENABLED

The setting is enabled for the owner.

OauthApplicationCreateAuditEntryState

The state of an OAuth Application when it was created.

Values for OauthApplicationCreateAuditEntryState

ACTIVE

The OAuth Application was active and allowed to have OAuth Accesses.

PENDING_DELETION

The OAuth Application was in the process of being deleted.

SUSPENDED

The OAuth Application was suspended from generating OAuth Accesses due to abuse or security concerns.

OperationType

The corresponding operation type for the action.

Values for OperationType

ACCESS

An existing resource was accessed.

AUTHENTICATION

A resource performed an authentication event.

CREATE

A new resource was created.

MODIFY

An existing resource was modified.

REMOVE

An existing resource was removed.

RESTORE

An existing resource was restored.

TRANSFER

An existing resource was transferred between multiple resources.

OrderDirection

Possible directions in which to order a list of items when provided an orderBy argument.

Values for OrderDirection

ASC

Specifies an ascending order for a given orderBy argument.

DESC

Specifies a descending order for a given orderBy argument.

OrgAddMemberAuditEntryPermission

The permissions available to members on an Organization.

Values for OrgAddMemberAuditEntryPermission

ADMIN

Can read, clone, push, and add collaborators to repositories.

READ

Can read and clone repositories.

OrgCreateAuditEntryBillingPlan

The billing plans available for organizations.

Values for OrgCreateAuditEntryBillingPlan

BUSINESS

Team Plan.

BUSINESS_PLUS

Enterprise Cloud Plan.

FREE

Free Plan.

TIERED_PER_SEAT

Tiered Per Seat Plan.

UNLIMITED

Legacy Unlimited Plan.

OrgEnterpriseOwnerOrderField

Properties by which enterprise owners can be ordered.

Values for OrgEnterpriseOwnerOrderField

LOGIN

Order enterprise owners by login.

OrgRemoveBillingManagerAuditEntryReason

The reason a billing manager was removed from an Organization.

Values for OrgRemoveBillingManagerAuditEntryReason

SAML_EXTERNAL_IDENTITY_MISSING

SAML external identity missing.

SAML_SSO_ENFORCEMENT_REQUIRES_EXTERNAL_IDENTITY

SAML SSO enforcement requires an external identity.

TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE

The organization required 2FA of its billing managers and this user did not have 2FA enabled.

OrgRemoveMemberAuditEntryMembershipType

The type of membership a user has with an Organization.

Values for OrgRemoveMemberAuditEntryMembershipType

ADMIN

Organization administrators have full access and can change several settings, including the names of repositories that belong to the Organization and Owners team membership. In addition, organization admins can delete the organization and all of its repositories.

BILLING_MANAGER

A billing manager is a user who manages the billing settings for the Organization, such as updating payment information.

DIRECT_MEMBER

A direct member is a user that is a member of the Organization.

OUTSIDE_COLLABORATOR

An outside collaborator is a person who isn't explicitly a member of the Organization, but who has Read, Write, or Admin permissions to one or more repositories in the organization.

UNAFFILIATED

An unaffiliated collaborator is a person who is not a member of the Organization and does not have access to any repositories in the Organization.

OrgRemoveMemberAuditEntryReason

The reason a member was removed from an Organization.

Values for OrgRemoveMemberAuditEntryReason

SAML_EXTERNAL_IDENTITY_MISSING

SAML external identity missing.

SAML_SSO_ENFORCEMENT_REQUIRES_EXTERNAL_IDENTITY

SAML SSO enforcement requires an external identity.

TWO_FACTOR_ACCOUNT_RECOVERY

User was removed from organization during account recovery.

TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE

The organization required 2FA of its billing managers and this user did not have 2FA enabled.

USER_ACCOUNT_DELETED

User account has been deleted.

OrgRemoveOutsideCollaboratorAuditEntryMembershipType

The type of membership a user has with an Organization.

Values for OrgRemoveOutsideCollaboratorAuditEntryMembershipType

BILLING_MANAGER

A billing manager is a user who manages the billing settings for the Organization, such as updating payment information.

OUTSIDE_COLLABORATOR

An outside collaborator is a person who isn't explicitly a member of the Organization, but who has Read, Write, or Admin permissions to one or more repositories in the organization.

UNAFFILIATED

An unaffiliated collaborator is a person who is not a member of the Organization and does not have access to any repositories in the organization.

OrgRemoveOutsideCollaboratorAuditEntryReason

The reason an outside collaborator was removed from an Organization.

Values for OrgRemoveOutsideCollaboratorAuditEntryReason

SAML_EXTERNAL_IDENTITY_MISSING

SAML external identity missing.

TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE

The organization required 2FA of its billing managers and this user did not have 2FA enabled.

OrgUpdateDefaultRepositoryPermissionAuditEntryPermission

The default permission a repository can have in an Organization.

Values for OrgUpdateDefaultRepositoryPermissionAuditEntryPermission

ADMIN

Can read, clone, push, and add collaborators to repositories.

NONE

No default permission value.

READ

Can read and clone repositories.

WRITE

Can read, clone and push to repositories.

OrgUpdateMemberAuditEntryPermission

The permissions available to members on an Organization.

Values for OrgUpdateMemberAuditEntryPermission

ADMIN

Can read, clone, push, and add collaborators to repositories.

READ

Can read and clone repositories.

OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility

The permissions available for repository creation on an Organization.

Values for OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility

ALL

All organization members are restricted from creating any repositories.

INTERNAL

All organization members are restricted from creating internal repositories.

NONE

All organization members are allowed to create any repositories.

PRIVATE

All organization members are restricted from creating private repositories.

PRIVATE_INTERNAL

All organization members are restricted from creating private or internal repositories.

PUBLIC

All organization members are restricted from creating public repositories.

PUBLIC_INTERNAL

All organization members are restricted from creating public or internal repositories.

PUBLIC_PRIVATE

All organization members are restricted from creating public or private repositories.

OrganizationInvitationRole

The possible organization invitation roles.

Values for OrganizationInvitationRole

ADMIN

The user is invited to be an admin of the organization.

BILLING_MANAGER

The user is invited to be a billing manager of the organization.

DIRECT_MEMBER

The user is invited to be a direct member of the organization.

REINSTATE

The user's previous role will be reinstated.

OrganizationInvitationType

The possible organization invitation types.

Values for OrganizationInvitationType

EMAIL

The invitation was to an email address.

USER

The invitation was to an existing user.

OrganizationMemberRole

The possible roles within an organization for its members.

Values for OrganizationMemberRole

ADMIN

The user is an administrator of the organization.

MEMBER

The user is a member of the organization.

OrganizationMembersCanCreateRepositoriesSettingValue

The possible values for the members can create repositories setting on an organization.

Values for OrganizationMembersCanCreateRepositoriesSettingValue

ALL

Members will be able to create public and private repositories.

DISABLED

Members will not be able to create public or private repositories.

INTERNAL

Members will be able to create only internal repositories.

PRIVATE

Members will be able to create only private repositories.

OrganizationOrderField

Properties by which organization connections can be ordered.

Values for OrganizationOrderField

CREATED_AT

Order organizations by creation time.

LOGIN

Order organizations by login.

PackageFileOrderField

Properties by which package file connections can be ordered.

Values for PackageFileOrderField

CREATED_AT

Order package files by creation time.

PackageOrderField

Properties by which package connections can be ordered.

Values for PackageOrderField

CREATED_AT

Order packages by creation time.

PackageType

The possible types of a package.

Values for PackageType

DEBIAN

A debian package.