Back to Gitlabhq

GraphQL API Enums

doc/api/graphql/reference/experimental/enums.md

19.3.0231.2 KB
Original Source
<!-- vale off --> <!-- Vale linting disabled after this line. --> <!-- See https://docs.gitlab.com/ee/development/documentation/testing.html#disable-vale-tests --> <!-- markdownlint-disable MD044 --> <!-- MD044/proper-names test disabled after this line to make page compatible with markdownlint-cli 0.29.0. --> <!-- See https://docs.gitlab.com/ee/development/documentation/testing.html#disable-markdownlint-tests --> <!-- markdownlint-disable MD012 --> <!-- markdownlint-disable MD047 --> <!-- markdownlint-disable MD041 --> <!--- This documentation is auto generated by a rake task. Please do not edit this file directly, instead run bundle exec rake gitlab:graphql:docs:compile --->

Enumeration types, also called enums, are scalar values restricted to a specific set of allowed values. For more information, see the GraphQL enumeration types documentation.

WARNING: Deprecated items are marked with {{< icon name="warning" >}}. They will be removed in a future release according to the GitLab deprecation process. Items that are experiments are marked with {{< icon name="work-item-test-case" >}}. Experimental items can change at any time and are not recommended for use in production.

AccessLevelEnum

Access level to a resource.

ValueDescription
ADMINAdmin access.
DEVELOPERDeveloper access.
GUESTGuest access.
MAINTAINERMaintainer access.
MINIMAL_ACCESSMinimal access.
NO_ACCESSNo access.
OWNEROwner access.
PLANNERPlanner access.
REPORTERReporter access.
SECURITY_MANAGERSecurity manager access.

AccessTokenGranularScopeAccess

Access configured on a granular scope.

ValueDescription
ALL_MEMBERSHIPSGrants access to resources belonging to all groups and projects the user is a member of.
INSTANCEGrants access to standalone instance-level resources.
PERSONAL_PROJECTSGrants access to resources belonging to all personal projects of a user.
SELECTED_MEMBERSHIPSGrants access to resources belonging to selected groups and projects the user is a member of.
USERGrants access to standalone user-level resources.

AccessTokenSort

Values for sorting access tokens.

ValueDescription
CREATED_ASCSort by created_at in ascending order.
CREATED_DESCSort by created_at in descending order.
EXPIRES_ASCSort by expires_at in ascending order.
EXPIRES_DESCSort by expires_at in descending order.
ID_ASCSort by ID in ascending order.
ID_DESCSort by ID in descending order.
LAST_USED_ASCSort by last_used_at in ascending order.
LAST_USED_DESCSort by last_used_at in descending order.
NAME_ASCSort by name in ascending order.
NAME_DESCSort by name in descending order.
UPDATED_ASCSort by updated_at in ascending order.
UPDATED_DESCSort by updated_at in descending order.

AccessTokenState

State of an access token.

ValueDescription
ACTIVEToken is active.
INACTIVEToken is inactive.

AgentTokenStatus

Agent token statuses.

ValueDescription
ACTIVEActive agent token.
REVOKEDRevoked agent token.

AiAcceptedSelfHostedModels

LLMs supported by the self-hosted model features.

ValueDescription
CLAUDE_3Claude 3 model family, suitable for code generation and duo chat.
CODEGEMMACodeGemma Code: Suitable for code suggestions.
CODELLAMACode-Llama Instruct: Suitable for code suggestions.
CODESTRALCodestral: Suitable for code suggestions.
DEEPSEEKCODERDeepseek Coder base or instruct.
EMBEDDINGEmbedding: Suitable for semantic search.
GEMINIGemini: Suitable for duo agentic and non-agentic chat.
GENERALGeneral: Any model suitable for code suggestions and duo chat.
GPTGPT: Suitable for code suggestions.
LLAMA3LLaMA 3: Suitable for code suggestions and duo chat.
MISTRALMistral: Suitable for code suggestions and duo chat.
MIXTRALMixtral: Suitable for code suggestions and duo chat.
QWENQwen: Suitable for code suggestions and duo chat.

AiAction

Action to subscribe to.

ValueDescription
CHATChat action.

AiAdditionalContextCategory

The category of the additional context.

ValueDescription
AGENT_USER_ENVIRONMENTAgent_user_environment content category.
DEPENDENCYDependency content category.
DIRECTORYDirectory content category.
FILEFile content category.
ISSUEIssue content category.
LOCAL_GITLocal_git content category.
MERGE_REQUESTMerge_request content category.
REPOSITORYRepository content category.
SNIPPETSnippet content category.
TERMINALTerminal content category.
USER_RULEUser_rule content category.

AiCatalogFlowConfigType

Possible flow configuration types for AI Catalog agents.

ValueDescription
CHATChat flow configuration.

AiCatalogItemReportReason

Possible reasons for reporting an AI catalog item.

ValueDescription
EXCESSIVE_RESOURCE_USAGEWasting compute or causing performance issues.
IMMEDIATE_SECURITY_THREATContains dangerous code, exploits, or harmful actions.
OTHERPlease describe below.
POTENTIAL_SECURITY_THREATHypothetical or low risk security flaws that could be exploited.
SPAM_OR_LOW_QUALITYFrequently failing or nuisance activity.

AiCatalogItemType

Possible item types for AI items.

ValueDescription
AGENTAgent.
FLOWFlow.
FOUNDATIONAL_AGENTFoundational agent.
THIRD_PARTY_FLOWThird party flow.

AiCatalogItemVerificationLevel

ValueDescription
GITLAB_MAINTAINEDThe item is Gitlab Maintained.
GITLAB_PARTNER_MAINTAINEDThe item is Gitlab Partner Maintained.
UNVERIFIEDThe item is Unverified.
VERIFIED_CREATOR_MAINTAINEDThe item is Verified Creator Maintained.
VERIFIED_CREATOR_SELF_MANAGEDThe item is Verified Creator Self Managed.

AiCatalogItemVisibility

Possible visibility levels for AI catalog items.

ValueDescription
INTERNALInternal visibility.
PRIVATEPrivate visibility.
PUBLICPublic visibility.

AiCatalogItemsSort

Values for sorting AI Catalog items.

ValueDescription
CATALOG_PRIORITYBy catalog priority order.
STAR_COUNT_ASCStar count by ascending order.
STAR_COUNT_DESCStar count by descending order.
USAGE_COUNT_ASCLast 30-day usage count by ascending order.
USAGE_COUNT_DESCLast 30-day usage count by descending order.

AiCatalogMcpServerAuthType

Authentication types for MCP servers.

ValueDescription
NO_AUTHNo authentication.
OAUTHOAuth authentication.

AiCatalogMcpServerTransport

Transport types for MCP servers.

ValueDescription
HTTPHTTP transport.

AiCatalogVersionBump

Possible version bumps for AI catalog items.

ValueDescription
MAJORMajor version bump.
MINORMinor version bump.
PATCHPatch version bump.

AiConversationsThreadsConversationType

Conversation type of the thread.

ValueDescription
DUO_CHATduo_chat thread.
DUO_CHAT_LEGACYduo_chat_legacy thread.
DUO_CODE_REVIEWduo_code_review thread.
DUO_QUICK_CHATduo_quick_chat thread.

AiCreditsDenialReason

Reason GitLab credits are unavailable.

ValueDescription
USAGE_BILLING_FORBIDDENUsage billing is not available for the account.

AiDomainSettingAction

Action to perform on a domain setting list for AI features.

ValueDescription
ADDAdd domains to the list.
REMOVERemove domains from the list.

AiDomainSettingType

Type of domain setting to retrieve for AI features.

ValueDescription
ALLOWEDDomains that are allowed.
DENIEDDomains that are denied.

AiFeatureProviders

Providers for AI features that can be configured.

ValueDescription
DISABLEDDisabled option.
SELF_HOSTEDSelf hosted option.
UNASSIGNEDUnassigned option.
VENDOREDVendored option.

AiFeatures

AI features that can be configured through the Duo self-hosted feature settings.

ValueDescription
CODE_COMPLETIONSCode completion feature setting.
CODE_GENERATIONSCode generation feature setting.
DUO_AGENT_PLATFORMDuo agent platform feature setting.
DUO_AGENT_PLATFORM_AGENTIC_CHATDuo agent platform agentic chat feature setting.
DUO_CHATDuo Chat feature setting.
DUO_CHAT_EXPLAIN_CODEDuo chat explain code feature setting.
DUO_CHAT_EXPLAIN_VULNERABILITYDuo chat explain vulnerability feature setting.
DUO_CHAT_FIX_CODEDuo chat fix code feature setting.
DUO_CHAT_REFACTOR_CODEDuo chat refactor code feature setting.
DUO_CHAT_SUMMARIZE_COMMENTSDuo chat summarize comment feature setting.
DUO_CHAT_TROUBLESHOOT_JOBDuo chat troubleshoot job feature setting.
DUO_CHAT_WRITE_TESTSDuo chat write test feature setting.
GENERATE_COMMIT_MESSAGEGenerate commit message feature setting.
GLAB_ASK_GIT_COMMANDGlab ask git command feature setting.
RESOLVE_VULNERABILITYResolve vulnerability feature setting.
REVIEW_MERGE_REQUESTReview merge request feature setting.
REVIEW_MERGE_REQUEST_DAPReview merge request dap feature setting.
SAST_VULNERABILITY_FP_DETECTIONSast vulnerability fp detection feature setting.
SAST_VULNERABILITY_RESOLUTIONSast vulnerability resolution feature setting.
SECRET_VULNERABILITY_FP_DETECTIONSecret vulnerability fp detection feature setting.
SECURITY_REVIEWSecurity review feature setting.
SUMMARIZE_NEW_MERGE_REQUESTSummarize new merge request feature setting.
SUMMARIZE_REVIEWSummarize review feature setting.

AiFlowTriggerEventType

Possible event types for flow triggers.

ValueDescription
ASSIGNFlow trigger assign event.
ASSIGN_REVIEWERFlow trigger assign_reviewer event.
MENTIONFlow trigger mention event.
MERGE_REQUESTFlow trigger merge_request event.
MERGE_REQUEST_CODE_CONFLICTFlow trigger merge_request_code_conflict event.
MERGE_REQUEST_READYFlow trigger merge_request_ready event.
PIPELINE_HOOKSFlow trigger pipeline_hooks event.
WORK_ITEMFlow trigger work_item event.

AiMessageRole

Possible message roles for AI features.

ValueDescription
ASSISTANTassistant message.
SYSTEMsystem message.
USERuser message.

AiMessageType

Types of messages returned from AI features.

ValueDescription
TOOLTool selection message.

AiModelSelectionFeatures

AI features that can be configured through the Model Selection feature settings.

ValueDescription
CODE_COMPLETIONSCode completion feature setting.
CODE_GENERATIONSCode generation feature setting.
DUO_AGENT_PLATFORMDuo agent platform feature setting.
DUO_AGENT_PLATFORM_AGENTIC_CHATDuo agent platform agentic chat feature setting.
DUO_CHATDuo Chat feature setting.
DUO_CHAT_EXPLAIN_CODEDuo chat explain code feature setting.
DUO_CHAT_EXPLAIN_VULNERABILITYDuo chat explain vulnerability feature setting.
DUO_CHAT_FIX_CODEDuo chat fix code feature setting.
DUO_CHAT_REFACTOR_CODEDuo chat refactor code feature setting.
DUO_CHAT_SUMMARIZE_COMMENTSDuo chat summarize comment feature setting.
DUO_CHAT_TROUBLESHOOT_JOBDuo chat troubleshoot job feature setting.
DUO_CHAT_WRITE_TESTSDuo chat write test feature setting.
GENERATE_COMMIT_MESSAGEGenerate commit message feature setting.
GLAB_ASK_GIT_COMMANDGlab ask git command feature setting.
RESOLVE_VULNERABILITYResolve vulnerability feature setting.
REVIEW_MERGE_REQUESTReview merge request feature setting.
REVIEW_MERGE_REQUEST_DAPReview merge request dap feature setting.
SAST_VULNERABILITY_FP_DETECTIONSast vulnerability fp detection feature setting.
SAST_VULNERABILITY_RESOLUTIONSast vulnerability resolution feature setting.
SECRET_VULNERABILITY_FP_DETECTIONSecret vulnerability fp detection feature setting.
SECURITY_REVIEWSecurity review feature setting.
SUMMARIZE_NEW_MERGE_REQUESTSummarize new merge request feature setting.
SUMMARIZE_REVIEWSummarize review feature setting.

AiSelfHostedModelProvider

Provider for a self-hosted model.

ValueDescription
APIAPI provider.
BEDROCKAmazon Bedrock provider.
VERTEX_AIGemini Enterprise Agent Platform provider.

AiSelfHostedModelReleaseState

GitLab release state of the model.

ValueDescription
BETABeta status.
EXPERIMENTALExperimental status.
GAGA status.

AiToolActionType

Action type categorisation for an AI tool.

ValueDescription
DESTROYTool performs destructive operations.
READTool performs read-only operations.
WRITETool performs write operations.

AiToolPermission

Permission mode for an AI tool.

ValueDescription
ALLOWTool is always allowed to run without approval.
ASKTool requires human approval before running.
DENYTool is always blocked from running.

AiToolSource

Source of an AI tool.

ValueDescription
GITLABTool provided by GitLab.
MCPTool provided via MCP.

AiUsageEventType

Type of AI usage event.

ValueDescription
AGENT_PLATFORM_SESSION_CREATEDAgent platform session was created.
AGENT_PLATFORM_SESSION_DROPPEDAgent platform session was dropped.
AGENT_PLATFORM_SESSION_FINISHEDAgent platform session was finished.
AGENT_PLATFORM_SESSION_RESUMEDAgent platform session was resumed.
AGENT_PLATFORM_SESSION_STARTEDAgent platform session was started.
AGENT_PLATFORM_SESSION_STOPPEDAgent platform session was stopped.
CLICK_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_LEARN_MOREUser clicked learn more on Duo Agent Platform subscription expired state.
CLICK_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_UPGRADEUser clicked upgrade on Duo Agent Platform subscription expired state.
CODE_SUGGESTIONS_REQUESTEDCode Suggestion was requested. Old data only.
CODE_SUGGESTION_ACCEPTED_IN_IDECode Suggestion was accepted in IDE.
CODE_SUGGESTION_DIRECT_ACCESS_TOKEN_REFRESHCode Suggestion token was refreshed. Old data only.
CODE_SUGGESTION_REJECTED_IN_IDECode Suggestion was rejected in IDE.
CODE_SUGGESTION_SHOWN_IN_IDECode Suggestion was shown in IDE.
DUO_WORKFLOW_WORKLOAD_COMPLETEDDuo Workflow workload was completed.
ENCOUNTER_DUO_CODE_REVIEW_ERROR_DURING_REVIEWDuo Code Review encountered an error.
EXCLUDED_FILES_FROM_DUO_CODE_REVIEWFiles were excluded from Duo Code Review.
FIND_NOTHING_TO_REVIEW_DUO_CODE_REVIEW_ON_MRDuo Code Review found nothing to review on MR.
FIND_NO_ISSUES_DUO_CODE_REVIEW_AFTER_REVIEWDuo Code Review found no issues after review.
FINISH_MCP_TOOL_CALLMCP tool call was finished.
FIX_PIPELINE_SUGGESTION_APPLIEDFix pipeline suggestion was applied.
FIX_PIPELINE_SUGGESTION_POSTEDFix pipeline suggestion was posted.
POST_COMMENT_DUO_CODE_REVIEW_ON_DIFFDuo Code Review posted a diff comment.
REACT_THUMBS_DOWN_ON_DUO_CODE_REVIEW_COMMENTUser gave thumbs-down reaction to Duo Code Review comment.
REACT_THUMBS_UP_ON_DUO_CODE_REVIEW_COMMENTUser gave thumbs-up reaction to Duo Code Review comment.
REQUEST_DUO_CHAT_RESPONSEDuo Chat response was requested.
REQUEST_REVIEW_DUO_CODE_REVIEW_ON_MR_BY_AUTHORMR author requested Duo Code Review.
REQUEST_REVIEW_DUO_CODE_REVIEW_ON_MR_BY_NON_AUTHORNon-author requested Duo Code Review on MR.
RESTORE_AI_CATALOG_ITEMAI Catalog item version was restored as new latest version.
START_MCP_TOOL_CALLMCP tool call was started.
SUMMARIZE_REVIEWA merge request review summary was requested with GitLab Duo.
TROUBLESHOOT_JOBTroubleshoot job feature was used.
VIEW_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_EMPTY_STATEDuo Agent Platform subscription expired empty state was viewed.

AiUserMetricsSort

Values for sorting AI user metrics.

ValueDescription
AGENT_PLATFORM_SESSION_CREATED_ASCAgent Platform Session Created event count in ascending order.
AGENT_PLATFORM_SESSION_CREATED_DESCAgent Platform Session Created event count in descending order.
AGENT_PLATFORM_SESSION_DROPPED_ASCAgent Platform Session Dropped event count in ascending order.
AGENT_PLATFORM_SESSION_DROPPED_DESCAgent Platform Session Dropped event count in descending order.
AGENT_PLATFORM_SESSION_FINISHED_ASCAgent Platform Session Finished event count in ascending order.
AGENT_PLATFORM_SESSION_FINISHED_DESCAgent Platform Session Finished event count in descending order.
AGENT_PLATFORM_SESSION_RESUMED_ASCAgent Platform Session Resumed event count in ascending order.
AGENT_PLATFORM_SESSION_RESUMED_DESCAgent Platform Session Resumed event count in descending order.
AGENT_PLATFORM_SESSION_STARTED_ASCAgent Platform Session Started event count in ascending order.
AGENT_PLATFORM_SESSION_STARTED_DESCAgent Platform Session Started event count in descending order.
AGENT_PLATFORM_SESSION_STOPPED_ASCAgent Platform Session Stopped event count in ascending order.
AGENT_PLATFORM_SESSION_STOPPED_DESCAgent Platform Session Stopped event count in descending order.
AGENT_PLATFORM_TOTAL_COUNT_ASCAgent Platform total event count in ascending order.
AGENT_PLATFORM_TOTAL_COUNT_DESCAgent Platform total event count in descending order.
AI_CATALOG_TOTAL_COUNT_ASCAi Catalog total event count in ascending order.
AI_CATALOG_TOTAL_COUNT_DESCAi Catalog total event count in descending order.
CHAT_TOTAL_COUNT_ASCChat total event count in ascending order.
CHAT_TOTAL_COUNT_DESCChat total event count in descending order.
CLICK_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_LEARN_MORE_ASCClick Duo Agentic Subscription Expired Learn More event count in ascending order.
CLICK_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_LEARN_MORE_DESCClick Duo Agentic Subscription Expired Learn More event count in descending order.
CLICK_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_UPGRADE_ASCClick Duo Agentic Subscription Expired Upgrade event count in ascending order.
CLICK_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_UPGRADE_DESCClick Duo Agentic Subscription Expired Upgrade event count in descending order.
CODE_REVIEW_TOTAL_COUNT_ASCCode Review total event count in ascending order.
CODE_REVIEW_TOTAL_COUNT_DESCCode Review total event count in descending order.
CODE_SUGGESTIONS_REQUESTED_ASCCode Suggestions Requested event count in ascending order.
CODE_SUGGESTIONS_REQUESTED_DESCCode Suggestions Requested event count in descending order.
CODE_SUGGESTIONS_TOTAL_COUNT_ASCCode Suggestions total event count in ascending order.
CODE_SUGGESTIONS_TOTAL_COUNT_DESCCode Suggestions total event count in descending order.
CODE_SUGGESTION_ACCEPTED_IN_IDE_ASCCode Suggestion Accepted In Ide event count in ascending order.
CODE_SUGGESTION_ACCEPTED_IN_IDE_DESCCode Suggestion Accepted In Ide event count in descending order.
CODE_SUGGESTION_DIRECT_ACCESS_TOKEN_REFRESH_ASCCode Suggestion Direct Access Token Refresh event count in ascending order.
CODE_SUGGESTION_DIRECT_ACCESS_TOKEN_REFRESH_DESCCode Suggestion Direct Access Token Refresh event count in descending order.
CODE_SUGGESTION_REJECTED_IN_IDE_ASCCode Suggestion Rejected In Ide event count in ascending order.
CODE_SUGGESTION_REJECTED_IN_IDE_DESCCode Suggestion Rejected In Ide event count in descending order.
CODE_SUGGESTION_SHOWN_IN_IDE_ASCCode Suggestion Shown In Ide event count in ascending order.
CODE_SUGGESTION_SHOWN_IN_IDE_DESCCode Suggestion Shown In Ide event count in descending order.
DUO_WORKFLOW_TOTAL_COUNT_ASCDuo Workflow total event count in ascending order.
DUO_WORKFLOW_TOTAL_COUNT_DESCDuo Workflow total event count in descending order.
DUO_WORKFLOW_WORKLOAD_COMPLETED_ASCDuo Workflow Workload Completed event count in ascending order.
DUO_WORKFLOW_WORKLOAD_COMPLETED_DESCDuo Workflow Workload Completed event count in descending order.
ENCOUNTER_DUO_CODE_REVIEW_ERROR_DURING_REVIEW_ASCEncounter Duo Code Review Error During Review event count in ascending order.
ENCOUNTER_DUO_CODE_REVIEW_ERROR_DURING_REVIEW_DESCEncounter Duo Code Review Error During Review event count in descending order.
EXCLUDED_FILES_FROM_DUO_CODE_REVIEW_ASCExcluded Files From Duo Code Review event count in ascending order.
EXCLUDED_FILES_FROM_DUO_CODE_REVIEW_DESCExcluded Files From Duo Code Review event count in descending order.
FIND_NOTHING_TO_REVIEW_DUO_CODE_REVIEW_ON_MR_ASCFind Nothing To Review Duo Code Review On Mr event count in ascending order.
FIND_NOTHING_TO_REVIEW_DUO_CODE_REVIEW_ON_MR_DESCFind Nothing To Review Duo Code Review On Mr event count in descending order.
FIND_NO_ISSUES_DUO_CODE_REVIEW_AFTER_REVIEW_ASCFind No Issues Duo Code Review After Review event count in ascending order.
FIND_NO_ISSUES_DUO_CODE_REVIEW_AFTER_REVIEW_DESCFind No Issues Duo Code Review After Review event count in descending order.
FINISH_MCP_TOOL_CALL_ASCFinish Mcp Tool Call event count in ascending order.
FINISH_MCP_TOOL_CALL_DESCFinish Mcp Tool Call event count in descending order.
FIX_PIPELINE_SUGGESTION_APPLIED_ASCFix Pipeline Suggestion Applied event count in ascending order.
FIX_PIPELINE_SUGGESTION_APPLIED_DESCFix Pipeline Suggestion Applied event count in descending order.
FIX_PIPELINE_SUGGESTION_POSTED_ASCFix Pipeline Suggestion Posted event count in ascending order.
FIX_PIPELINE_SUGGESTION_POSTED_DESCFix Pipeline Suggestion Posted event count in descending order.
FIX_PIPELINE_TOTAL_COUNT_ASCFix Pipeline total event count in ascending order.
FIX_PIPELINE_TOTAL_COUNT_DESCFix Pipeline total event count in descending order.
MCP_TOTAL_COUNT_ASCMcp total event count in ascending order.
MCP_TOTAL_COUNT_DESCMcp total event count in descending order.
POST_COMMENT_DUO_CODE_REVIEW_ON_DIFF_ASCPost Comment Duo Code Review On Diff event count in ascending order.
POST_COMMENT_DUO_CODE_REVIEW_ON_DIFF_DESCPost Comment Duo Code Review On Diff event count in descending order.
REACT_THUMBS_DOWN_ON_DUO_CODE_REVIEW_COMMENT_ASCReact Thumbs Down On Duo Code Review Comment event count in ascending order.
REACT_THUMBS_DOWN_ON_DUO_CODE_REVIEW_COMMENT_DESCReact Thumbs Down On Duo Code Review Comment event count in descending order.
REACT_THUMBS_UP_ON_DUO_CODE_REVIEW_COMMENT_ASCReact Thumbs Up On Duo Code Review Comment event count in ascending order.
REACT_THUMBS_UP_ON_DUO_CODE_REVIEW_COMMENT_DESCReact Thumbs Up On Duo Code Review Comment event count in descending order.
REQUEST_DUO_CHAT_RESPONSE_ASCRequest Duo Chat Response event count in ascending order.
REQUEST_DUO_CHAT_RESPONSE_DESCRequest Duo Chat Response event count in descending order.
REQUEST_REVIEW_DUO_CODE_REVIEW_ON_MR_BY_AUTHOR_ASCRequest Review Duo Code Review On Mr By Author event count in ascending order.
REQUEST_REVIEW_DUO_CODE_REVIEW_ON_MR_BY_AUTHOR_DESCRequest Review Duo Code Review On Mr By Author event count in descending order.
REQUEST_REVIEW_DUO_CODE_REVIEW_ON_MR_BY_NON_AUTHOR_ASCRequest Review Duo Code Review On Mr By Non Author event count in ascending order.
REQUEST_REVIEW_DUO_CODE_REVIEW_ON_MR_BY_NON_AUTHOR_DESCRequest Review Duo Code Review On Mr By Non Author event count in descending order.
RESTORE_AI_CATALOG_ITEM_ASCRestore Ai Catalog Item event count in ascending order.
RESTORE_AI_CATALOG_ITEM_DESCRestore Ai Catalog Item event count in descending order.
START_MCP_TOOL_CALL_ASCStart Mcp Tool Call event count in ascending order.
START_MCP_TOOL_CALL_DESCStart Mcp Tool Call event count in descending order.
SUMMARIZE_REVIEW_ASCSummarize Review event count in ascending order.
SUMMARIZE_REVIEW_DESCSummarize Review event count in descending order.
SUMMARIZE_REVIEW_TOTAL_COUNT_ASCSummarize Review total event count in ascending order.
SUMMARIZE_REVIEW_TOTAL_COUNT_DESCSummarize Review total event count in descending order.
TOTAL_EVENTS_COUNT_ASCTotal count of all AI events in ascending order.
TOTAL_EVENTS_COUNT_DESCTotal count of all AI events in descending order.
TROUBLESHOOT_JOB_ASCTroubleshoot Job event count in ascending order.
TROUBLESHOOT_JOB_DESCTroubleshoot Job event count in descending order.
TROUBLESHOOT_JOB_TOTAL_COUNT_ASCTroubleshoot Job total event count in ascending order.
TROUBLESHOOT_JOB_TOTAL_COUNT_DESCTroubleshoot Job total event count in descending order.
VIEW_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_EMPTY_STATE_ASCView Duo Agentic Subscription Expired Empty State event count in ascending order.
VIEW_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_EMPTY_STATE_DESCView Duo Agentic Subscription Expired Empty State event count in descending order.

AlertManagementAlertSort

Values for sorting alerts.

ValueDescription
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
CREATED_TIME_ASCCreated time by ascending order.
CREATED_TIME_DESCCreated time by descending order.
ENDED_AT_ASCEnd time by ascending order.
ENDED_AT_DESCEnd time by descending order.
EVENT_COUNT_ASCEvents count by ascending order.
EVENT_COUNT_DESCEvents count by descending order.
SEVERITY_ASCSeverity from less critical to more critical.
SEVERITY_DESCSeverity from more critical to less critical.
STARTED_AT_ASCStart time by ascending order.
STARTED_AT_DESCStart time by descending order.
STATUS_ASCStatus by order: Ignored > Resolved > Acknowledged > Triggered.
STATUS_DESCStatus by order: Triggered > Acknowledged > Resolved > Ignored.
UPDATED_ASCUpdated at ascending order.
UPDATED_DESCUpdated at descending order.
UPDATED_TIME_ASCCreated time by ascending order.
UPDATED_TIME_DESCCreated time by descending order.
created_ascDeprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead.
created_descDeprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead.
updated_ascDeprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead.
updated_descDeprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead.

AlertManagementDomainFilter

Filters the alerts based on given domain.

ValueDescription
operationsAlerts for operations domain.
threat_monitoringDeprecated in GitLab 15.0. Network policies are deprecated and will be removed in GitLab 16.0.

AlertManagementIntegrationType

Values of types of integrations.

ValueDescription
HTTPIntegration with any monitoring tool.
PROMETHEUSPrometheus integration.

AlertManagementPayloadAlertFieldName

Values for alert field names used in the custom mapping.

ValueDescription
DESCRIPTIONA high-level summary of the problem.
END_TIMEThe resolved time of the incident.
FINGERPRINTThe unique identifier of the alert. This can be used to group occurrences of the same alert.
GITLAB_ENVIRONMENT_NAMEThe name of the associated GitLab environment.
HOSTSOne or more hosts, as to where this incident occurred.
MONITORING_TOOLThe name of the associated monitoring tool.
SERVICEThe affected service.
SEVERITYThe severity of the alert.
START_TIMEThe time of the incident.
TITLEThe title of the incident.

AlertManagementPayloadAlertFieldType

Values for alert field types used in the custom mapping.

ValueDescription
ARRAYArray field type.
DATETIMEDateTime field type.
NUMBERNumber field type.
STRINGString field type.

AlertManagementSeverity

Alert severity values.

ValueDescription
CRITICALCritical severity.
HIGHHigh severity.
INFOInfo severity.
LOWLow severity.
MEDIUMMedium severity.
UNKNOWNUnknown severity.

AlertManagementStatus

Alert status values.

ValueDescription
ACKNOWLEDGEDSomeone is actively investigating the problem.
IGNOREDNo action will be taken.
RESOLVEDThe problem has been addressed.
TRIGGEREDInvestigation has not started.

AnalyticsAggregationPeriod

ValueDescription
DAYDaily aggregation.
MONTHMonthly aggregation.
WEEKWeekly aggregation.

AnalyzerSourceEnum

Source of the build that ran the analyzer.

ValueDescription
ON_DEMAND_DAST_SCANJob source is an on-demand DAST scan.
ON_DEMAND_DAST_VALIDATIONJob source is an on-demand DAST site profile validation.
PIPELINE_EXECUTION_POLICYJob source is a pipeline execution policy.
PIPELINE_EXECUTION_POLICY_SCHEDULEJob source is a scheduled pipeline execution policy.
SCAN_EXECUTION_POLICYJob source is a scan execution policy.
SECURITY_ORCHESTRATION_POLICYJob source is a security orchestration policy.
SECURITY_SCAN_PROFILESJob source is a security scan profile.
YMLJob source is defined or included in .gitlab-ci.yml.

AnalyzerStatusEnum

Enum for types of analyzers.

ValueDescription
FAILEDLast analyzer execution failed.
NOT_CONFIGUREDAnalyzer is not configured.
STALEAnalyzer is configured, but has not run in any recent pipelines.
SUCCESSLast analyzer execution finished successfully.

AnalyzerTypeEnum

Enum for types of analyzers.

ValueDescription
API_FUZZINGApi fuzzing analyzer.
CLUSTER_IMAGE_SCANNINGCluster image scanning analyzer.
CONTAINER_SCANNINGAny kind of container scanning.
CONTAINER_SCANNING_FOR_REGISTRYContainer scanning for registry. Managed via project security settings.
CONTAINER_SCANNING_PIPELINE_BASEDContainer scanning analyzer.
COVERAGE_FUZZINGCoverage fuzzing analyzer.
DASTDast analyzer.
DEPENDENCY_SCANNINGDependency scanning analyzer.
SASTSast analyzer.
SAST_ADVANCEDSast advanced analyzer.
SAST_IACSast iac analyzer.
SECRET_DETECTIONAny kind of secret detection.
SECRET_DETECTION_PIPELINE_BASEDSecret detection analyzer.
SECRET_DETECTION_SECRET_PUSH_PROTECTIONSecret push protection. Managed via project security settings.

ApiFuzzingScanMode

All possible ways to specify the API surface for an API fuzzing scan.

ValueDescription
HARThe API surface is specified by a HAR file.
OPENAPIThe API surface is specified by a OPENAPI file.
POSTMANThe API surface is specified by a POSTMAN file.

ApprovalReportType

ValueDescription
ANY_MERGE_REQUESTRepresents report_type for any_merge_request related approval rules.
LICENSE_SCANNINGRepresents report_type for license scanning related approval rules.
SCAN_FINDINGRepresents report_type for vulnerability check related approval rules.

ApprovalRuleType

The kind of an approval rule.

ValueDescription
ANY_APPROVERA any_approver approval rule.
CODE_OWNERA code_owner approval rule.
REGULARA regular approval rule.
REPORT_APPROVERA report_approver approval rule.

ArtifactRegistryRole

Artifact Registry role that can be assigned to a user.

ValueDescription
ARTIFACT_ADMINAdminister registry-wide configuration and access.
ARTIFACT_CONTRIBUTORPublish artifacts in addition to consuming them.
ARTIFACT_MANAGERManage artifacts and repository configuration.
ARTIFACT_VIEWERConsume artifacts and browse the registry.

AscpScanType

Type of ASCP scan (full or incremental).

ValueDescription
FULLFull scan of the entire codebase.
INCREMENTALIncremental scan based on changes since last scan.

AscpSeverity

Severity levels for ASCP security guidelines.

ValueDescription
CRITICALCritical severity.
HIGHHigh severity.
LOWLow severity.
MEDIUMMedium severity.

AssigneeWildcardId

Assignee ID wildcard values.

ValueDescription
ANYAn assignee is assigned.
NONENo assignee is assigned.

AttributeFilterOperator

Operators for filtering by security attributes.

ValueDescription
IS_NOT_ONE_OFProject does not have any of the specified attributes.
IS_ONE_OFProject has one or more of the specified attributes.

AutoStopSetting

Auto stop setting.

ValueDescription
ALWAYSAlways.
WITH_ACTIONWith Action.

AvailabilityEnum

User availability status.

ValueDescription
BUSYBusy.
NOT_SETNot Set.

AvailableExportFields

Available fields to be exported as CSV.

ValueDescription
ASSIGNEEAssignee(s) name of the work item.
ASSIGNEE_USERNAMEAssignee(s) username of the work item.
AUTHORAuthor name of the work item.
AUTHOR_USERNAMEAuthor username of the work item.
CLOSED_ATClosed at (UTC) date of the work item.
CONFIDENTIALConfidentiality flag of the work item.
CREATED_ATCreated at (UTC) date of the work item.
DESCRIPTIONDescription of the work item.
DUE_DATEDue date (UTC) of the work item.
IDUnique identifier of the work item.
IIDIID identifier of the work item.
LOCKEDLocked discussions flag of the work item.
MILESTONEMilestone of the work item.
PARENT_IDParent ID of the work item.
PARENT_IIDParent IID of the work item.
PARENT_TITLEParent title of the work item.
START_DATEStart date (UTC) of the work item.
STATEState of the work item.
TIME_ESTIMATETime estimate of the work item.
TIME_SPENTTime spent of the work item.
TITLETitle of the work item.
TYPEType of the work item.
UPDATED_ATUpdated at (UTC) date of the work item.
URLWeb URL to the work item.
WEIGHTWeight of the work item.

BlobViewersType

Types of blob viewers.

ValueDescription
auxiliaryAuxiliary blob viewers type.
richRich blob viewers type.
simpleSimple blob viewers type.

CarStatus

Status of a merge train's car.

ValueDescription
FRESHCar's status: fresh.
IDLECar's status: idle.
MERGEDCar's status: merged.
MERGINGCar's status: merging.
SKIP_MERGEDCar's status: skip_merged.
STALECar's status: stale.

CdDeploymentState

State of a continuous deployment deployment.

ValueDescription
CANCELLEDDeployment is cancelled.
DEGRADEDDeployment is degraded.
DEPLOYINGDeployment is deploying.
FAILEDDeployment is failed.
HEALTHYDeployment is healthy.
PENDINGDeployment is pending.

CdDeploymentTransitionState

State recorded in a continuous deployment deployment transition.

ValueDescription
CANCELLEDDeployment transition state cancelled.
DEGRADEDDeployment transition state degraded.
DEPLOYINGDeployment transition state deploying.
FAILEDDeployment transition state failed.
HEALTHYDeployment transition state healthy.
INITIALDeployment transition state initial.
PENDINGDeployment transition state pending.

CdEnvironmentTier

Tier of a continuous deployment environment.

ValueDescription
DEVELOPMENTEnvironment is in the development tier.
PRODUCTIONEnvironment is in the production tier.
QAEnvironment is in the QA tier.
STAGINGEnvironment is in the staging tier.

CdRolloutEnvironmentState

State of a continuous deployment rollout environment.

ValueDescription
CANCELLEDRollout environment is cancelled.
COMPLETEDRollout environment is completed.
FAILEDRollout environment is failed.
IN_PROGRESSRollout environment is in progress.
PAUSEDRollout environment is paused.
PENDINGRollout environment is pending.

CdRolloutState

State of a continuous deployment rollout.

ValueDescription
CANCELLEDRollout is cancelled.
COMPLETEDRollout is completed.
FAILEDRollout is failed.
IN_PROGRESSRollout is in progress.
PAUSEDRollout is paused.
PENDINGRollout is pending.

CdRolloutTransitionState

State recorded in a continuous deployment rollout transition.

ValueDescription
CANCELLEDRollout transition state cancelled.
COMPLETEDRollout transition state completed.
FAILEDRollout transition state failed.
INITIALRollout transition state initial.
IN_PROGRESSRollout transition state in progress.
PAUSEDRollout transition state paused.
PENDINGRollout transition state pending.

CdServiceHealth

Observed health of a service in an environment.

ValueDescription
DEGRADEDService is degraded.
FAILEDService is failed.
HEALTHYService is healthy.
UNKNOWNService is unknown.

CiCatalogResourceProjectUsageSort

Values for sorting projects that use components from a catalog resource.

ValueDescription
LAST_USED_ASCLast used date by ascending order.
LAST_USED_DESCLast used date by descending order.
OLDEST_VERSION_ASCOldest version a project uses by ascending order.
OLDEST_VERSION_DESCOldest version a project uses by descending order.
PROJECT_NAME_ASCProject name by ascending order.
PROJECT_NAME_DESCProject name by descending order.
VERSION_ASCNewest version a project uses by ascending order.
VERSION_DESCNewest version a project uses by descending order.

CiCatalogResourceScope

Values for scoping catalog resources.

ValueDescription
ALLAll catalog resources visible to the current user.
NAMESPACESCatalog resources belonging to authorized namespaces of the user.

CiCatalogResourceSort

Values for sorting catalog resources.

ValueDescription
CREATED_ASCCreated date by ascending order.
CREATED_DESCCreated date by descending order.
LATEST_RELEASED_AT_ASCLatest release date by ascending order.
LATEST_RELEASED_AT_DESCLatest release date by descending order.
NAME_ASCName by ascending order.
NAME_DESCName by descending order.
STAR_COUNT_ASCStar count by ascending order.
STAR_COUNT_DESCStar count by descending order.
USAGE_COUNT_ASCLast 30-day usage count by ascending order.
USAGE_COUNT_DESCLast 30-day usage count by descending order.

CiCatalogResourceVerificationLevel

ValueDescription
GITLAB_MAINTAINEDThe resource is Gitlab Maintained.
GITLAB_PARTNER_MAINTAINEDThe resource is Gitlab Partner Maintained.
UNVERIFIEDThe resource is Unverified.
VERIFIED_CREATOR_MAINTAINEDThe resource is Verified Creator Maintained.
VERIFIED_CREATOR_SELF_MANAGEDThe resource is Verified Creator Self Managed.

CiConfigIncludeType

Include type.

ValueDescription
componentComponent include.
fileProject file include.
localLocal include.
remoteRemote include.
templateTemplate include.

CiConfigStatus

Values for YAML processor result.

ValueDescription
INVALIDConfiguration file is not valid.
VALIDConfiguration file is valid.

CiFreezePeriodStatus

Deploy freeze period status.

ValueDescription
ACTIVEFreeze period is active.
INACTIVEFreeze period is inactive.

CiGroupVariablesSort

Values for sorting inherited variables.

ValueDescription
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
KEY_ASCKey by ascending order.
KEY_DESCKey by descending order.

CiInputsType

Available input types.

ValueDescription
ARRAYArray input.
BOOLEANBoolean input.
NUMBERNumber input.
STRINGString input.

CiJobAnalyticsSort

Values for sorting CI/CD job analytics.

ValueDescription
CANCELED_RATE_ASCSort by canceled rate in ascending order.
CANCELED_RATE_DESCSort by canceled rate in descending order.
FAILED_RATE_ASCSort by failed rate in ascending order.
FAILED_RATE_DESCSort by failed rate in descending order.
MEAN_DURATION_ASCSort by mean duration in ascending order.
MEAN_DURATION_DESCSort by mean duration in descending order.
NAME_ASCSort by name in ascending order.
NAME_DESCSort by name in descending order.
P50_DURATION_ASCSort by 50th percentile duration in ascending order.
P50_DURATION_DESCSort by 50th percentile duration in descending order.
P75_DURATION_ASCSort by 75th percentile duration in ascending order.
P75_DURATION_DESCSort by 75th percentile duration in descending order.
P90_DURATION_ASCSort by 90th percentile duration in ascending order.
P90_DURATION_DESCSort by 90th percentile duration in descending order.
P95_DURATION_ASCSort by 95th percentile duration in ascending order.
P95_DURATION_DESCSort by 95th percentile duration in descending order.
P99_DURATION_ASCSort by 99th percentile duration in ascending order.
P99_DURATION_DESCSort by 99th percentile duration in descending order.
STAGE_NAME_ASCSort by stage name in ascending order.
STAGE_NAME_DESCSort by stage name in descending order.
SUCCESS_RATE_ASCSort by success rate in ascending order.
SUCCESS_RATE_DESCSort by success rate in descending order.

CiJobFailureReason

ValueDescription
API_FAILUREA job that failed due to api failure.
ARCHIVED_FAILUREA job that failed due to archived failure.
BRIDGE_PIPELINE_IS_CHILD_PIPELINEA job that failed due to bridge pipeline is child pipeline.
BUILDS_DISABLEDA job that failed due to builds disabled.
CI_QUOTA_EXCEEDEDA job that failed due to ci quota exceeded.
DATA_INTEGRITY_FAILUREA job that failed due to data integrity failure.
DEPLOYMENT_REJECTEDA job that failed due to deployment rejected.
DOWNSTREAM_BRIDGE_PROJECT_NOT_FOUNDA job that failed due to downstream bridge project not found.
DOWNSTREAM_PIPELINE_CREATION_FAILEDA job that failed due to downstream pipeline creation failed.
DOWNSTREAM_PROJECT_TRIGGER_RESOLVED_TO_EMPTYA job that failed due to downstream project trigger resolved to empty.
DUO_WORKFLOW_NOT_ALLOWEDA job that failed due to duo workflow not allowed.
ENVIRONMENT_CREATION_FAILUREA job that failed due to environment creation failure.
FAILED_OUTDATED_DEPLOYMENT_JOBA job that failed due to failed outdated deployment job.
FORWARD_DEPLOYMENT_FAILUREA job that failed due to forward deployment failure.
ID_TOKEN_BURNED_PROJECT_PATHA job that failed due to id token burned project path.
INSUFFICIENT_BRIDGE_PERMISSIONSA job that failed due to insufficient bridge permissions.
INSUFFICIENT_UPSTREAM_PERMISSIONSA job that failed due to insufficient upstream permissions.
INVALID_BRIDGE_TRIGGERA job that failed due to invalid bridge trigger.
IP_RESTRICTION_FAILUREA job that failed due to ip restriction failure.
JOB_EXECUTION_SERVER_TIMEOUTA job that failed due to job execution server timeout.
JOB_EXECUTION_TIMEOUTA job that failed due to job execution timeout.
JOB_ROUTER_FAILUREA job that failed due to job router failure.
JOB_TOKEN_EXPIREDA job that failed due to job token expired.
MISSING_DEPENDENCY_FAILUREA job that failed due to missing dependency failure.
NO_MATCHING_RUNNERA job that failed due to no matching runner.
NO_UPDATES_CANCELINGA job that failed due to no updates canceling.
NO_UPDATES_RUNNINGA job that failed due to no updates running.
PIPELINE_LOOP_DETECTEDA job that failed due to pipeline loop detected.
PROJECT_DELETEDA job that failed due to project deleted.
PROTECTED_ENVIRONMENT_FAILUREA job that failed due to protected environment failure.
REACHED_DOWNSTREAM_PIPELINE_TRIGGER_RATE_LIMITA job that failed due to reached downstream pipeline trigger rate limit.
REACHED_MAX_DESCENDANT_PIPELINES_DEPTHA job that failed due to reached max descendant pipelines depth.
REACHED_MAX_PIPELINE_HIERARCHY_SIZEA job that failed due to reached max pipeline hierarchy size.
RUNNER_CONFIGURATION_ERRORA job that failed due to runner configuration error.
RUNNER_EXTERNAL_DEPENDENCY_FAILUREA job that failed due to runner external dependency failure.
RUNNER_INTERRUPTEDA job that failed due to runner interrupted.
RUNNER_SYSTEM_FAILUREA job that failed due to runner system failure.
RUNNER_UNSUPPORTEDA job that failed due to runner unsupported.
SCHEDULER_FAILUREA job that failed due to scheduler failure.
SCRIPT_FAILUREA job that failed due to script failure.
SECRETS_PROVIDER_NOT_FOUNDA job that failed due to secrets provider not found.
SERVER_TIMEOUT_CANCELINGA job that failed due to server timeout canceling.
SERVER_TIMEOUT_RUNNINGA job that failed due to server timeout running.
STALE_SCHEDULEA job that failed due to stale schedule.
STUCK_OR_TIMEOUT_FAILUREA job that failed due to stuck or timeout failure.
STUCK_PENDING_NO_MATCHING_RUNNERSA job that failed due to stuck pending no matching runners.
STUCK_PENDING_WITH_MATCHING_RUNNERSA job that failed due to stuck pending with matching runners.
TRACE_SIZE_EXCEEDEDA job that failed due to trace size exceeded.
UNKNOWN_FAILUREA job that failed due to unknown failure.
UNMET_PREREQUISITESA job that failed due to unmet prerequisites.
UPSTREAM_BRIDGE_PROJECT_NOT_FOUNDA job that failed due to upstream bridge project not found.
USER_BLOCKEDA job that failed due to user blocked.

CiJobKind

ValueDescription
BRIDGEBridge CI job connecting a parent and child pipeline.
BUILDStandard CI job.

CiJobSource

ValueDescription
APIA job initiated by api.
CHATA job initiated by chat.
CONTAINER_REGISTRY_PUSHA job initiated by container registry push.
DEPENDENCY_MANAGEMENT_SECURITY_UPDATEA job initiated by dependency management security update.
DUO_WORKFLOWA job initiated by duo workflow.
EXTERNALA job initiated by external.
EXTERNAL_PULL_REQUEST_EVENTA job initiated by external pull request event.
MERGE_REQUEST_EVENTA job initiated by merge request event.
ONDEMAND_DAST_SCANA job initiated by ondemand dast scan.
ONDEMAND_DAST_VALIDATIONA job initiated by ondemand dast validation.
PARENT_PIPELINEA job initiated by parent pipeline.
PIPELINEA job initiated by pipeline.
PIPELINE_EXECUTION_POLICYA job initiated by pipeline execution policy.
PIPELINE_EXECUTION_POLICY_SCHEDULEA job initiated by pipeline execution policy schedule.
PUSHA job initiated by push.
SCAN_EXECUTION_POLICYA job initiated by scan execution policy.
SCHEDULEA job initiated by schedule.
SECURITY_ORCHESTRATION_POLICYA job initiated by security orchestration policy.
SECURITY_SCAN_PROFILESA job initiated by security scan profiles.
TRIGGERA job initiated by trigger.
UNKNOWNA job initiated by unknown.
WEBA job initiated by web.
WEBIDEA job initiated by webide.

CiJobStatus

ValueDescription
CANCELEDA job that is canceled.
CANCELINGA job that is canceling.
CREATEDA job that is created.
FAILEDA job that is failed.
MANUALA job that is manual.
PENDINGA job that is pending.
PREPARINGA job that is preparing.
RUNNINGA job that is running.
SCHEDULEDA job that is scheduled.
SKIPPEDA job that is skipped.
SUCCESSA job that is success.
WAITING_FOR_CALLBACKA job that is waiting for callback.
WAITING_FOR_RESOURCEA job that is waiting for resource.

CiJobTokenScopeDirection

Direction of access.

ValueDescription
INBOUNDTarget projects in the inbound allowlist can access the scope project through their job tokens.
OUTBOUNDJob token scope project can access target project in the outbound allowlist.

CiJobTokenScopePolicies

CI_JOB_TOKEN policy.

ValueDescription
ADMIN_BADGESAdmin Badges.
ADMIN_DEPLOYMENTSAdmin Deployments.
ADMIN_ENVIRONMENTSAdmin Environments.
ADMIN_JOBSAdmin Jobs.
ADMIN_PACKAGESAdmin Packages.
ADMIN_PIPELINESAdmin Pipelines.
ADMIN_RELEASESAdmin Releases.
ADMIN_REPOSITORIESAdmin Repositories.
ADMIN_SECURE_FILESAdmin Secure Files.
ADMIN_TERRAFORM_STATEAdmin Terraform State.
READ_BADGESRead Badges.
READ_DEPLOYMENTSRead Deployments.
READ_ENVIRONMENTSRead Environments.
READ_JOBSRead Jobs.
READ_MERGE_REQUESTSRead Merge Requests.
READ_PACKAGESRead Packages.
READ_PIPELINESRead Pipelines.
READ_RELEASESRead Releases.
READ_REPOSITORIESRead Repositories.
READ_SECURE_FILESRead Secure Files.
READ_TERRAFORM_STATERead Terraform State.
READ_WORK_ITEMSRead Work Items.

CiPipelineCreationStatus

The status of a pipeline creation.

ValueDescription
FAILEDThe pipeline creation is failed.
IN_PROGRESSThe pipeline creation is in progress.
SUCCEEDEDThe pipeline creation is succeeded.

CiPipelineSources

Ci Pipeline sources enum.

ValueDescription
APIPipeline created by an API event.
CHATPipeline created by a chat event.
CONTAINER_REGISTRY_PUSHPipeline created by a container registry push event.
DEPENDENCY_MANAGEMENT_SECURITY_UPDATEPipeline created by a dependency management security update event.
DUO_WORKFLOWPipeline created by a duo workflow event.
EXTERNALPipeline created by an external event.
EXTERNAL_PULL_REQUEST_EVENTPipeline created by an external pull request event.
MERGE_REQUEST_EVENTPipeline created by a merge request event.
ONDEMAND_DAST_SCANPipeline created by an ondemand dast scan event.
ONDEMAND_DAST_VALIDATIONPipeline created by an ondemand dast validation event.
PARENT_PIPELINEPipeline created by a parent pipeline event.
PIPELINEPipeline created by a pipeline event.
PIPELINE_EXECUTION_POLICY_SCHEDULEPipeline created by a pipeline execution policy schedule event.
PUSHPipeline created by a push event.
SCHEDULEPipeline created by a schedule event.
SECURITY_ORCHESTRATION_POLICYPipeline created by a security orchestration policy event.
TRIGGERPipeline created by a trigger event.
UNKNOWNPipeline created by an unknown event.
WEBPipeline created by a web event.
WEBIDEPipeline created by a webide event.

CiRunnerAccessLevel

ValueDescription
NOT_PROTECTEDA runner that is not protected.
REF_PROTECTEDA runner that is ref protected.

CiRunnerCloudProvider

Runner cloud provider.

ValueDescription
GKEGoogle Kubernetes Engine.
GOOGLE_CLOUDGoogle Cloud.

CiRunnerCreationMethod

ValueDescription
AUTHENTICATED_USERApplies to a runner that was created by an authenticated user.
REGISTRATION_TOKENApplies to a runner that was created by a runner registration token.

CiRunnerCreationState

ValueDescription
FINISHEDApplies to a runner that has been registered and has polled for CI/CD jobs at least once.
STARTEDApplies to a runner that has been created, but is not yet registered and running.

CiRunnerJobExecutionStatus

ValueDescription
ACTIVERunner is busy.
IDLERunner is idle.

CiRunnerMembershipFilter

Values for filtering runners in namespaces.

ValueDescription
ALL_AVAILABLEStatus: Experiment. Introduced in GitLab 15.5.

Include all runners. This list includes runners for all projects in the group and subgroups, as well as for the parent groups and instance. | | DESCENDANTS | Include runners that have either a direct or inherited relationship. These runners can be specific to a project or a group. | | DIRECT | Include runners that have a direct relationship. |

CiRunnerSort

Values for sorting runners.

ValueDescription
CONTACTED_ASCOrdered by contacted_at in ascending order.
CONTACTED_DESCOrdered by contacted_at in descending order.
CREATED_ASCOrdered by created_at in ascending order.
CREATED_DESCOrdered by created_at in descending order.
MOST_ACTIVE_DESCStatus: Experiment. Introduced in GitLab 16.2.

Ordered by number of running jobs in descending order (only available on Ultimate plans). | | TOKEN_EXPIRES_AT_ASC | Ordered by token_expires_at in ascending order. | | TOKEN_EXPIRES_AT_DESC | Ordered by token_expires_at in descending order. |

CiRunnerStatus

ValueDescription
NEVER_CONTACTEDRunner that has never contacted the instance.
OFFLINERunner that has not contacted this instance within the last 2 hours. Will be considered STALE if offline for more than 7 days.
ONLINERunner that contacted this instance within the last 2 hours.
STALERunner that has not contacted this instance within the last 7 days.

CiRunnerType

ValueDescription
GROUP_TYPEA runner that is group type.
INSTANCE_TYPEA runner that is instance type.
PROJECT_TYPEA runner that is project type.

CiRunnerUpgradeStatus

ValueDescription
AVAILABLEUpgrade is available for the runner.
INVALIDRunner version is not valid.
NOT_AVAILABLEUpgrade is not available for the runner.
RECOMMENDEDUpgrade is available and recommended for the runner.

CiVariableSort

Values for sorting variables.

ValueDescription
KEY_ASCSorted by key in ascending order.
KEY_DESCSorted by key in descending order.

CiVariableType

ValueDescription
ENV_VAREnv var type.
FILEFile type.

CodeFlowNodeType

The code flow node type.

ValueDescription
PROPAGATIONPropagation node.
SINKSink node.
SOURCESource node.

CodeQualityDegradationSeverity

ValueDescription
BLOCKERCode Quality degradation has a status of blocker.
CRITICALCode Quality degradation has a status of critical.
INFOCode Quality degradation has a status of info.
MAJORCode Quality degradation has a status of major.
MINORCode Quality degradation has a status of minor.
UNKNOWNCode Quality degradation has a status of unknown.

CodequalityReportsComparerReportGenerationStatus

Represents the generation status of the compared codequality report.

ValueDescription
ERRORAn error happened while generating the report.
PARSEDReport was generated.
PARSINGReport is being generated.

CodequalityReportsComparerStatus

Represents the state of the code quality report.

ValueDescription
FAILEDReport generated and there are new code quality degradations.
NOT_FOUNDHead report or base report not found.
SUCCESSNo degradations found in the head pipeline report.

CommitActionMode

Mode of a commit action.

ValueDescription
CHMODChmod command.
CREATECreate command.
DELETEDelete command.
MOVEMove command.
UPDATEUpdate command.

CommitEncoding

ValueDescription
BASE64Base64 encoding.
TEXTText encoding.

ComparableSecurityReportType

Comparable security report type.

ValueDescription
API_FUZZINGAPI fuzzing report.
CONTAINER_SCANNINGContainer scanning report.
COVERAGE_FUZZINGCoverage fuzzing report.
DASTDAST report.
DEPENDENCY_SCANNINGDependency scanning report.
SARIFSarif report.
SASTSAST report.
SECRET_DETECTIONSecret detection report.

ComparisonOperator

Comparison operators for filtering.

ValueDescription
EQUAL_TOEqual to (=).
GREATER_THAN_OR_EQUAL_TOGreater than or equal to (>=).
LESS_THAN_OR_EQUAL_TOLess than or equal to (<=).

ComplianceFrameworkPresenceFilter

ComplianceFramework of a project for filtering.

ValueDescription
ANYAny compliance framework is assigned.
NONENo compliance framework is assigned.

ComplianceFrameworkSort

Values for sorting compliance frameworks.

ValueDescription
NAME_ASCSort by compliance framework name, ascending order.
NAME_DESCSort by compliance framework name, descending order.
UPDATED_AT_ASCSort by compliance framework updated date, ascending order.
UPDATED_AT_DESCSort by compliance framework updated date, descending order.

ComplianceStandardsAdherenceCheckName

Name of the check for the compliance standard.

ValueDescription
AT_LEAST_ONE_NON_AUTHOR_APPROVALAt least one non author approval.
AT_LEAST_TWO_APPROVALSAt least two approvals.
DASTDast.
PREVENT_APPROVAL_BY_MERGE_REQUEST_AUTHORPrevent approval by merge request creator (author).
PREVENT_APPROVAL_BY_MERGE_REQUEST_COMMITTERSPrevent approval by merge request committers.
SASTSast.

ComplianceStandardsAdherenceStandard

Name of the compliance standard.

ValueDescription
GITLABGitlab.
SOC2Soc2.

ComplianceStandardsAdherenceStatus

Status of the compliance standards adherence.

ValueDescription
FAILFail.
SUCCESSSuccess.

ComplianceViolationReason

Reason for the compliance violation.

ValueDescription
APPROVED_BY_COMMITTERApproved by committer.
APPROVED_BY_INSUFFICIENT_USERSApproved by insufficient users.
APPROVED_BY_MERGE_REQUEST_AUTHORApproved by merge request author.

ComplianceViolationSeverity

Severity of the compliance violation.

ValueDescription
CRITICALCritical severity.
HIGHHigh severity.
INFOInfo severity.
LOWLow severity.
MEDIUMMedium severity.

ComplianceViolationSort

Compliance violation sort values.

ValueDescription
MERGED_AT_ASCDate merged in ascending order, further sorted by ID in ascending order.
MERGED_AT_DESCDate merged in descending order, further sorted by ID in descending order.
MERGE_REQUEST_TITLE_ASCMerge request title in ascending order, further sorted by ID in ascending order.
MERGE_REQUEST_TITLE_DESCMerge request title in descending order, further sorted by ID in descending order.
SEVERITY_LEVEL_ASCSeverity in ascending order, further sorted by ID in ascending order.
SEVERITY_LEVEL_DESCSeverity in descending order, further sorted by ID in descending order.
VIOLATION_REASON_ASCViolation reason in ascending order, further sorted by ID in ascending order.
VIOLATION_REASON_DESCViolation reason in descending order, further sorted by ID in descending order.

ComplianceViolationStatus

Compliance violation status of the project.

ValueDescription
DETECTEDDetected.
DISMISSEDDismissed.
IN_REVIEWIn review.
RESOLVEDResolved.

ConanMetadatumFileTypeEnum

Conan file types.

ValueDescription
PACKAGE_FILEA package file type.
RECIPE_FILEA recipe file type.

ContactSort

Values for sorting contacts.

ValueDescription
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
DESCRIPTION_ASCDescription in ascending order.
DESCRIPTION_DESCDescription in descending order.
EMAIL_ASCEmail in ascending order.
EMAIL_DESCEmail in descending order.
FIRST_NAME_ASCFirst name in ascending order.
FIRST_NAME_DESCFirst name in descending order.
LAST_NAME_ASCLast name in ascending order.
LAST_NAME_DESCLast name in descending order.
ORGANIZATION_ASCOrganization in ascending order.
ORGANIZATION_DESCOrganization in descending order.
PHONE_ASCPhone in ascending order.
PHONE_DESCPhone in descending order.
UPDATED_ASCUpdated at ascending order.
UPDATED_DESCUpdated at descending order.
created_ascDeprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead.
created_descDeprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead.
updated_ascDeprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead.
updated_descDeprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead.

ContainerExpirationPolicyCadenceEnum

ValueDescription
EVERY_DAYEvery day.
EVERY_MONTHEvery month.
EVERY_THREE_MONTHSEvery three months.
EVERY_TWO_WEEKSEvery two weeks.
EVERY_WEEKEvery week.

ContainerExpirationPolicyKeepEnum

ValueDescription
FIFTY_TAGS50 tags per image name.
FIVE_TAGS5 tags per image name.
ONE_HUNDRED_TAGS100 tags per image name.
ONE_TAG1 tag per image name.
TEN_TAGS10 tags per image name.
TWENTY_FIVE_TAGS25 tags per image name.

ContainerExpirationPolicyOlderThanEnum

ValueDescription
FOURTEEN_DAYS14 days until tags are automatically removed.
NINETY_DAYS90 days until tags are automatically removed.
ONE_DAY1 day until tags are automatically removed.
ONE_HUNDRED_EIGHTY_DAYS180 days until tags are automatically removed.
ONE_THOUSAND_NINETY_FIVE_DAYS3 years until tags are automatically removed.
SEVEN_DAYS7 days until tags are automatically removed.
SEVEN_HUNDRED_THIRTY_DAYS2 years until tags are automatically removed.
SIXTY_DAYS60 days until tags are automatically removed.
THIRTY_DAYS30 days until tags are automatically removed.
THREE_DAYS3 days until tags are automatically removed.
THREE_HUNDRED_SIXTY_FIVE_DAYS1 year until tags are automatically removed.

ContainerProtectionRepositoryRuleAccessLevel

Access level for a container repository protection rule resource.

ValueDescription
ADMINAdmin access.
MAINTAINERMaintainer access.
OWNEROwner access.

ContainerProtectionTagRuleAccessLevel

Access level of a container registry tag protection rule resource.

ValueDescription
ADMINAdmin access.
MAINTAINERMaintainer access.
OWNEROwner access.

ContainerRepositoryCleanupStatus

Status of the tags cleanup of a container repository.

ValueDescription
ONGOINGTags cleanup is ongoing.
SCHEDULEDTags cleanup is scheduled and is going to be executed shortly.
UNFINISHEDTags cleanup has been partially executed. There are still remaining tags to delete.
UNSCHEDULEDTags cleanup is not scheduled. This is the default state.

ContainerRepositorySort

Values for sorting container repositories.

ValueDescription
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
NAME_ASCName by ascending order.
NAME_DESCName by descending order.
UPDATED_ASCUpdated at ascending order.
UPDATED_DESCUpdated at descending order.
created_ascDeprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead.
created_descDeprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead.
updated_ascDeprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead.
updated_descDeprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead.

ContainerRepositoryStatus

Status of a container repository.

ValueDescription
DELETE_FAILEDDelete Failed status.
DELETE_ONGOINGDelete Ongoing status.
DELETE_SCHEDULEDDelete Scheduled status.

ContainerRepositoryTagSort

Values for sorting tags.

ValueDescription
NAME_ASCOrdered by name in ascending order.
NAME_DESCOrdered by name in descending order.
PUBLISHED_AT_ASCOrdered by published_at in ascending order. Only available for GitLab.com.
PUBLISHED_AT_DESCOrdered by published_at in descending order. Only available for GitLab.com.

CustomDashboardDateRangeOption

Preset date range options available for dashboard filters.

ValueDescription
CUSTOMCustom date range.
DAYS_180Last 180 days.
DAYS_30Last 30 days.
DAYS_365Last 365 days.
DAYS_60Last 60 days.
DAYS_7Last 7 days.
DAYS_90Last 90 days.
TODAYCurrent day.

CustomDashboardFilteredSearchOperator

Comparison operators for filtered search tokens.

ValueDescription
ISMatches the given value.
IS_NOTDoes not match the given value.
IS_NOT_ORDoes not match any of the given values.

CustomDashboardFilteredSearchToken

Token types available for filtered search.

ValueDescription
ASSIGNEEFilter by assignee.
AUTHORFilter by author.
LABELFilter by label.
MILESTONEFilter by milestone.
SOURCE_BRANCHFilter by source branch.
TARGET_BRANCHFilter by target branch.

CustomDashboardGridHeight

Grid height display mode for the dashboard.

ValueDescription
COMPACTCompact grid height.
DEFAULTDefault grid height.

CustomDashboardScope

Scope filter for custom dashboards.

ValueDescription
ALLReturn all dashboards.
GITLABReturn only GitLab-provided system dashboards.
USERReturn only user-created dashboards.

CustomDashboardStatus

Maturity status of the dashboard.

ValueDescription
BETADashboard is in beta.
EXPERIMENTDashboard is experimental.

CustomFieldType

Type of custom field.

ValueDescription
DATEDate field type.
MULTI_SELECTMulti select field type.
NUMBERNumber field type.
SINGLE_SELECTSingle select field type.
TEXTText field type.

CustomerRelationsContactState

ValueDescription
activeActive contacts.
allAll available contacts.
inactiveInactive contacts.

CustomerRelationsOrganizationState

ValueDescription
activeActive organizations.
allAll available organizations.
inactiveInactive organizations.

CustomizableDashboardCategory

Categories for customizable dashboards.

ValueDescription
ANALYTICSAnalytics category for customizable dashboards.

CustomizableDashboardGridHeight

Grid heights for customizable dashboards.

ValueDescription
COMPACTGrid cell height is 10 pixels per unit. Minimum cell height is 10 units.
DEFAULTGrid cell height is 137 pixels per unit. Minimum cell height is 1 unit.

CvssSeverity

Values for a CVSS severity.

ValueDescription
CRITICALCritical severity.
HIGHHigh severity.
LOWLow severity.
MEDIUMMedium severity.
NONENot a vulnerability.

DailyUsageSort

Values for sorting daily usage entries.

ValueDescription
CREDITS_USED_ASCCredits used by ascending order.
CREDITS_USED_DESCCredits used by descending order.
DATE_ASCDate by ascending order.
DATE_DESCDate by descending order.

DastPreScanVerificationCheckType

Check type of the pre scan verification step.

ValueDescription
AUTHENTICATIONAuthentication check.
CONNECTIONConnection check.
CRAWLINGCrawling check.

DastPreScanVerificationStatus

Status of DAST pre scan verification.

ValueDescription
COMPLETEPre Scan Verification complete without errors.
COMPLETE_WITH_ERRORSPre Scan Verification finished with one or more errors.
FAILEDPre Scan Validation unable to finish.
RUNNINGPre Scan Verification in execution.

DastProfileCadenceUnit

Unit for the duration of Dast Profile Cadence.

ValueDescription
DAYDAST Profile Cadence duration in days.
MONTHDAST Profile Cadence duration in months.
WEEKDAST Profile Cadence duration in weeks.
YEARDAST Profile Cadence duration in years.

DastScanMethodType

Scan method to be used by the scanner.

ValueDescription
GRAPHQLGraphQL scan method.
HARHAR scan method.
OPENAPIOpenAPI scan method.
POSTMAN_COLLECTIONPostman scan method.
WEBSITEWebsite scan method.

DastScanTypeEnum

ValueDescription
ACTIVEActive DAST scan. This scan will make active attacks against the target site.
PASSIVEPassive DAST scan. This scan will not make active attacks against the target site.

DastSiteProfileValidationStatusEnum

ValueDescription
FAILED_VALIDATIONSite validation process finished but failed.
INPROGRESS_VALIDATIONSite validation process is in progress.
NONENo site validation exists.
PASSED_VALIDATIONSite validation process finished successfully.
PENDING_VALIDATIONSite validation process has not started.

DastSiteValidationStatusEnum

ValueDescription
FAILED_VALIDATIONSite validation process finished but failed.
INPROGRESS_VALIDATIONSite validation process is in progress.
PASSED_VALIDATIONSite validation process finished successfully.
PENDING_VALIDATIONSite validation process has not started.

DastSiteValidationStrategyEnum

ValueDescription
HEADERHeader validation.
META_TAGMeta tag validation.
TEXT_FILEText file validation.

DastTargetTypeEnum

ValueDescription
APIAPI target.
WEBSITEWebsite target.

DataVisualizationColorEnum

Color of the data visualization palette.

ValueDescription
AQUAAqua color.
BLUEBlue color.
GREENGreen color.
MAGENTAMagenta color.
ORANGEOrange color.

DataVisualizationWeightEnum

Weight of the data visualization palette.

ValueDescription
WEIGHT_100100 weight.
WEIGHT_200200 weight.
WEIGHT_300300 weight.
WEIGHT_400400 weight.
WEIGHT_5050 weight.
WEIGHT_500500 weight.
WEIGHT_600600 weight.
WEIGHT_700700 weight.
WEIGHT_800800 weight.
WEIGHT_900900 weight.
WEIGHT_950950 weight.

DependencyProxyManifestStatus

ValueDescription
DEFAULTDependency proxy manifest has a status of default.
ERRORDependency proxy manifest has a status of error.
PENDING_DESTRUCTIONDependency proxy manifest has a status of pending_destruction.
PROCESSINGDependency proxy manifest has a status of processing.

DependencySort

Values for sorting dependencies.

ValueDescription
LICENSE_ASCLicense by ascending order.
LICENSE_DESCLicense by descending order.
NAME_ASCName by ascending order.
NAME_DESCName by descending order.
PACKAGER_ASCPackager by ascending order.
PACKAGER_DESCPackager by descending order.
SEVERITY_ASCSeverity by ascending order.
SEVERITY_DESCSeverity by descending order.

DeploymentApprovalSummaryStatus

Status of the deployment approval summary.

ValueDescription
APPROVEDSummarized deployment approval status that is approved.
PENDING_APPROVALSummarized deployment approval status that is pending approval.
REJECTEDSummarized deployment approval status that is rejected.

DeploymentStatus

All deployment statuses.

ValueDescription
BLOCKEDA deployment that is blocked.
CANCELEDA deployment that is canceled.
CREATEDA deployment that is created.
FAILEDA deployment that is failed.
RUNNINGA deployment that is running.
SKIPPEDA deployment that is skipped.
SUCCESSA deployment that is success.

DeploymentTier

All environment deployment tiers.

ValueDescription
DEVELOPMENTDevelopment.
OTHEROther.
PRODUCTIONProduction.
STAGINGStaging.
TESTINGTesting.

DeploymentsApprovalStatus

Status of the deployment approval.

ValueDescription
APPROVEDA deployment approval that is approved.
REJECTEDA deployment approval that is rejected.

DesignCollectionCopyState

Copy state of a DesignCollection.

ValueDescription
ERRORThe DesignCollection encountered an error during a copy.
IN_PROGRESSThe DesignCollection is being copied.
READYThe DesignCollection has no copy in progress.

DesignVersionEvent

Mutation event of a design within a version.

ValueDescription
CREATIONA creation event.
DELETIONA deletion event.
MODIFICATIONA modification event.
NONENo change.

DetailedMergeStatus

Detailed representation of whether a GitLab merge request can be merged.

ValueDescription
APPROVALS_SYNCINGMerge request approvals currently syncing.
BLOCKED_STATUSMerge request dependencies must be merged.
CHECKINGCurrently checking for mergeability.
CI_MUST_PASSPipeline must succeed before merging.
CI_STILL_RUNNINGPipeline is still running.
COMMITS_STATUSSource branch exists and contains commits.
CONFLICTThere are conflicts between the source and target branches.
DISCUSSIONS_NOT_RESOLVEDDiscussions must be resolved before merging.
DRAFT_STATUSMerge request must not be draft before merging.
EXTERNAL_STATUS_CHECKSStatus checks must pass.
JIRA_ASSOCIATIONEither the title or description must reference a Jira issue.
LOCKED_LFS_FILESMerge request includes locked LFS files.
LOCKED_PATHSMerge request includes locked paths.
MERGEABLEBranch can be merged.
MERGE_TIMEMerge request may not be merged until after the specified time.
NEED_REBASEMerge request needs to be rebased.
NOT_APPROVEDMerge request must be approved before merging.
NOT_OPENMerge request must be open before merging.
PREPARINGMerge request diff is being created.
REQUESTED_CHANGESIndicates a reviewer has requested changes.
SECURITY_POLICIES_VIOLATIONSAll policy rules must be satisfied.
SECURITY_POLICY_PIPELINE_CHECKAll security policy pipelines must succeed.
TITLE_NOT_MATCHINGMerge request title does not match required regex.
UNCHECKEDMerge status has not been checked.

DiffPositionType

Type of file the position refers to.

ValueDescription
fileUnknown file type.
imageAn image.
textText file.

DismissalType

Represents the different dismissal types for security policy violations.

ValueDescription
EMERGENCY_HOT_FIXDismissal due to emergency hot fix.
OTHERDismissal due to other reasons.
POLICY_FALSE_POSITIVEDismissal due to policy false positive.
SCANNER_FALSE_POSITIVEDismissal due to scanner false positive.

DoraMetricBucketingInterval

All possible ways that DORA metrics can be aggregated.

ValueDescription
ALLAll data points are combined into a single value.
DAILYData points are combined into chunks by day.
MONTHLYData points are combined into chunks by month.

DuoLicensedFeature

List of GitLab Duo licensed features.

ValueDescription
AGENTIC_CHATAgentic Chat feature.
AI_CATALOGAI Catalog feature.
AI_FEATURESAI features.

DuoWorkflowStatus

The status of the workflow.

ValueDescription
CREATEDThe workflow is created.
FAILEDThe workflow is failed.
FINISHEDThe workflow is finished.
INPUT_REQUIREDThe workflow is input_required.
PAUSEDThe workflow is paused.
PLAN_APPROVAL_REQUIREDThe workflow is plan_approval_required.
RUNNINGThe workflow is running.
STOPPEDThe workflow is stopped.
TOOL_CALL_APPROVAL_REQUIREDThe workflow is tool_call_approval_required.

DuoWorkflowStatusGroup

The status group of the flow session.

ValueDescription
ACTIVEFlow sessions with a status group of active.
AWAITING_INPUTFlow sessions with a status group of awaiting_input.
CANCELEDFlow sessions with a status group of canceled.
COMPLETEDFlow sessions with a status group of completed.
FAILEDFlow sessions with a status group of failed.
PAUSEDFlow sessions with a status group of paused.

DuoWorkflowsWorkflowSort

Values for sorting Duo Workflows.

ValueDescription
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
STATUS_ASCBy status ascending order.
STATUS_DESCBy status descending order.
UPDATED_ASCUpdated at ascending order.
UPDATED_DESCUpdated at descending order.
created_ascDeprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead.
created_descDeprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead.
updated_ascDeprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead.
updated_descDeprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead.

EntryType

Type of a tree entry.

ValueDescription
blobFile tree type.
commitCommit tree type.
treeDirectory tree type.

EpicSort

Roadmap sort values.

ValueDescription
CREATED_AT_ASCSort by created_at by ascending order.
CREATED_AT_DESCSort by created_at by descending order.
END_DATE_ASCSort by end date in ascending order.
END_DATE_DESCSort by end date in descending order.
START_DATE_ASCSort by start date in ascending order.
START_DATE_DESCSort by start date in descending order.
TITLE_ASCSort by title in ascending order.
TITLE_DESCSort by title in descending order.
UPDATED_AT_ASCSort by updated_at by ascending order.
UPDATED_AT_DESCSort by updated_at by descending order.
end_date_ascDeprecated in GitLab 13.11. Use END_DATE_ASC.
end_date_descDeprecated in GitLab 13.11. Use END_DATE_DESC.
start_date_ascDeprecated in GitLab 13.11. Use START_DATE_ASC.
start_date_descDeprecated in GitLab 13.11. Use START_DATE_DESC.

EpicState

State of an epic.

ValueDescription
allAll epics.
closedClosed epics.
openedOpen epics.

EpicStateEvent

State event of an epic.

ValueDescription
CLOSEClose the epic.
REOPENReopen the epic.

EpicWildcardId

Epic ID wildcard values.

ValueDescription
ANYAny epic is assigned.
NONENo epic is assigned.

ErrorTrackingStatus

Status of the error tracking service.

ValueDescription
ERRORError tracking service respond with an error.
NOT_FOUNDSentry issue not found.
RETRYError tracking service is not ready.
SUCCESSSuccessfully fetch the stack trace.

EscalationRuleStatus

Escalation rule statuses.

ValueDescription
ACKNOWLEDGED.
RESOLVED.

EventAction

Event action.

ValueDescription
APPROVEDApproved action.
CLOSEDClosed action.
COMMENTEDCommented action.
CREATEDCreated action.
DESTROYEDDestroyed action.
EXPIREDExpired action.
JOINEDJoined action.
LEFTLeft action.
MERGEDMerged action.
PUSHEDPushed action.
REOPENEDReopened action.
TRANSFERREDTransferred action.
UPDATEDUpdated action.

ExclusionScannerEnum

Enum for the security scanners used with exclusions.

ValueDescription
SECRET_PUSH_PROTECTIONSecret push protection.

ExclusionTypeEnum

Enum for types of exclusion for a security scanner.

ValueDescription
PATHFile or directory location.
RAW_VALUERaw value to ignore.
REGEX_PATTERNRegex pattern matching rules.
RULEScanner rule identifier.

ExtensionsMarketplaceOptInStatus

Values for status of the Web IDE Extension Marketplace opt-in for the user.

ValueDescription
DISABLEDWeb IDE Extension Marketplace opt-in status: DISABLED.
ENABLEDWeb IDE Extension Marketplace opt-in status: ENABLED.
UNSETWeb IDE Extension Marketplace opt-in status: UNSET.

FindingReportsComparerStatus

Report comparison status.

ValueDescription
ERRORAn error happened while generating the report.
PARSEDReport was generated.
PARSINGReport is being generated.

FlowTypeSort

Values for Duo Agent Platform flow type sorting.

ValueDescription
MEDIAN_TIME_ASCSort by median execution time in ascending order.
MEDIAN_TIME_DESCSort by median execution time in descending order.
SESSIONS_COUNT_ASCSort by sessions count in ascending order.
SESSIONS_COUNT_DESCSort by sessions count in descending order.
USERS_COUNT_ASCSort by unique users count in ascending order.
USERS_COUNT_DESCSort by unique users count in descending order.

GeoRegistriesBulkAction

Action to trigger on multiple Geo registries.

ValueDescription
RESYNC_ALLResync multiple registries.
REVERIFY_ALLReverify multiple registries.

GeoRegistryAction

Action to trigger on an individual Geo registry.

ValueDescription
RESYNCResync a registry.
REVERIFYReverify a registry.

GeoRegistryClass

Geo registry class.

ValueDescription
ABUSE_REPORT_UPLOAD_REGISTRYGeo::AbuseReportUploadRegistry registry class.
ACHIEVEMENT_UPLOAD_REGISTRYGeo::AchievementUploadRegistry registry class.
AI_VECTORIZABLE_FILE_UPLOAD_REGISTRYGeo::AiVectorizableFileUploadRegistry registry class.
ALERT_MANAGEMENT_METRIC_IMAGE_UPLOAD_REGISTRYGeo::AlertManagementMetricImageUploadRegistry registry class.
BULK_IMPORT_EXPORT_UPLOAD_UPLOAD_REGISTRYGeo::BulkImportExportUploadUploadRegistry registry class.
CI_SECURE_FILE_REGISTRYGeo::CiSecureFileRegistry registry class.
CONTAINER_REPOSITORY_REGISTRYGeo::ContainerRepositoryRegistry registry class.
DEPENDENCY_LIST_EXPORT_PART_UPLOAD_REGISTRYGeo::DependencyListExportPartUploadRegistry registry class.
DEPENDENCY_LIST_EXPORT_UPLOAD_REGISTRYGeo::DependencyListExportUploadRegistry registry class.
DEPENDENCY_PROXY_BLOB_REGISTRYGeo::DependencyProxyBlobRegistry registry class.
DEPENDENCY_PROXY_MANIFEST_REGISTRYGeo::DependencyProxyManifestRegistry registry class.
DESIGN_MANAGEMENT_ACTION_UPLOAD_REGISTRYGeo::DesignManagementActionUploadRegistry registry class.
DESIGN_MANAGEMENT_REPOSITORY_REGISTRYGeo::DesignManagementRepositoryRegistry registry class.
GROUP_UPLOAD_REGISTRYGeo::GroupUploadRegistry registry class.
GROUP_WIKI_REPOSITORY_REGISTRYGeo::GroupWikiRepositoryRegistry registry class.
IMPORT_EXPORT_UPLOAD_UPLOAD_REGISTRYGeo::ImportExportUploadUploadRegistry registry class.
ISSUABLE_METRIC_IMAGE_UPLOAD_REGISTRYGeo::IssuableMetricImageUploadRegistry registry class.
JOB_ARTIFACT_REGISTRYGeo::JobArtifactRegistry registry class.
LFS_OBJECT_REGISTRYGeo::LfsObjectRegistry registry class.
MERGE_REQUEST_DIFF_REGISTRYGeo::MergeRequestDiffRegistry registry class.
ORGANIZATION_DETAIL_UPLOAD_REGISTRYGeo::OrganizationDetailUploadRegistry registry class.
PACKAGES_DEBIAN_PROJECT_COMPONENT_FILE_REGISTRYGeo::PackagesDebianProjectComponentFileRegistry registry class.
PACKAGES_HELM_METADATA_CACHE_REGISTRYGeo::PackagesHelmMetadataCacheRegistry registry class.
PACKAGES_NUGET_SYMBOL_REGISTRYGeo::PackagesNugetSymbolRegistry registry class.
PACKAGE_FILE_REGISTRYGeo::PackageFileRegistry registry class.
PAGES_DEPLOYMENT_REGISTRYGeo::PagesDeploymentRegistry registry class.
PERSONAL_SNIPPET_UPLOAD_REGISTRYGeo::PersonalSnippetUploadRegistry registry class.
PIPELINE_ARTIFACT_REGISTRYGeo::PipelineArtifactRegistry registry class.
PROJECT_IMPORT_EXPORT_RELATION_EXPORT_UPLOAD_UPLOAD_REGISTRYGeo::ProjectImportExportRelationExportUploadUploadRegistry registry class.
PROJECT_REPOSITORY_REGISTRYGeo::ProjectRepositoryRegistry registry class.
PROJECT_UPLOAD_REGISTRYGeo::ProjectUploadRegistry registry class.
PROJECT_WIKI_REPOSITORY_REGISTRYGeo::ProjectWikiRepositoryRegistry registry class.
SNIPPET_REPOSITORY_REGISTRYGeo::SnippetRepositoryRegistry registry class.
SUPPLY_CHAIN_ATTESTATION_REGISTRYGeo::SupplyChainAttestationRegistry registry class.
TERRAFORM_STATE_VERSION_REGISTRYGeo::TerraformStateVersionRegistry registry class.
UPLOAD_REGISTRYGeo::UploadRegistry registry class.
USER_PERMISSION_EXPORT_UPLOAD_UPLOAD_REGISTRYGeo::UserPermissionExportUploadUploadRegistry registry class.
USER_UPLOAD_REGISTRYGeo::UserUploadRegistry registry class.
VULNERABILITY_ARCHIVE_EXPORT_UPLOAD_REGISTRYGeo::VulnerabilityArchiveExportUploadRegistry registry class.
VULNERABILITY_EXPORT_PART_UPLOAD_REGISTRYGeo::VulnerabilityExportPartUploadRegistry registry class.
VULNERABILITY_EXPORT_UPLOAD_REGISTRYGeo::VulnerabilityExportUploadRegistry registry class.
VULNERABILITY_REMEDIATION_UPLOAD_REGISTRYGeo::VulnerabilityRemediationUploadRegistry registry class.

GeoRegistrySort

Values for sorting Geo registries.

ValueDescription
ID_ASCID by ascending order.
ID_DESCID by descending order.
LAST_SYNCED_AT_ASCLatest sync date by ascending order.
LAST_SYNCED_AT_DESCLatest sync date by descending order.
VERIFIED_AT_ASCLatest verification date by ascending order.
VERIFIED_AT_DESCLatest verification date by descending order.

GitlabSubscriptionUsageBlockedCapType

Type of budget cap that caused a user to be blocked.

ValueDescription
FLAT_USER_CAPBlocked by the flat per-user cap.
USER_OVERRIDE_CAPBlocked by a per-user override cap.

GitlabSubscriptionUsageUserSort

Values for sorting users in subscription usage.

ValueDescription
NAME_ASCName by ascending order.
NAME_DESCName by descending order.
TOTAL_CREDITS_USED_ASCTotal credits used by ascending order.
TOTAL_CREDITS_USED_DESCTotal credits used by descending order.

GitlabSubscriptionsAddOnType

Types of add-ons.

ValueDescription
CODE_SUGGESTIONSGitLab Duo Pro add-on.
DUO_AMAZON_QGitLab Duo with Amazon Q add-on.
DUO_COREStatus: Experiment. Introduced in GitLab 18.0.

GitLab Duo Core add-on. | | DUO_ENTERPRISE | GitLab Duo Enterprise add-on. |

GitlabSubscriptionsUserRole

Role of User.

ValueDescription
DEVELOPERDeveloper.
GUESTGuest.
MAINTAINERMaintainer.
OWNEROwner.
PLANNERPlanner.
REPORTERReporter.
SECURITY_MANAGERSecurity manager access.

GitlabSubscriptionsUserSort

Values for sorting users.

ValueDescription
ID_ASCId by ascending order.
ID_DESCId by descending order.
LAST_ACTIVITY_ON_ASCLast activity by ascending order.
LAST_ACTIVITY_ON_DESCLast activity by descending order.
NAME_ASCName by ascending order.
NAME_DESCName by descending order.

GoogleCloudArtifactRegistryArtifactsSort

Values for sorting artifacts.

ValueDescription
BUILD_TIME_ASCOrdered by build_time in ascending order.
BUILD_TIME_DESCOrdered by build_time in descending order.
IMAGE_SIZE_BYTES_ASCOrdered by image_size_bytes in ascending order.
IMAGE_SIZE_BYTES_DESCOrdered by image_size_bytes in descending order.
MEDIA_TYPE_ASCOrdered by media_type in ascending order.
MEDIA_TYPE_DESCOrdered by media_type in descending order.
NAME_ASCOrdered by name in ascending order.
NAME_DESCOrdered by name in descending order.
UPDATE_TIME_ASCOrdered by update_time in ascending order.
UPDATE_TIME_DESCOrdered by update_time in descending order.
UPLOAD_TIME_ASCOrdered by upload_time in ascending order.
UPLOAD_TIME_DESCOrdered by upload_time in descending order.

GroupMemberRelation

Group member relation.

ValueDescription
DESCENDANTSMembers in the group's subgroups.
DIRECTMembers in the group itself.
INHERITEDMembers in the group's ancestor groups.
SHARED_FROM_GROUPSInvited group's members.

GroupPermission

User permission on groups.

ValueDescription
CREATE_PROJECTSGroups where the user can create projects.
IMPORT_PROJECTSGroups where the user can import projects to.
TRANSFER_PROJECTSGroups where the user can transfer projects to.

GroupReleaseSort

Values for sorting releases belonging to a group.

ValueDescription
RELEASED_AT_ASCReleased at by ascending order.
RELEASED_AT_DESCReleased at by descending order.

GroupSecretsManagerStatus

Values for the group secrets manager status.

ValueDescription
ACTIVESecrets manager has been provisioned and enabled.
DEPROVISIONINGSecrets manager is being deprovisioned.
PROVISIONINGSecrets manager is being provisioned.

GroupSort

Values for sorting groups.

ValueDescription
CREATED_AT_ASCSort by created at, ascending order.
CREATED_AT_DESCSort by created at, descending order.
ID_ASCSort by ID, ascending order.
ID_DESCSort by ID, descending order.
NAME_ASCSort by name, ascending order.
NAME_DESCSort by name, descending order.
PATH_ASCSort by path, ascending order.
PATH_DESCSort by path, descending order.
SIMILARITYMost similar to the search query.
UPDATED_AT_ASCSort by updated at, ascending order.
UPDATED_AT_DESCSort by updated at, descending order.

GroupingEnum

Values for grouping compute usage data.

ValueDescription
INSTANCE_AGGREGATEAggregate usage data across all namespaces in the instance.
PER_ROOT_NAMESPACEGroup data by individual root namespace.

HealthStatus

Health status of an issue or epic.

ValueDescription
atRiskAt risk.
needsAttentionNeeds attention.
onTrackOn track.

HealthStatusFilter

Health status of an issue or epic for filtering.

ValueDescription
ANYAny health status is assigned.
NONENo health status is assigned.
atRiskAt risk.
needsAttentionNeeds attention.
onTrackOn track.

ImportSource

Import source.

ValueDescription
BITBUCKETBitbucket.
BITBUCKET_SERVERBitbucket Server.
CUSTOM_TEMPLATECustom Template.
FOGBUGZFogbugz.
GITGit.
GITEAGitea.
GITHUBGithub.
GITLAB_GROUPGitlab Group.
GITLAB_MIGRATIONGitlab Migration.
GITLAB_PROJECTGitlab Project.
JIRAJira.
MANIFESTManifest.
NONENot imported.
OFFLINE_TRANSFEROffline Transfer.

ImportSourceUserStatus

ValueDescription
AWAITING_APPROVALAn import source user mapping that is awaiting approval.
COMPLETEDAn import source user mapping that is completed.
FAILEDAn import source user mapping that is failed.
KEEP_AS_PLACEHOLDERAn import source user mapping that is keep as placeholder.
PENDING_REASSIGNMENTAn import source user mapping that is pending reassignment.
REASSIGNMENT_IN_PROGRESSAn import source user mapping that is reassignment in progress.
REJECTEDAn import source user mapping that is rejected.

IntegrationType

Integration Names.

ValueDescription
BEYOND_IDENTITYBeyond Identity.

IssuableResourceLinkType

Issuable resource link type enum.

ValueDescription
generalGeneral link type.
pagerdutyPagerduty link type.
slackSlack link type.
zoomZoom link type.

IssuableSearchableField

Fields to perform the search in.

ValueDescription
DESCRIPTIONSearch in description field.
TITLESearch in title field.

IssuableSeverity

Incident severity.

ValueDescription
CRITICALCritical severity.
HIGHHigh severity.
LOWLow severity.
MEDIUMMedium severity.
UNKNOWNUnknown severity.

IssuableState

State of a GitLab issue or merge request.

ValueDescription
allAll available.
closedIn closed state.
lockedDiscussion has been locked.
openedIn open state.

IssueCreationIterationWildcardId

Iteration ID wildcard values for issue creation.

ValueDescription
CURRENTCurrent iteration.

IssueEscalationStatus

Issue escalation status values.

ValueDescription
ACKNOWLEDGEDSomeone is actively investigating the problem.
IGNOREDNo action will be taken.
RESOLVEDThe problem has been addressed.
TRIGGEREDInvestigation has not started.

IssueSort

Values for sorting issues.

ValueDescription
BLOCKING_ISSUES_ASCBlocking issues count by ascending order.
BLOCKING_ISSUES_DESCBlocking issues count by descending order.
CLOSED_AT_ASCClosed time by ascending order.
CLOSED_AT_DESCClosed time by descending order.
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
DUE_DATE_ASCDue date by ascending order.
DUE_DATE_DESCDue date by descending order.
ESCALATION_STATUS_ASCStatus from triggered to resolved.
ESCALATION_STATUS_DESCStatus from resolved to triggered.
HEALTH_STATUS_ASCIssues with healthy issues first.
HEALTH_STATUS_DESCIssues with unhealthy issues first.
LABEL_PRIORITY_ASCLabel priority by ascending order.
LABEL_PRIORITY_DESCLabel priority by descending order.
MILESTONE_DUE_ASCMilestone due date by ascending order.
MILESTONE_DUE_DESCMilestone due date by descending order.
POPULARITY_ASCNumber of upvotes (awarded "thumbs up" emoji) by ascending order.
POPULARITY_DESCNumber of upvotes (awarded "thumbs up" emoji) by descending order.
PRIORITY_ASCPriority by ascending order.
PRIORITY_DESCPriority by descending order.
PUBLISHED_ASCPublished issues shown last.
PUBLISHED_DESCPublished issues shown first.
RELATIVE_POSITION_ASCRelative position by ascending order.
SEVERITY_ASCSeverity from less critical to more critical.
SEVERITY_DESCSeverity from more critical to less critical.
SLA_DUE_AT_ASCIssues with earliest SLA due time shown first.
SLA_DUE_AT_DESCIssues with latest SLA due time shown first.
STATUS_ASCStatus: Experiment. Introduced in GitLab 18.4.

Status by ascending order. | | STATUS_DESC | Status: Experiment. Introduced in GitLab 18.4.

Status by descending order. | | TITLE_ASC | Title by ascending order. | | TITLE_DESC | Title by descending order. | | UPDATED_ASC | Updated at ascending order. | | UPDATED_DESC | Updated at descending order. | | WEIGHT_ASC | Weight by ascending order. | | WEIGHT_DESC | Weight by descending order. | | created_asc | Deprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead. | | created_desc | Deprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead. | | updated_asc | Deprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead. | | updated_desc | Deprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead. |

IssueState

State of a GitLab issue.

ValueDescription
allAll available.
closedIn closed state.
lockedDiscussion has been locked.
openedIn open state.

IssueStateEvent

Values for issue state events.

ValueDescription
CLOSECloses the issue.
REOPENReopens the issue.

IssueType

Issue type.

ValueDescription
EPICStatus: Experiment. Introduced in GitLab 16.7.

Epic issue type. Available only when feature epics is available. | | INCIDENT | Incident issue type. | | ISSUE | Issue issue type. | | KEY_RESULT | Status: Experiment. Introduced in GitLab 15.7.

Key Result issue type. Available only when feature flag okrs_mvc is enabled. | | OBJECTIVE | Status: Experiment. Introduced in GitLab 15.6.

Objective issue type. Available only when feature flag okrs_mvc is enabled. | | REQUIREMENT | Requirement issue type. | | TASK | Task issue type. | | TEST_CASE | Test Case issue type. | | TICKET | Ticket issue type. |

IterationSearchableField

Fields to perform the search in.

ValueDescription
CADENCE_TITLESearch in cadence_title field.
TITLESearch in title field.

IterationSort

Iteration sort values.

ValueDescription
CADENCE_AND_DUE_DATE_ASCSort by cadence id in ascending and due date in ascending order.
CADENCE_AND_DUE_DATE_DESCSort by cadence id in ascending and due date in descending order.

IterationState

State of a GitLab iteration.

ValueDescription
allAny iteration.
closedClosed iteration.
currentCurrent iteration.
openedOpen iteration.
upcomingUpcoming iteration.

IterationWildcardId

Iteration ID wildcard values.

ValueDescription
ANYAn iteration is assigned.
CURRENTCurrent iteration.
NONENo iteration is assigned.

JobArtifactFileType

ValueDescription
ACCESSIBILITYACCESSIBILITY job artifact file type.
ANNOTATIONSANNOTATIONS job artifact file type.
API_FUZZINGAPI FUZZING job artifact file type.
ARCHIVEARCHIVE job artifact file type.
BROWSER_PERFORMANCEBROWSER PERFORMANCE job artifact file type.
CLUSTER_APPLICATIONSCLUSTER APPLICATIONS job artifact file type.
CLUSTER_IMAGE_SCANNINGCLUSTER IMAGE SCANNING job artifact file type.
COBERTURACOBERTURA job artifact file type.
CODEQUALITYCODE QUALITY job artifact file type.
CONTAINER_SCANNINGCONTAINER SCANNING job artifact file type.
COVERAGE_FUZZINGCOVERAGE FUZZING job artifact file type.
CYCLONEDXCYCLONEDX job artifact file type.
DASTDAST job artifact file type.
DEPENDENCY_SCANNINGDEPENDENCY SCANNING job artifact file type.
DOTENVDOTENV job artifact file type.
JACOCOJACOCO job artifact file type.
JUNITJUNIT job artifact file type.
LICENSE_SCANNINGLICENSE SCANNING job artifact file type.
LOAD_PERFORMANCELOAD PERFORMANCE job artifact file type.
LSIFLSIF job artifact file type.
METADATAMETADATA job artifact file type.
METRICSMETRICS job artifact file type.
METRICS_REFEREEMETRICS REFEREE job artifact file type.
NETWORK_REFEREENETWORK REFEREE job artifact file type.
PERFORMANCEPERFORMANCE job artifact file type.
REPOSITORY_XRAYREPOSITORY XRAY job artifact file type.
REQUIREMENTSREQUIREMENTS job artifact file type.
REQUIREMENTS_V2REQUIREMENTS V2 job artifact file type.
SARIFSARIF job artifact file type.
SASTSAST job artifact file type.
SECRET_DETECTIONSECRET DETECTION job artifact file type.
TERRAFORMTERRAFORM job artifact file type.
TRACETRACE job artifact file type.

LabelSearchFieldList

List of fields where the provided searchTerm should be looked up.

ValueDescription
DESCRIPTIONSearch in the label description.
TITLESearch in the label title.

LdapAdminRoleSyncStatus

All LDAP admin role sync statuses.

ValueDescription
FAILEDA sync that is failed.
NEVER_SYNCEDA sync that is never synced.
QUEUEDA sync that is queued.
RUNNINGA sync that is running.
SUCCESSFULA sync that is successful.

LicensedFeature

Licensed features that can be checked for availability on a namespace or project.

ValueDescription
ADMIN_MERGE_REQUEST_APPROVERS_RULESAdmin merge request approvers rules feature.
AGENTIC_CHATAgentic chat feature.
AGENT_MANAGED_RESOURCESAgent managed resources feature.
AI_ANALYTICSAi analytics feature.
AI_CATALOGAi catalog feature.
AI_CHATAi chat feature.
AI_CONFIG_CHATAi config chat feature.
AI_FEATURESAi features feature.
AI_WORKFLOWSAi workflows feature.
ALLOW_PERSONAL_SNIPPETSAllow personal snippets feature.
API_DISCOVERYApi discovery feature.
API_FUZZINGApi fuzzing feature.
AUDIT_EVENTSAudit events feature.
AUTO_ROLLBACKAuto rollback feature.
BLOCKED_ISSUESBlocked issues feature.
BLOCKED_WORK_ITEMSBlocked work items feature.
BLOCKING_MERGE_REQUESTSBlocking merge requests feature.
BOARD_ASSIGNEE_LISTSBoard assignee lists feature.
BOARD_ITERATION_LISTSBoard iteration lists feature.
BOARD_MILESTONE_LISTSBoard milestone lists feature.
BOARD_STATUS_LISTSBoard status lists feature.
BRANCH_RULE_SQUASH_OPTIONSBranch rule squash options feature.
BUILT_IN_PROJECT_TEMPLATES_ENABLEDBuilt in project templates enabled feature.
CI_CD_CATALOG_PUBLISH_RESTRICTIONCi cd catalog publish restriction feature.
CI_CD_PROJECTSCi cd projects feature.
CI_COMPONENT_USAGES_IN_PROJECTSCi component usages in projects feature.
CI_JOB_ANALYTICS_FOR_PROJECTSCi job analytics for projects feature.
CI_PIPELINE_CANCELLATION_RESTRICTIONSCi pipeline cancellation restrictions feature.
CI_PROJECT_SUBSCRIPTIONSCi project subscriptions feature.
CI_RUNNER_CONTROLLERSCi runner controllers feature.
CI_SECRETS_MANAGEMENTCi secrets management feature.
CLUSTER_AGENTS_CI_IMPERSONATIONCluster agents ci impersonation feature.
CLUSTER_AGENTS_USER_IMPERSONATIONCluster agents user impersonation feature.
CLUSTER_DEPLOYMENTSCluster deployments feature.
CLUSTER_IMAGE_SCANNINGCluster image scanning feature.
CLUSTER_RECEPTIVE_AGENTSCluster receptive agents feature.
CODE_OWNERSCode owners feature.
CODE_OWNER_APPROVAL_REQUIREDCode owner approval required feature.
CODE_REVIEW_ANALYTICSCode review analytics feature.
CODE_SUGGESTIONSCode suggestions feature.
COMMIT_COMMITTER_CHECKCommit committer check feature.
COMMIT_COMMITTER_NAME_CHECKCommit committer name check feature.
COMPLIANCE_FRAMEWORKCompliance framework feature.
COMPLIANCE_PIPELINE_CONFIGURATIONCompliance pipeline configuration feature.
CONFIGURABLE_WORK_ITEM_TYPESConfigurable work item types feature.
CONTAINER_REGISTRY_IMMUTABLE_TAG_RULESContainer registry immutable tag rules feature.
CONTAINER_SCANNINGContainer scanning feature.
CONTAINER_SCANNING_FOR_REGISTRYContainer scanning for registry feature.
CONTAINER_VIRTUAL_REGISTRYContainer virtual registry feature.
CONTRIBUTION_ANALYTICSContribution analytics feature.
COVERAGE_CHECK_APPROVAL_RULECoverage check approval rule feature.
COVERAGE_FUZZINGCoverage fuzzing feature.
CREDENTIALS_INVENTORYCredentials inventory feature.
CROSS_PROJECT_PIPELINESCross project pipelines feature.
CUSTOM_COMPLIANCE_FRAMEWORKSCustom compliance frameworks feature.
CUSTOM_FIELDSCustom fields feature.
CUSTOM_FILE_TEMPLATES_FOR_NAMESPACECustom file templates for namespace feature.
CUSTOM_ROLESCustom roles feature.
CYCLE_ANALYTICS_FOR_GROUPSCycle analytics for groups feature.
CYCLE_ANALYTICS_FOR_PROJECTSCycle analytics for projects feature.
DASTDast feature.
DEFAULT_PROJECT_DELETION_PROTECTIONDefault project deletion protection feature.
DEFAULT_ROLES_ASSIGNEESDefault roles assignees feature.
DELETE_UNCONFIRMED_USERSDelete unconfirmed users feature.
DEPENDENCY_FIREWALLDependency firewall feature.
DEPENDENCY_PROXY_FOR_PACKAGESDependency proxy for packages feature.
DEPENDENCY_SCANNINGDependency scanning feature.
DESCRIPTION_COMPOSERDescription composer feature.
DESCRIPTION_DIFFSDescription diffs feature.
DEVOPS_ADOPTIONDevops adoption feature.
DISABLE_DELETING_ACCOUNT_FOR_USERSDisable deleting account for users feature.
DISABLE_EXTENSIONS_MARKETPLACE_FOR_ENTERPRISE_USERSDisable extensions marketplace for enterprise users feature.
DISABLE_INVITE_MEMBERSDisable invite members feature.
DISABLE_NAME_UPDATE_FOR_USERSDisable name update for users feature.
DISABLE_PERSONAL_ACCESS_TOKENSDisable personal access tokens feature.
DISABLE_SSH_KEYSDisable ssh keys feature.
DOMAIN_VERIFICATIONDomain verification feature.
DORA4_ANALYTICSDora4 analytics feature.
EMAIL_ADDITIONAL_TEXTEmail additional text feature.
ENVIRONMENT_ALERTSEnvironment alerts feature.
EPICSEpics feature.
EPIC_COLORSEpic colors feature.
ESCALATION_POLICIESEscalation policies feature.
EVALUATE_GROUP_LEVEL_COMPLIANCE_PIPELINEEvaluate group level compliance pipeline feature.
EXPERIMENTAL_FEATURESExperimental features feature.
EXPLAIN_CODEExplain code feature.
EXPORT_USER_PERMISSIONSExport user permissions feature.
EXTERNAL_AUDIT_EVENTSExternal audit events feature.
EXTERNAL_STATUS_CHECKSExternal status checks feature.
FEATURE_FLAGS_CODE_REFERENCESFeature flags code references feature.
FEATURE_FLAGS_RELATED_ISSUESFeature flags related issues feature.
FILE_LOCKSFile locks feature.
FULL_CODEQUALITY_REPORTFull codequality report feature.
GENERATE_COMMIT_MESSAGEGenerate commit message feature.
GENERATE_DESCRIPTIONGenerate description feature.
GENERATE_TEST_FILEGenerate test file feature.
GENERIC_ALERT_FINGERPRINTINGGeneric alert fingerprinting feature.
GITHUB_INTEGRATIONGithub integration feature.
GIT_TWO_FACTOR_ENFORCEMENTGit two factor enforcement feature.
GLAB_ASK_GIT_COMMANDGlab ask git command feature.
GROUP_ACTIVITY_ANALYTICSGroup activity analytics feature.
GROUP_ALLOWED_EMAIL_DOMAINSGroup allowed email domains feature.
GROUP_BULK_EDITGroup bulk edit feature.
GROUP_CI_CD_ANALYTICS_PIPELINESGroup ci cd analytics pipelines feature.
GROUP_CI_CD_ANALYTICS_RELEASESGroup ci cd analytics releases feature.
GROUP_COVERAGE_REPORTSGroup coverage reports feature.
GROUP_FORKING_PROTECTIONGroup forking protection feature.
GROUP_IP_RESTRICTIONGroup ip restriction feature.
GROUP_LEVEL_ANALYTICS_DASHBOARDGroup level analytics dashboard feature.
GROUP_LEVEL_COMPLIANCE_ADHERENCE_REPORTGroup level compliance adherence report feature.
GROUP_LEVEL_COMPLIANCE_DASHBOARDGroup level compliance dashboard feature.
GROUP_LEVEL_COMPLIANCE_VIOLATIONS_REPORTGroup level compliance violations report feature.
GROUP_LEVEL_DEVOPS_ADOPTIONGroup level devops adoption feature.
GROUP_LEVEL_MERGE_CHECKS_SETTINGGroup level merge checks setting feature.
GROUP_MILESTONE_PROJECT_RELEASESGroup milestone project releases feature.
GROUP_PROJECT_TEMPLATESGroup project templates feature.
GROUP_PROTECTED_BRANCHESGroup protected branches feature.
GROUP_REPOSITORY_ANALYTICSGroup repository analytics feature.
GROUP_SAMLGroup saml feature.
GROUP_SAVED_REPLIESGroup saved replies feature.
GROUP_SCOPED_CI_VARIABLESGroup scoped ci variables feature.
GROUP_USAGE_BILLINGGroup usage billing feature.
GROUP_WEBHOOKSGroup webhooks feature.
GROUP_WIKISGroup wikis feature.
IDE_SCHEMA_CONFIGIde schema config feature.
INCIDENT_MANAGEMENTIncident management feature.
INCIDENT_METRIC_UPLOADIncident metric upload feature.
INCIDENT_SLAIncident sla feature.
INCIDENT_TIMELINE_VIEWIncident timeline view feature.
INCREASED_SAVED_VIEWS_LIMITIncreased saved views limit feature.
INLINE_CODEQUALITYInline codequality feature.
INSIGHTSInsights feature.
INSTANCE_LEVEL_DEVOPS_ADOPTIONInstance level devops adoption feature.
ISSUABLE_DEFAULT_TEMPLATESIssuable default templates feature.
ISSUABLE_HEALTH_STATUSIssuable health status feature.
ISSUABLE_RESOURCE_LINKSIssuable resource links feature.
ISSUES_ANALYTICSIssues analytics feature.
ISSUES_COMPLETED_ANALYTICSIssues completed analytics feature.
ISSUE_WEIGHTSIssue weights feature.
ITERATIONSIterations feature.
JIRA_ISSUES_INTEGRATIONJira issues integration feature.
JIRA_ISSUE_ASSOCIATION_ENFORCEMENTJira issue association enforcement feature.
JIRA_VULNERABILITIES_INTEGRATIONJira vulnerabilities integration feature.
KUBERNETES_CLUSTER_VULNERABILITIESKubernetes cluster vulnerabilities feature.
LICENSE_INFORMATION_SOURCELicense information source feature.
LICENSE_SCANNINGLicense scanning feature.
LINKED_ITEMS_EPICSLinked items epics feature.
MAINTENANCE_MODEMaintenance mode feature.
MCP_SERVERMcp server feature.
MEASURE_COMMENT_TEMPERATUREMeasure comment temperature feature.
MEMBER_LOCKMember lock feature.
MERGE_PIPELINESMerge pipelines feature.
MERGE_REQUEST_APPROVERSMerge request approvers feature.
MERGE_REQUEST_PERFORMANCE_METRICSMerge request performance metrics feature.
MERGE_REQUEST_TITLE_REGEX_CHECKMerge request title regex check feature.
MERGE_TRAINSMerge trains feature.
METRICS_REPORTSMetrics reports feature.
MICROSOFT_GROUP_SYNCMicrosoft group sync feature.
MILESTONE_CHARTSMilestone charts feature.
MINIMAL_ACCESS_ROLEMinimal access role feature.
MULTIPLE_ALERT_HTTP_INTEGRATIONSMultiple alert http integrations feature.
MULTIPLE_APPROVAL_RULESMultiple approval rules feature.
MULTIPLE_GROUP_ISSUE_BOARDSMultiple group issue boards feature.
MULTIPLE_ISSUE_ASSIGNEESMultiple issue assignees feature.
MULTIPLE_MERGE_REQUEST_ASSIGNEESMultiple merge request assignees feature.
MULTIPLE_MERGE_REQUEST_REVIEWERSMultiple merge request reviewers feature.
NATIVE_SECRETS_MANAGEMENTNative secrets management feature.
OBSERVABILITYObservability feature.
OIDC_CLIENT_GROUPS_CLAIMOidc client groups claim feature.
OKRSOkrs feature.
ONCALL_SCHEDULESOncall schedules feature.
OPERATIONS_DASHBOARDOperations dashboard feature.
ORBITOrbit feature.
PACKAGES_VIRTUAL_REGISTRYPackages virtual registry feature.
PACKAGE_FORWARDINGPackage forwarding feature.
PAGES_MULTIPLE_VERSIONSPages multiple versions feature.
PERSONAL_ACCESS_TOKEN_EXPIRATION_POLICYPersonal access token expiration policy feature.
PRODUCTIVITY_ANALYTICSProductivity analytics feature.
PRODUCT_ANALYTICSProduct analytics feature.
PROJECT_LEVEL_ANALYTICS_DASHBOARDProject level analytics dashboard feature.
PROJECT_LEVEL_COMPLIANCE_ADHERENCE_REPORTProject level compliance adherence report feature.
PROJECT_LEVEL_COMPLIANCE_DASHBOARDProject level compliance dashboard feature.
PROJECT_LEVEL_COMPLIANCE_VIOLATIONS_REPORTProject level compliance violations report feature.
PROJECT_MERGE_REQUEST_ANALYTICSProject merge request analytics feature.
PROJECT_QUALITY_SUMMARYProject quality summary feature.
PROJECT_SAVED_REPLIESProject saved replies feature.
PROTECTED_ENVIRONMENTSProtected environments feature.
PROTECTED_REFS_FOR_USERSProtected refs for users feature.
PUSH_RULESPush rules feature.
QUALITY_MANAGEMENTQuality management feature.
REJECT_NON_DCO_COMMITSReject non dco commits feature.
REJECT_UNSIGNED_COMMITSReject unsigned commits feature.
RELATED_EPICSRelated epics feature.
RELEASE_EVIDENCE_TEST_ARTIFACTSRelease evidence test artifacts feature.
REMOTE_DEVELOPMENTRemote development feature.
REPORT_APPROVER_RULESReport approver rules feature.
REPOSITORY_MIRRORSRepository mirrors feature.
REQUESTED_CHANGES_BLOCK_MERGE_REQUESTRequested changes block merge request feature.
REQUIREMENTSRequirements feature.
RESOURCE_ACCESS_TOKENResource access token feature.
REVIEW_MERGE_REQUESTReview merge request feature.
RUNNER_MAINTENANCE_NOTE_FOR_NAMESPACERunner maintenance note for namespace feature.
RUNNER_PERFORMANCE_INSIGHTS_FOR_NAMESPACERunner performance insights for namespace feature.
RUNNER_UPGRADE_MANAGEMENT_FOR_NAMESPACERunner upgrade management for namespace feature.
SAML_GROUP_SYNCSaml group sync feature.
SARIFSarif feature.
SASTSast feature.
SAST_ADVANCEDSast advanced feature.
SAST_CUSTOM_RULESETSSast custom rulesets feature.
SAST_FP_REDUCTIONSast fp reduction feature.
SAST_IACSast iac feature.
SCOPED_ISSUE_BOARDScoped issue board feature.
SCOPED_LABELSScoped labels feature.
SEAT_CONTROLSeat control feature.
SECRET_DETECTIONSecret detection feature.
SECRET_DETECTION_VALIDITY_CHECKSSecret detection validity checks feature.
SECRET_PUSH_PROTECTIONSecret push protection feature.
SECURITY_ATTRIBUTESSecurity attributes feature.
SECURITY_CONFIGURATION_IN_UISecurity configuration in ui feature.
SECURITY_DASHBOARDSecurity dashboard feature.
SECURITY_EXCLUSIONSSecurity exclusions feature.
SECURITY_INVENTORYSecurity inventory feature.
SECURITY_ON_DEMAND_SCANSSecurity on demand scans feature.
SECURITY_ORCHESTRATION_POLICIESSecurity orchestration policies feature.
SECURITY_SCANS_APISecurity scans api feature.
SECURITY_SCAN_PROFILESSecurity scan profiles feature.
SECURITY_TRAININGSecurity training feature.
SELF_HOSTED_MODELSSelf hosted models feature.
SEMANTIC_CODE_SEARCHSemantic code search feature.
SEND_EMAILS_FROM_ADMIN_AREASend emails from admin area feature.
SMARTCARD_AUTHSmartcard auth feature.
SSH_CERTIFICATESSsh certificates feature.
SSH_KEY_EXPIRATION_POLICYSsh key expiration policy feature.
STALE_RUNNER_CLEANUP_FOR_NAMESPACEStale runner cleanup for namespace feature.
STATUS_PAGEStatus page feature.
SUBEPICSSubepics feature.
SUGGESTED_REVIEWERSSuggested reviewers feature.
SUMMARIZE_COMMENTSSummarize comments feature.
SUMMARIZE_MR_CHANGESSummarize mr changes feature.
SUMMARIZE_NEW_MERGE_REQUESTSummarize new merge request feature.
SUMMARIZE_REVIEWSummarize review feature.
SWIMLANESSwimlanes feature.
TARGET_BRANCH_RULESTarget branch rules feature.
TROUBLESHOOT_JOBTroubleshoot job feature.
TYPE_OF_WORK_ANALYTICSType of work analytics feature.
UNIQUE_PROJECT_DOWNLOAD_LIMITUnique project download limit feature.
UNPROTECTION_RESTRICTIONSUnprotection restrictions feature.
VULNERABILITY_FINDING_SIGNATURESVulnerability finding signatures feature.
WIP_LIMITSWip limits feature.
WORK_ITEM_STATUSWork item status feature.
ZENTAO_ISSUES_INTEGRATIONZentao issues integration feature.

ListLimitMetric

List limit metric setting.

ValueDescription
all_metricsLimit list by number and total weight of issues.
issue_countLimit list by number of issues.
issue_weightsLimit list by total weight of issues.

MavenUpstreamPatternType

Pattern type for Maven upstream rules.

ValueDescription
REGEXRegular expression pattern type.
WILDCARDWildcard pattern type.

MavenUpstreamTargetCoordinate

Target coordinate for Maven upstream rules.

ValueDescription
ARTIFACT_IDArtifact ID coordinate.
GROUP_IDGroup ID coordinate.
VERSIONVersion coordinate.

MeasurementIdentifier

Possible identifier types for a measurement.

ValueDescription
GROUPSGroup count.
ISSUESIssue count.
MERGE_REQUESTSMerge request count.
PIPELINESPipeline count.
PIPELINES_CANCELEDPipeline count with canceled status.
PIPELINES_FAILEDPipeline count with failed status.
PIPELINES_SKIPPEDPipeline count with skipped status.
PIPELINES_SUCCEEDEDPipeline count with success status.
PROJECTSProject count.
USERSUser count.

MemberAccessLevel

Access level of a group or project member.

ValueDescription
DEVELOPERThe Developer role gives users access to contribute code while restricting sensitive administrative actions.
GUESTThe Guest role is for users who need visibility into a project or group but should not have the ability to make changes, such as external stakeholders.
MAINTAINERThe Maintainer role is primarily used for managing code reviews, approvals, and administrative settings for projects. This role can also manage project memberships.
MINIMAL_ACCESSThe Minimal Access role is for users who need the least amount of access into groups and projects. You can assign this role as a default, before giving a user another role with more permissions.
OWNERThe Owner role is typically assigned to the individual or team responsible for managing and maintaining the group or creating the project. This role has the highest level of administrative control, and can manage all aspects of the group or project, including managing other Owners.
PLANNERThe Planner role is suitable for team members who need to manage projects and track work items but do not need to contribute code.
REPORTERThe Reporter role is suitable for team members who need to stay informed about a project or group but do not actively contribute code.
SECURITY_MANAGERThe Security Manager role is for security team members who need to view and manage security features for the group or project.

MemberAccessLevelName

Name of access levels of a group or project member.

ValueDescription
DEVELOPERDeveloper access.
GUESTGuest access.
MAINTAINERMaintainer access.
OWNEROwner access.
PLANNERPlanner access.
REPORTERReporter access.
SECURITY_MANAGERSecurity Manager access.

MemberApprovalStatusType

Types of member approval status.

ValueDescription
APPROVEDApproved promotion request.
DENIEDDenied promotion request.
PENDINGPending promotion request.

MemberRoleAdminPermission

Member role admin permission.

ValueDescription
READ_ADMIN_CICDRead CI/CD details for runners and jobs in the Admin Area.
READ_ADMIN_GROUPSRead group details in the Admin Area.
READ_ADMIN_MONITORINGRead system information such as background migrations, health checks, and Gitaly in the Admin Area.
READ_ADMIN_PROJECTSRead project details in the Admin Area.
READ_ADMIN_SUBSCRIPTIONRead subscription details in the Admin area.
READ_ADMIN_USERSRead the user list and user details in the Admin area.

MemberRolePermission

Member role permission.

ValueDescription
ADMIN_AI_CATALOG_ITEMCreate, edit, and delete custom agents and flows in the AI catalog.
ADMIN_AI_CATALOG_ITEM_CONSUMEREnable, disable, and configure custom agents and flows from the AI catalog for a project.
ADMIN_CICD_VARIABLESCreate, read, update, and delete CI/CD variables.
ADMIN_COMPLIANCE_FRAMEWORKCreate, read, update, and delete compliance frameworks. Users with this permission can also assign a compliance framework label to a project, and set the default framework of a group.
ADMIN_GROUP_MEMBERAdd or remove users in a group, and assign roles to users. When assigning a role, users with this custom permission must select a role that has the same or fewer permissions as the default role used as the base for their custom role.
ADMIN_INTEGRATIONSCreate, read, update, and delete integrations with external applications.
ADMIN_MERGE_REQUESTAllows approval of merge requests.
ADMIN_PROTECTED_BRANCHCreate, read, update, and delete protected branches for a project.
ADMIN_PROTECTED_ENVIRONMENTSCreate, read, update, and delete protected environments.
ADMIN_PUSH_RULESConfigure push rules for repositories at the group or project level.
ADMIN_RUNNERSCreate, view, edit, and delete group or project Runners. Includes configuring Runner settings.
ADMIN_SECURITY_ATTRIBUTESManage the security categories and attributes belonging to a top-level group. Also requires the read_security_attribute permission.
ADMIN_TERRAFORM_STATEExecute terraform commands, lock/unlock terraform state files, and remove file versions.
ADMIN_VULNERABILITYEdit the status, linked issue, and severity of a vulnerability object. Also requires the read_vulnerability permission.
ADMIN_WEB_HOOKManage webhooks.
APPLY_SECURITY_SCAN_PROFILESApply security scan profiles.
ARCHIVE_PROJECTAllows archiving of projects.
DESTROY_PACKAGEDelete packages and package files in the package registry.
MANAGE_DEPLOY_TOKENSManage deploy tokens at the group or project level.
MANAGE_GROUP_ACCESS_TOKENSCreate, read, update, and delete group access tokens. When creating a token, users with this custom permission must select a role for that token that has the same or fewer permissions as the default role used as the base for the custom role.
MANAGE_MERGE_REQUEST_SETTINGSConfigure merge request settings at the group or project level. Group actions include managing merge checks and approval settings. Project actions include managing MR configurations, approval rules and settings, and branch targets. In order to enable Suggested reviewers, the "Manage project access tokens" custom permission needs to be enabled.
MANAGE_PROJECT_ACCESS_TOKENSCreate, read, update, and delete project access tokens. When creating a token, users with this custom permission must select a role for that token that has the same or fewer permissions as the default role used as the base for the custom role.
MANAGE_SECURITY_POLICY_LINKAllows linking security policy projects.
READ_ADMIN_CICDRead CI/CD details for runners and jobs in the Admin Area.
READ_ADMIN_GROUPSRead group details in the Admin Area.
READ_ADMIN_MONITORINGRead system information such as background migrations, health checks, and Gitaly in the Admin Area.
READ_ADMIN_PROJECTSRead project details in the Admin Area.
READ_ADMIN_SUBSCRIPTIONRead subscription details in the Admin area.
READ_ADMIN_USERSRead the user list and user details in the Admin area.
READ_AGENT_ARTIFACTSRead GitLab Duo Agent Platform artifacts, including audit events and session metadata, that are exposed through the agent artifacts dashboard.
READ_CODEAllows read-only access to the source code in the user interface. Does not allow users to edit or download repository archives, clone or pull repositories, view source code in an IDE, or view merge requests for private projects. You can download individual files because read-only access inherently grants the ability to make a local copy of the file.
READ_COMPLIANCE_DASHBOARDRead compliance capabilities including adherence, violations, and frameworks for groups and projects.
READ_CRM_CONTACTRead CRM contact.
READ_DEPENDENCYAllows read-only access to the dependencies and licenses.
READ_RUNNERSAllows read-only access to group or project runners, including the runner fleet dashboard.
READ_SECURITY_ATTRIBUTEAllows read-only access to the security categories and attributes that belong to a top-level group.
READ_SECURITY_SCAN_PROFILESRead security scan profiles.
READ_VIRTUAL_REGISTRYAllows read access to virtual registries at the group level. Enables users to resolve packages through the virtual registry without requiring broader group membership permissions. Only works on top level groups.
READ_VULNERABILITYRead vulnerability reports and security dashboards.
REMOVE_GROUPAbility to delete or restore a subgroup. This ability does not allow deleting top-level groups. Review the retention period settings to prevent accidental deletion.
REMOVE_PROJECTAllows deletion of projects.
UPDATE_SEC_AI_WORKFLOW_SETTINGSUpdate security AI workflow settings such as SAST Vulnerability Resolution. Also requires the read_vulnerability permission.

MemberRoleStandardPermission

Member role standard permission.

ValueDescription
ADMIN_AI_CATALOG_ITEMCreate, edit, and delete custom agents and flows in the AI catalog.
ADMIN_AI_CATALOG_ITEM_CONSUMEREnable, disable, and configure custom agents and flows from the AI catalog for a project.
ADMIN_CICD_VARIABLESCreate, read, update, and delete CI/CD variables.
ADMIN_COMPLIANCE_FRAMEWORKCreate, read, update, and delete compliance frameworks. Users with this permission can also assign a compliance framework label to a project, and set the default framework of a group.
ADMIN_GROUP_MEMBERAdd or remove users in a group, and assign roles to users. When assigning a role, users with this custom permission must select a role that has the same or fewer permissions as the default role used as the base for their custom role.
ADMIN_INTEGRATIONSCreate, read, update, and delete integrations with external applications.
ADMIN_MERGE_REQUESTAllows approval of merge requests.
ADMIN_PROTECTED_BRANCHCreate, read, update, and delete protected branches for a project.
ADMIN_PROTECTED_ENVIRONMENTSCreate, read, update, and delete protected environments.
ADMIN_PUSH_RULESConfigure push rules for repositories at the group or project level.
ADMIN_RUNNERSCreate, view, edit, and delete group or project Runners. Includes configuring Runner settings.
ADMIN_SECURITY_ATTRIBUTESManage the security categories and attributes belonging to a top-level group. Also requires the read_security_attribute permission.
ADMIN_TERRAFORM_STATEExecute terraform commands, lock/unlock terraform state files, and remove file versions.
ADMIN_VULNERABILITYEdit the status, linked issue, and severity of a vulnerability object. Also requires the read_vulnerability permission.
ADMIN_WEB_HOOKManage webhooks.
APPLY_SECURITY_SCAN_PROFILESApply security scan profiles.
ARCHIVE_PROJECTAllows archiving of projects.
DESTROY_PACKAGEDelete packages and package files in the package registry.
MANAGE_DEPLOY_TOKENSManage deploy tokens at the group or project level.
MANAGE_GROUP_ACCESS_TOKENSCreate, read, update, and delete group access tokens. When creating a token, users with this custom permission must select a role for that token that has the same or fewer permissions as the default role used as the base for the custom role.
MANAGE_MERGE_REQUEST_SETTINGSConfigure merge request settings at the group or project level. Group actions include managing merge checks and approval settings. Project actions include managing MR configurations, approval rules and settings, and branch targets. In order to enable Suggested reviewers, the "Manage project access tokens" custom permission needs to be enabled.
MANAGE_PROJECT_ACCESS_TOKENSCreate, read, update, and delete project access tokens. When creating a token, users with this custom permission must select a role for that token that has the same or fewer permissions as the default role used as the base for the custom role.
MANAGE_SECURITY_POLICY_LINKAllows linking security policy projects.
READ_AGENT_ARTIFACTSRead GitLab Duo Agent Platform artifacts, including audit events and session metadata, that are exposed through the agent artifacts dashboard.
READ_CODEAllows read-only access to the source code in the user interface. Does not allow users to edit or download repository archives, clone or pull repositories, view source code in an IDE, or view merge requests for private projects. You can download individual files because read-only access inherently grants the ability to make a local copy of the file.
READ_COMPLIANCE_DASHBOARDRead compliance capabilities including adherence, violations, and frameworks for groups and projects.
READ_CRM_CONTACTRead CRM contact.
READ_DEPENDENCYAllows read-only access to the dependencies and licenses.
READ_RUNNERSAllows read-only access to group or project runners, including the runner fleet dashboard.
READ_SECURITY_ATTRIBUTEAllows read-only access to the security categories and attributes that belong to a top-level group.
READ_SECURITY_SCAN_PROFILESRead security scan profiles.
READ_VIRTUAL_REGISTRYAllows read access to virtual registries at the group level. Enables users to resolve packages through the virtual registry without requiring broader group membership permissions. Only works on top level groups.
READ_VULNERABILITYRead vulnerability reports and security dashboards.
REMOVE_GROUPAbility to delete or restore a subgroup. This ability does not allow deleting top-level groups. Review the retention period settings to prevent accidental deletion.
REMOVE_PROJECTAllows deletion of projects.
UPDATE_SEC_AI_WORKFLOW_SETTINGSUpdate security AI workflow settings such as SAST Vulnerability Resolution. Also requires the read_vulnerability permission.

MemberRolesAccessLevel

Access level of a group or project member.

ValueDescription
DEVELOPERThe Developer role gives users access to contribute code while restricting sensitive administrative actions.
GUESTThe Guest role is for users who need visibility into a project or group but should not have the ability to make changes, such as external stakeholders.
MAINTAINERThe Maintainer role is primarily used for managing code reviews, approvals, and administrative settings for projects. This role can also manage project memberships.
MINIMAL_ACCESSThe Minimal Access role is for users who need the least amount of access into groups and projects. You can assign this role as a default, before giving a user another role with more permissions.
PLANNERThe Planner role is suitable for team members who need to manage projects and track work items but do not need to contribute code.
REPORTERThe Reporter role is suitable for team members who need to stay informed about a project or group but do not actively contribute code.
SECURITY_MANAGERThe Security Manager role is for security team members who need to view and manage security features for the group or project.

MemberRolesOrderBy

Values for ordering member roles by a specific field.

ValueDescription
CREATED_ATOrdered by creation time.
IDOrdered by id.
NAMEOrdered by name.

MemberSort

Values for sorting members.

ValueDescription
ACCESS_LEVEL_ASCAccess level ascending order.
ACCESS_LEVEL_DESCAccess level descending order.
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
UPDATED_ASCUpdated at ascending order.
UPDATED_DESCUpdated at descending order.
USER_FULL_NAME_ASCUser's full name ascending order.
USER_FULL_NAME_DESCUser's full name descending order.
created_ascDeprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead.
created_descDeprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead.
updated_ascDeprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead.
updated_descDeprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead.

MergeRequestNewState

New state to apply to a merge request.

ValueDescription
CLOSEDClose the merge request if it is open.
OPENOpen the merge request if it is closed.

MergeRequestReviewState

State of a review of a GitLab merge request.

ValueDescription
APPROVEDMerge request reviewer has approved the changes.
REQUESTED_CHANGESMerge request reviewer has requested changes.
REVIEWEDMerge request reviewer has reviewed.
REVIEW_STARTEDMerge request reviewer has started a review.
UNAPPROVEDMerge request reviewer removed their approval of the changes.
UNREVIEWEDAwaiting review from merge request reviewer.

MergeRequestSort

Values for sorting merge requests.

ValueDescription
CLOSED_AT_ASCClosed time by ascending order.
CLOSED_AT_DESCClosed time by descending order.
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
LABEL_PRIORITY_ASCLabel priority by ascending order.
LABEL_PRIORITY_DESCLabel priority by descending order.
MERGED_AT_ASCMerge time by ascending order.
MERGED_AT_DESCMerge time by descending order.
MILESTONE_DUE_ASCMilestone due date by ascending order.
MILESTONE_DUE_DESCMilestone due date by descending order.
POPULARITY_ASCNumber of upvotes (awarded "thumbs up" emoji) by ascending order.
POPULARITY_DESCNumber of upvotes (awarded "thumbs up" emoji) by descending order.
PRIORITY_ASCPriority by ascending order.
PRIORITY_DESCPriority by descending order.
TITLE_ASCTitle by ascending order.
TITLE_DESCTitle by descending order.
UPDATED_ASCUpdated at ascending order.
UPDATED_DESCUpdated at descending order.
created_ascDeprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead.
created_descDeprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead.
updated_ascDeprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead.
updated_descDeprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead.

MergeRequestState

State of a GitLab merge request.

ValueDescription
allAll available.
closedIn closed state.
lockedDiscussion has been locked.
mergedMerge request has been merged.
openedOpened merge request.

MergeRequestWorkItemLinkType

Type of relationship between a merge request and a work item.

ValueDescription
CLOSESWork item will be closed when the merge request is merged.
MENTIONEDWork item is mentioned in the merge request but will not be closed.
RELATEDWork item is related to the merge request but will not be closed.

MergeRequestsDashboardListType

Values for merge request dashboard list type.

ValueDescription
ACTION_BASEDAction based list rendering.
ROLE_BASEDRole based list rendering.

MergeStatus

Representation of whether a GitLab merge request can be merged.

ValueDescription
CANNOT_BE_MERGEDThere are conflicts between the source and target branches.
CANNOT_BE_MERGED_RECHECKCurrently unchecked. The previous state was CANNOT_BE_MERGED.
CAN_BE_MERGEDThere are no conflicts between the source and target branches.
CHECKINGCurrently checking for mergeability.
UNCHECKEDMerge status has not been checked.

MergeStrategyEnum

ValueDescription
ADD_TO_MERGE_TRAIN_WHEN_CHECKS_PASSUse the add_to_merge_train_when_checks_pass merge strategy.
MERGE_TRAINUse the merge_train merge strategy.
MERGE_WHEN_CHECKS_PASSUse the merge_when_checks_pass merge strategy.

MergeTrainEnforcement

Merge train enforcement levels for a project.

ValueDescription
ALLOW_BYPASSUsers with permission to merge can bypass the merge train through the UI or API.
ENFORCE_FOR_ALL_USERSAll merge requests must go through the merge train. The merge train cannot be bypassed.
ENFORCE_WITH_OWNER_OVERRIDEAll merge requests must go through the merge train. Owners and administrators can bypass the merge train for individual merge requests.

MergeTrainStatus

ValueDescription
ACTIVEActive merge train.
COMPLETEDCompleted merge train.

MergeabilityCheckIdentifier

Representation of mergeability check identifier.

ValueDescription
CI_MUST_PASSChecks whether CI has passed.
COMMITS_STATUSChecks source branch exists and contains commits.
CONFLICTChecks whether the merge request has a conflict.
DISCUSSIONS_NOT_RESOLVEDChecks whether the merge request has open discussions.
DRAFT_STATUSChecks whether the merge request is draft.
JIRA_ASSOCIATION_MISSINGChecks whether the title or description references a Jira issue.
LOCKED_LFS_FILESChecks whether the merge request contains locked LFS files that are locked by users other than the merge request author.
LOCKED_PATHSChecks whether the merge request contains locked paths.
MERGE_REQUEST_BLOCKEDChecks whether the merge request is blocked.
MERGE_TIMEChecks whether the merge is blocked due to a scheduled merge time.
NEED_REBASEChecks whether the merge request needs to be rebased.
NOT_APPROVEDChecks whether the merge request is approved.
NOT_OPENChecks whether the merge request is open.
REQUESTED_CHANGESChecks whether the merge request has changes requested.
SECURITY_POLICY_PIPELINE_CHECKChecks whether all pipelines have passed when security policies are configured.
SECURITY_POLICY_VIOLATIONSChecks whether the security policies are satisfied.
STATUS_CHECKS_MUST_PASSChecks whether the external status checks pass.
TITLE_REGEXChecks whether the title matches the expected regex.

MergeabilityCheckStatus

Representation of whether a mergeability check passed, checking, failed or is inactive.

ValueDescription
CHECKINGMergeability check is being checked.
FAILEDMergeability check has failed. The merge request cannot be merged.
INACTIVEMergeability check is disabled via settings.
SUCCESSMergeability check has passed.
WARNINGMergeability check has passed with a warning.

MilestoneSort

Values for sorting milestones.

ValueDescription
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
DUE_DATE_ASCMilestone due date by ascending order.
DUE_DATE_DESCMilestone due date by descending order.
EXPIRED_LAST_DUE_DATE_ASCGroup milestones in the order: non-expired milestones with due dates, non-expired milestones without due dates and expired milestones then sort by due date in ascending order.
EXPIRED_LAST_DUE_DATE_DESCGroup milestones in the order: non-expired milestones with due dates, non-expired milestones without due dates and expired milestones then sort by due date in descending order.
UPDATED_ASCUpdated at ascending order.
UPDATED_DESCUpdated at descending order.
created_ascDeprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead.
created_descDeprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead.
updated_ascDeprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead.
updated_descDeprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead.

MilestoneStateEnum

Current state of milestone.

ValueDescription
activeMilestone is currently active.
closedMilestone is closed.

MilestoneWildcardId

Milestone ID wildcard values.

ValueDescription
ANYMilestone is assigned.
NONENo milestone is assigned.
STARTEDMilestone assigned is open and started (overlaps current date). This differs from the behavior in the REST API implementation.
UPCOMINGMilestone assigned starts in the future (start date > today). This differs from the behavior in the REST API implementation.

MlModelVersionsOrderBy

Field names for ordering machine learning model versions.

ValueDescription
CREATED_ATOrdered by creation time.
IDOrdered by id.
VERSIONOrdered by name.

MlModelsOrderBy

Values for ordering machine learning models by a specific field.

ValueDescription
CREATED_ATOrdered by creation time.
IDOrdered by id.
NAMEOrdered by name.
UPDATED_ATOrdered by update time.

MoveType

The position to which the adjacent object should be moved.

ValueDescription
afterAdjacent object is moved after the object that is being moved.
beforeAdjacent object is moved before the object that is being moved.

MutationOperationMode

Different toggles for changing mutator behavior.

ValueDescription
APPENDPerforms an append operation.
REMOVEPerforms a removal operation.
REPLACEPerforms a replace operation.

NamespaceClusterAgentFilter

Possible filter types for remote development cluster agents in a namespace.

ValueDescription
ALLAll cluster agents in the namespace that can be used for hosting worksapces.
AVAILABLECluster agents in the namespace that can be used for hosting workspaces.
DIRECTLY_MAPPEDCluster agents that are directly mapped to the given namespace.
UNMAPPEDCluster agents within a namespace that are not directly mapped to it.

NamespaceProjectSort

Values for sorting projects.

ValueDescription
ACTIVITY_DESCSort by latest activity, descending order.
BUILD_ARTIFACTS_SIZE_ASCSort by total build artifact size, ascending order.
BUILD_ARTIFACTS_SIZE_DESCSort by total build artifact size, descending order.
CONTAINER_REGISTRY_SIZE_ASCSort by total container registry size, ascending order.
CONTAINER_REGISTRY_SIZE_DESCSort by total container registry size, descending order.
EXCESS_REPO_STORAGE_SIZE_DESCSort by excess repository storage size, descending order.
FULL_PATH_ASCSort by full path, ascending order.
FULL_PATH_DESCSort by full path, descending order.
LFS_OBJECTS_SIZE_ASCSort by total LFS object size, ascending order.
LFS_OBJECTS_SIZE_DESCSort by total LFS object size, descending order.
PACKAGES_SIZE_ASCSort by total package size, ascending order.
PACKAGES_SIZE_DESCSort by total package size, descending order.
PATH_ASCSort by path, ascending order.
PATH_DESCSort by path, descending order.
REPOSITORY_SIZE_ASCSort by total repository size, ascending order.
REPOSITORY_SIZE_DESCSort by total repository size, descending order.
SIMILARITYMost similar to the search query.
SNIPPETS_SIZE_ASCSort by total snippet size, ascending order.
SNIPPETS_SIZE_DESCSort by total snippet size, descending order.
STORAGE_SIZE_ASCSort by total storage size, ascending order.
STORAGE_SIZE_DESCSort by total storage size, descending order.
WIKI_SIZE_ASCSort by total wiki size, ascending order.
WIKI_SIZE_DESCSort by total wiki size, descending order.

NegatedIterationWildcardId

Negated Iteration ID wildcard values.

ValueDescription
CURRENTCurrent iteration.

NegatedMilestoneWildcardId

Negated Milestone ID wildcard values.

ValueDescription
STARTEDMilestone assigned is open and yet to be started (start date > today).
UPCOMINGMilestone assigned is open but starts in the past (start date <= today). This differs from the behavior in the REST API implementation.

NotesFilterType

Work item notes collection type.

ValueDescription
ALL_NOTESShow all activity.
ONLY_ACTIVITYShow history only.
ONLY_COMMENTSShow comments only.

OncallRotationUnitEnum

Rotation length unit of an on-call rotation.

ValueDescription
DAYSDays.
HOURSHours.
WEEKSWeeks.

OpenTelemetryMetricType

Enum defining the type of OpenTelemetry metric.

ValueDescription
EXPONENTIAL_HISTOGRAM_TYPEExponential Histogram Type type.
GAUGE_TYPEGauge Type type.
HISTOGRAM_TYPEHistogram Type type.
SUM_TYPESum Type type.

OrganizationClusterAgentFilter

Possible filter types for remote development cluster agents in an organization.

ValueDescription
ALLAll cluster agents in the organization that can be used for hosting workspaces.
DIRECTLY_MAPPEDCluster agents that are directly mapped to the given organization.

OrganizationGroupProjectDisplay

Default list view for organization groups and projects.

ValueDescription
GROUPSStatus: Experiment. Introduced in GitLab 17.2.

Display organization groups list. | | PROJECTS | Status: Experiment. Introduced in GitLab 17.2.

Display organization projects list. |

OrganizationGroupProjectSort

Values for sorting organization groups and projects.

ValueDescription
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
NAME_ASCStatus: Experiment. Introduced in GitLab 17.2.

Name ascending order. | | NAME_DESC | Status: Experiment. Introduced in GitLab 17.2.

Name descending order. | | UPDATED_ASC | Updated at ascending order. | | UPDATED_DESC | Updated at descending order. | | created_asc | Deprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead. | | created_desc | Deprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead. | | updated_asc | Deprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead. | | updated_desc | Deprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead. |

OrganizationSort

Values for sorting organizations.

ValueDescription
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
DEFAULT_RATE_ASCDefault Rate in ascending order.
DEFAULT_RATE_DESCDefault Rate in descending order.
DESCRIPTION_ASCDescription in ascending order.
DESCRIPTION_DESCDescription in descending order.
NAME_ASCName in ascending order.
NAME_DESCName in descending order.
UPDATED_ASCUpdated at ascending order.
UPDATED_DESCUpdated at descending order.
created_ascDeprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead.
created_descDeprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead.
updated_ascDeprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead.
updated_descDeprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead.

OrganizationState

State of an organization.

ValueDescription
ACTIVEStatus: Experiment. Introduced in GitLab 19.0.

Active organization. | | CONFIRMED | Status: Experiment. Introduced in GitLab 19.0.

Confirmed organization. | | DELETION_IN_PROGRESS | Status: Experiment. Introduced in GitLab 19.0.

Deletion In Progress organization. | | READ_ONLY | Status: Experiment. Introduced in GitLab 19.2.

Read Only organization. | | READ_ONLY_INITIALIZATION | Status: Experiment. Introduced in GitLab 19.2.

Read Only Initialization organization. | | SOFT_DELETED | Status: Experiment. Introduced in GitLab 19.0.

Soft Deleted organization. | | UNCONFIRMED | Status: Experiment. Introduced in GitLab 19.0.

Unconfirmed organization. |

OrganizationUserAccessLevel

Access level of an organization user.

ValueDescription
DEFAULTStatus: Experiment. Introduced in GitLab 16.11.

Guest access. | | OWNER | Status: Experiment. Introduced in GitLab 16.11.

Owner access. |

OrganizationVisibility

Visibilities available to an organization.

ValueDescription
privatePrivate visibility.
publicPublic visibility.

PackageDependencyType

ValueDescription
BUNDLE_DEPENDENCIESbundleDependencies dependency type.
DEPENDENCIESdependencies dependency type.
DEV_DEPENDENCIESdevDependencies dependency type.
PEER_DEPENDENCIESpeerDependencies dependency type.

PackageGroupSort

Values for sorting group packages.

ValueDescription
CREATED_ASCOrdered by created_at in ascending order.
CREATED_DESCOrdered by created_at in descending order.
NAME_ASCOrdered by name in ascending order.
NAME_DESCOrdered by name in descending order.
PROJECT_PATH_ASCOrdered by project path in ascending order.
PROJECT_PATH_DESCOrdered by project path in descending order.
TYPE_ASCOrdered by type in ascending order.
TYPE_DESCOrdered by type in descending order.
VERSION_ASCOrdered by version in ascending order.
VERSION_DESCOrdered by version in descending order.

PackageManager

Values for package manager.

ValueDescription
APKPackage manager: apk.
BUNDLERPackage manager: bundler.
CARGOPackage manager: cargo.
COMPOSERPackage manager: composer.
CONANPackage manager: conan.
CONDAPackage manager: conda.
GOPackage manager: go.
GRADLEPackage manager: gradle.
MAVENPackage manager: maven.
NPMPackage manager: npm.
NUGETPackage manager: nuget.
PIPPackage manager: pip.
PIPENVPackage manager: pipenv.
PNPMPackage manager: pnpm.
POETRYPackage manager: poetry.
PUBPackage manager: pub.
SBTPackage manager: sbt.
SETUPTOOLSPackage manager: setuptools.
YARNPackage manager: yarn.

PackageMetadataAdvisorySource

Source of the package metadata advisory.

ValueDescription
GLADAdvisory from glad.
TRIVY_DBAdvisory from trivy-db.

PackageSort

Values for sorting package.

ValueDescription
CREATED_ASCOrdered by created_at in ascending order.
CREATED_DESCOrdered by created_at in descending order.
NAME_ASCOrdered by name in ascending order.
NAME_DESCOrdered by name in descending order.
TYPE_ASCOrdered by type in ascending order.
TYPE_DESCOrdered by type in descending order.
VERSION_ASCOrdered by version in ascending order.
VERSION_DESCOrdered by version in descending order.

PackageStatus

ValueDescription
DEFAULTPackages with a default status.
DEPRECATEDPackages with a deprecated status.
ERRORPackages with a error status.
HIDDENPackages with a hidden status.
PENDING_DESTRUCTIONPackages with a pending_destruction status.
PROCESSINGPackages with a processing status.

PackageTypeEnum

ValueDescription
CARGOPackages from the Cargo package manager.
COMPOSERPackages from the Composer package manager.
CONANPackages from the Conan package manager.
DEBIANPackages from the Debian package manager.
GENERICPackages from the Generic package manager.
GOLANGPackages from the Golang package manager.
HELMPackages from the Helm package manager.
MAVENPackages from the Maven package manager.
ML_MODELPackages from the Ml_model package manager.
NPMPackages from the npm package manager.
NUGETPackages from the Nuget package manager.
PYPIPackages from the PyPI package manager.
RPMPackages from the Rpm package manager.
RUBYGEMSPackages from the Rubygems package manager.
TERRAFORM_MODULEPackages from the Terraform Module package manager.

PackagesCleanupKeepDuplicatedPackageFilesEnum

ValueDescription
ALL_PACKAGE_FILESValue to keep all package files.
FIFTY_PACKAGE_FILESValue to keep 50 package files.
FORTY_PACKAGE_FILESValue to keep 40 package files.
ONE_PACKAGE_FILEValue to keep 1 package files.
TEN_PACKAGE_FILESValue to keep 10 package files.
THIRTY_PACKAGE_FILESValue to keep 30 package files.
TWENTY_PACKAGE_FILESValue to keep 20 package files.

PackagesProtectionRuleAccessLevel

Access level of a package protection rule resource.

ValueDescription
ADMINAdmin access.
MAINTAINERMaintainer access.
OWNEROwner access.

PackagesProtectionRuleAccessLevelForDelete

Access level for the deletion of a package protection rule resource.

ValueDescription
ADMINAdmin access. Available only when feature flag packages_protected_packages_delete is enabled.
OWNEROwner access. Available only when feature flag packages_protected_packages_delete is enabled.

PackagesProtectionRulePackageType

Package type of a package protection rule resource.

ValueDescription
CONANPackages of the Conan format.
GENERICPackages of the Generic format.
HELMPackages of the Helm format.
MAVENPackages of the Maven format.
NPMPackages of the npm format.
NUGETPackages of the NuGet format.
PYPIPackages of the PyPI format.
TERRAFORM_MODULEPackages of the Terraform module format.

PermissionBoundary

Type of resource that the permission can be applied to.

ValueDescription
GROUPGroup.
INSTANCEInstance.
PROJECTProject.
USERUser.

PipelineAnalyticsJobStatus

ValueDescription
ANYJobs with any status.
FAILEDJob that failed.
OTHERJob that was canceled or skipped.
SUCCESSJob that succeeded.

PipelineConfigSourceEnum

ValueDescription
AUTO_DEVOPS_SOURCEAuto DevOps source.
BRIDGE_SOURCEBridge source.
COMPLIANCE_SOURCECompliance source.
EXTERNAL_PROJECT_SOURCEExternal project source.
PARAMETER_SOURCEParameter source.
PIPELINE_EXECUTION_POLICY_FORCEDPipeline execution policy forced.
REMOTE_SOURCERemote source.
REPOSITORY_SOURCERepository source.
SECURITY_POLICIES_DEFAULT_SOURCESecurity policies default source.
SECURITY_SCAN_PROFILES_SOURCESecurity scan profiles source.
UNKNOWN_SOURCEUnknown source.
WEBIDE_SOURCEWebide source.

PipelineMergeRequestEventType

Event type of the pipeline associated with a merge request.

ValueDescription
DETACHEDPipeline run on the changes in the merge request source branch.
MERGED_RESULTPipeline run on the changes from the source branch combined with the target branch.
MERGE_TRAINPipeline ran as part of a merge train.

PipelineScheduleSort

Values for sorting pipeline schedules.

ValueDescription
CREATED_AT_ASCSort pipeline schedules by created date in ascending order.
CREATED_AT_DESCSort pipeline schedules by created date in descending order.
DESCRIPTION_ASCSort pipeline schedules by description in ascending order.
DESCRIPTION_DESCSort pipeline schedules by description in descending order.
ID_ASCSort pipeline schedules by ID in ascending order.
ID_DESCSort pipeline schedules by ID in descending order.
NEXT_RUN_AT_ASCSort pipeline schedules by next run in ascending order.
NEXT_RUN_AT_DESCSort pipeline schedules by next run in descending order.
REF_ASCSort pipeline schedules by target in ascending order.
REF_DESCSort pipeline schedules by target in descending order.
UPDATED_AT_ASCSort pipeline schedules by updated date in ascending order.
UPDATED_AT_DESCSort pipeline schedules by updated date in descending order.

PipelineScheduleStatus

ValueDescription
ACTIVEActive pipeline schedules.
INACTIVEInactive pipeline schedules.

PipelineScopeEnum

ValueDescription
BRANCHESBranches.
FINISHEDPipeline has completed.
PENDINGPipeline has not started running yet.
RUNNINGPipeline is running.
TAGSTags.

PipelineSecurityReportFindingSort

Pipeline security report finding sort values.

ValueDescription
severity_ascSeverity in ascending order.
severity_descSeverity in descending order.

PipelineStatusEnum

ValueDescription
CANCELEDPipeline was canceled before completion.
CANCELINGPipeline is in the process of canceling.
CREATEDPipeline has been created.
FAILEDAt least one stage of the pipeline failed.
MANUALPipeline needs to be manually started.
PENDINGPipeline has not started running yet.
PREPARINGPipeline is preparing to run.
RUNNINGPipeline is running.
SCHEDULEDPipeline is scheduled to run.
SKIPPEDPipeline was skipped.
SUCCESSPipeline completed successfully.
WAITING_FOR_CALLBACKPipeline is waiting for an external action.
WAITING_FOR_RESOURCEA resource (for example, a runner) that the pipeline requires to run is unavailable.

PipelineVariablesDefaultRoleType

Pipeline variables minimum override roles.

ValueDescription
DEVELOPERDeveloper.
MAINTAINERMaintainer.
NO_ONE_ALLOWEDNo one allowed.
OWNEROwner.

PolicyEnforcementType

ValueDescription
ENFORCERepresents an enforced policy type.
WARNRepresents a warn mode policy type.

PolicyProjectCreatedStatus

Types of security policy project created status.

ValueDescription
ERRORCreating the security policy project failed.
SUCCESSCreating the security policy project was successful.

PolicyScheduleTestRunState

State of a policy schedule test run.

ValueDescription
COMPLETETest run completed successfully.
FAILEDTest run failed.
PENDINGTest run is pending and waiting for pipeline creation.
RUNNINGTest run is in progress.

PolicyScopeMatchMode

Specifies how multiple policy scope conditions are combined.

ValueDescription
ALLAll specified conditions must match (AND logic). This is the default behavior.
ANYAt least one specified condition must match (OR logic).

PolicyStatus

Lists the status of a virtual registry cleanup policy.

ValueDescription
FAILEDCleanup policy status failed.
RUNNINGCleanup policy status running.
SCHEDULEDCleanup policy status scheduled.

PolicyType

ValueDescription
APPROVAL_POLICYApproval policy.
DEPENDENCY_FIREWALL_POLICYStatus: Experiment. Introduced in GitLab 19.0.

Dependency firewall policy. | | PIPELINE_EXECUTION_POLICY | Pipeline execution policy. | | PIPELINE_EXECUTION_SCHEDULE_POLICY | Pipeline execution schedule policy. | | SCAN_EXECUTION_POLICY | Scan execution policy. | | VULNERABILITY_MANAGEMENT_POLICY | Vulnerability management policy. |

PolicyViolationErrorType

ValueDescription
ARTIFACTS_MISSINGRepresents error which occurs when pipeline is misconfigured and does not include necessary artifacts to evaluate a policy.
SCAN_NOT_SUCCEEDEDRepresents error which occurs when a security scan job did not complete successfully (e.g., was canceled or failed), preventing policy evaluation.
SCAN_REMOVEDRepresents mismatch between the scans of the source and target pipelines.
UNKNOWNRepresents unknown error.

PolicyViolationStatus

ValueDescription
FAILEDRepresents a failed policy violation.
RUNNINGRepresents a running policy violation.
SKIPPEDRepresents a skipped policy violation.
WARNINGRepresents a policy violation warning.

PolicyViolations

ValueDescription
DISMISSED_IN_MRDismissed in Merge request bypass reason.

PrincipalType

Types of principal that can have secrets permissions.

ValueDescription
GROUPgroup.
MEMBER_ROLEmember role.
ROLEpredefined role.
USERuser.

ProjectArchived

Values for the archived argument.

ValueDescription
EXCLUDEExclude archived projects.
INCLUDEInclude archived projects.
ONLYOnly archived projects.

ProjectComplianceControlStatus

Compliance status of the project control.

ValueDescription
FAILFail.
PASSPass.
PENDINGPending.

ProjectComplianceRequirementStatusOrderBy

Values for order_by field for project requirement statuses.

ValueDescription
FRAMEWORKOrder by frameworks.
PROJECTOrder by projects.
REQUIREMENTOrder by requirements.

ProjectFeatureAccessLevel

Access level of a project feature.

ValueDescription
DISABLEDNot enabled for anyone.
ENABLEDEnabled for everyone able to access the project.
PRIVATEEnabled only for team members.

ProjectMemberRelation

Project member relation.

ValueDescription
DESCENDANTSDescendants members.
DIRECTDirect members.
INHERITEDInherited members.
INVITED_GROUPSInvited Groups members.
SHARED_INTO_ANCESTORSShared Into Ancestors members.

ProjectSecretsManagerStatus

Values for the project secrets manager status.

ValueDescription
ACTIVESecrets manager has been provisioned and enabled.
DEPROVISIONINGSecrets manager is being deprovisioned.
PROVISIONINGSecrets manager is being provisioned.

ProjectSort

Values for sorting projects.

ValueDescription
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
ID_ASCID by ascending order.
ID_DESCID by descending order.
LATEST_ACTIVITY_ASCLatest activity by ascending order.
LATEST_ACTIVITY_DESCLatest activity by descending order.
NAME_ASCName by ascending order.
NAME_DESCName by descending order.
PATH_ASCPath by ascending order.
PATH_DESCPath by descending order.
STARS_ASCStars by ascending order.
STARS_DESCStars by descending order.
STORAGE_SIZE_ASCStorage size by ascending order.
STORAGE_SIZE_DESCStorage size by descending order.
UPDATED_ASCUpdated at ascending order.
UPDATED_DESCUpdated at descending order.
created_ascDeprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead.
created_descDeprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead.
updated_ascDeprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead.
updated_descDeprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead.

ProjectTrackedContext

The context type of the tracked context.

ValueDescription
BRANCHBranch type.
TAGTag type.

PromptInjectionProtectionLevel

Values for prompt injection protection for a namespace.

ValueDescription
INTERRUPTScan and block detected prompt injection attempts.
LOG_ONLYScan and log results, but do not block requests.
NO_CHECKSTurn off scanning entirely. No prompt data is sent to third-party services.

ReachabilityType

Dependency reachability status.

ValueDescription
IN_USEDependency is imported and in use.
NOT_FOUNDDependency is not in use.
UNKNOWNDependency reachability status is not available.

RefType

Type of ref.

ValueDescription
HEADSRef type for branches.
TAGSRef type for tags.

RegistryState

State of a Geo registry.

ValueDescription
FAILEDRegistry that failed to sync.
PENDINGRegistry waiting to be synced.
STARTEDRegistry currently syncing.
SYNCEDRegistry that is synced.

RelationshipType

Relationship of the policies to resync.

ValueDescription
DIRECTPolicies defined for the project/group only.
INHERITEDPolicies defined for the project/group and ancestor groups.

RelativePositionType

The position to which the object should be moved.

ValueDescription
AFTERObject is moved after an adjacent object.
BEFOREObject is moved before an adjacent object.

ReleaseAssetLinkType

Type of the link: other, runbook, image, package.

ValueDescription
IMAGEImage link type.
OTHEROther link type.
PACKAGEPackage link type.
RUNBOOKRunbook link type.

ReleaseSort

Values for sorting releases.

ValueDescription
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
RELEASED_AT_ASCReleased at by ascending order.
RELEASED_AT_DESCReleased at by descending order.

ReleaseTagWildcardId

Release tag ID wildcard values.

ValueDescription
ANYRelease tag is assigned.
NONENo release tag is assigned.

ReplicationStateEnum

ValueDescription
FAILEDReplication process finished but failed.
PENDINGReplication process has not started.
STARTEDReplication process is in progress.
SYNCEDReplication process finished successfully.

RequirementState

State of a requirement.

ValueDescription
ARCHIVEDArchived requirement.
OPENEDOpen requirement.

RequirementStatusFilter

Status of a requirement based on last test report.

ValueDescription
FAILEDFailed test report.
MISSINGRequirements without any test report.
PASSEDPassed test report.

ResourceGroupsProcessMode

Process mode for resource groups.

ValueDescription
NEWEST_FIRSTNewest first.
NEWEST_READY_FIRSTNewest ready first.
OLDEST_FIRSTOldest first.
UNORDEREDUnordered.

ReviewerWildcardId

Reviewer ID wildcard values.

ValueDescription
ANYAny reviewer is assigned.
NONENo reviewer is assigned.

RiskRating

Risk rating levels based on score ranges.

ValueDescription
CRITICALCritical risk (76–100).
HIGHHigh risk (51–75).
LOWLow risk (0–25).
MEDIUMMedium risk (26–50).
UNKNOWNUnknown risk level.

SastUiComponentSize

Size of UI component in SAST configuration page.

ValueDescription
LARGESize of UI component in SAST configuration page is large.
MEDIUMSize of UI component in SAST configuration page is medium.
SMALLSize of UI component in SAST configuration page is small.

SbomSourceType

Values for sbom source types.

ValueDescription
CONTAINER_SCANNINGSource Type: container_scanning.
CONTAINER_SCANNING_FOR_REGISTRYSource Type: container_scanning_for_registry.
DEPENDENCY_SCANNINGSource Type: dependency_scanning.
NIL_SOURCEEnum source nil.

ScanModeEnum

Options for filtering by scan mode.

ValueDescription
ALLReturn results from all scans.
FULLReturn results from full scans.
PARTIALReturn results from partial scans.

ScanProfileStatus

Computed display status for a scan profile.

ValueDescription
ACTIVEScans succeeding and not stale.
FAILED3+ consecutive scan failures.
NOT_CONFIGUREDProfile is not applied for the scan type.
PENDINGProfile is attached but no scan has completed yet.
STALENo scan activity in 90 days.
WARNINGFewer than 3 consecutive scan failures.

ScanProfileTriggerType

Scan profile trigger type.

ValueDescription
DEFAULT_BRANCH_PIPELINEDefault branch pipeline.
GIT_PUSH_EVENTGit push event.
MERGE_REQUEST_PIPELINEMerge request pipeline.
SBOM_INGESTEDStatus: Experiment. Introduced in GitLab 19.2.

SBOM ingested. |

ScanStatus

The status of the security scan.

ValueDescription
CREATEDThe scan has been created.
JOB_FAILEDThe related CI build failed.
PREPARATION_FAILEDReport couldn't be prepared.
PREPARINGPreparing the report for the scan.
PURGEDReport for the scan has been removed from the database.
REPORT_ERRORThe report artifact provided by the CI build couldn't be parsed.
SUCCEEDEDThe report has been successfully prepared.

SearchLevel

Level of search.

ValueDescription
GLOBALGlobal search including all groups and projects.
GROUPGroup search.
PROJECTProject search.

SearchType

Type of search.

ValueDescription
ADVANCEDAdvanced search.
BASICBasic search.
ZOEKTExact code search.

SecretRotationStatus

Status of secret rotation.

ValueDescription
APPROACHINGRotation is due within 7 days.
OKRotation is not due soon.
OVERDUERotation is overdue (reminder was sent).

SecretStatus

Status of secret.

ValueDescription
COMPLETEDSecret is complete.
CREATE_IN_PROGRESSSecret creation is in progress.
CREATE_STALESecret creation appears stale (started long ago or missing completion timestamp).
UPDATE_IN_PROGRESSSecret update is in progress.
UPDATE_STALESecret update appears stale (started long ago or missing completion timestamp).

SecretsManagementAction

Actions that can be performed on secrets.

ValueDescription
DELETEDelete secrets.
READRead secrets.
WRITECreate and update secrets.

SecretsManagerEntitlementBlockedReason

Reason a Secrets Manager entitlement is blocked.

ValueDescription
CREDITS_EXHAUSTEDStatus: Experiment. Introduced in GitLab 19.2.

No trial credits remain. | | GRACE | Status: Experiment. Introduced in GitLab 19.2.

Subscription has expired; access is read-only during the grace window. | | ON_DEMAND_DISABLED | Status: Experiment. Introduced in GitLab 19.2.

On-demand purchasing is disabled for the namespace. | | SUBSCRIPTION_GRACE_PERIOD_EXPIRED | Status: Experiment. Introduced in GitLab 19.2.

Subscription is expired and the grace window has elapsed. | | TRIAL_EXPIRED | Status: Experiment. Introduced in GitLab 19.2.

Trial period has ended. |

SecretsManagerEntitlementState

State of a Secrets Manager entitlement for a top-level group.

ValueDescription
BLOCKEDStatus: Experiment. Introduced in GitLab 19.2.

Entitlement is blocked; see blockedReason for the cause. | | INELIGIBLE | Status: Experiment. Introduced in GitLab 19.2.

Not eligible for Secrets Manager. | | OFFLINE_PAID | Status: Experiment. Introduced in GitLab 19.2.

Paid subscription on an offline-licensed self-managed install. | | PAID | Status: Experiment. Introduced in GitLab 19.2.

Paid subscription on a SaaS or online-cloud-licensed self-managed install. | | TRIAL | Status: Experiment. Introduced in GitLab 19.2.

Active trial. | | TRIAL_ELIGIBLE | Status: Experiment. Introduced in GitLab 19.2.

Eligible to start a trial. |

SecurityAttributeBulkUpdateMode

Mode for bulk updating security attributes.

ValueDescription
ADDAdd attributes to projects (keeps existing attributes).
REMOVERemove attributes from projects.
REPLACEReplace all existing attributes with the specified attributes.

SecurityCategoryEditableState

Editable state for security categories and attributes.

ValueDescription
EDITABLEEditable state.
EDITABLE_ATTRIBUTESEditable attributes state.
LOCKEDLocked state.

SecurityCategoryTemplateType

Template type for predefined security categories.

ValueDescription
APPLICATIONApplication category.
BUSINESS_IMPACTBusiness impact category.
BUSINESS_UNITBusiness unit category.
EXPOSUREExposure category.

SecurityPolicyRelationType

ValueDescription
DESCENDANTPolicies defined for the group's descendant projects/groups only. Only valid for group policies. Policies apply only to the 50 most recently created descendant policy projects.
DIRECTPolicies defined for the project/group only.
INHERITEDPolicies defined for the project/group and ancestor groups.
INHERITED_ONLYPolicies defined for the project/group's ancestor groups only.

SecurityPreferredLicenseSourceConfiguration

ValueDescription
PMDBUse internal instance license database as a source of license information for dependencies.
SBOMUse the SBOM as a source of license information for dependencies.

SecurityReportTypeEnum

ValueDescription
API_FUZZINGAPI FUZZING scan report.
CLUSTER_IMAGE_SCANNINGCLUSTER IMAGE SCANNING scan report.
CONTAINER_SCANNINGCONTAINER SCANNING scan report.
COVERAGE_FUZZINGCOVERAGE FUZZING scan report.
DASTDAST scan report.
DEPENDENCY_SCANNINGDEPENDENCY SCANNING scan report.
SASTSAST scan report.
SAST_ADVANCEDSAST ADVANCED scan report.
SAST_IACSAST IAC scan report.
SECRET_DETECTIONSECRET DETECTION scan report.

SecurityScanProfileType

Scan profile type.

ValueDescription
CONTAINER_SCANNINGContainer scanning.
DEPENDENCY_SCANNINGDependency scanning.
DEPENDENCY_SCANNING_POST_PROCESSINGStatus: Experiment. Introduced in GitLab 19.2.

Dependency scanning post processing. | | SAST | Sast. | | SECRET_DETECTION | Secret detection. |

SecurityScannerType

The type of the security scanner.

ValueDescription
API_FUZZINGAPI fuzzing scanner.
CLUSTER_IMAGE_SCANNINGCluster image scanning scanner.
CONTAINER_SCANNINGContainer scanning scanner.
COVERAGE_FUZZINGCoverage fuzzing scanner.
DASTDAST scanner.
DEPENDENCY_SCANNINGDependency scanning scanner.
SASTSAST scanner.
SAST_ADVANCEDSAST advanced scanner.
SAST_IACSAST IaC scanner.
SECRET_DETECTIONSecret detection scanner.

SecurityTrackedRefScope

Return vulnerabilities scoped to certain types of refs.

ValueDescription
ALL_REFSReturns all tracked refs. This is the same as omitting the filter.
DEFAULT_BRANCHESReturns vulnerabilities that are on a default branch.

SecurityTrackedRefState

State of security tracked ref.

ValueDescription
TRACKEDRef is being tracked for vulnerabilities.
UNTRACKEDRef is not being tracked for vulnerabilities.

SecurityTrackedRefType

Type of ref being tracked for security vulnerabilities.

ValueDescription
BRANCHBranch ref.
TAGTag ref.

SentryErrorStatus

State of a Sentry error.

ValueDescription
IGNOREDError has been ignored.
RESOLVEDError has been resolved.
RESOLVED_IN_NEXT_RELEASEError has been ignored until next release.
UNRESOLVEDError is unresolved.

ServiceType

ValueDescription
APPLE_APP_STORE_SERVICEApple App Store Connect integration.
ASANA_SERVICEAsana integration.
ASSEMBLA_SERVICEAssembla integration.
BAMBOO_SERVICEAtlassian Bamboo integration.
BUGZILLA_SERVICEBugzilla integration.
BUILDKITE_SERVICEBuildkite integration.
CAMPFIRE_SERVICECampfire integration.
CLICKUP_SERVICEClickUp integration.
CONFLUENCE_SERVICEConfluence Workspace integration.
CUSTOM_ISSUE_TRACKER_SERVICECustom issue tracker integration.
DATADOG_SERVICEDatadog integration.
DIFFBLUE_COVER_SERVICEDiffblue Cover integration.
DISCORD_SERVICEDiscord Notifications integration.
DRONE_CI_SERVICEDrone integration.
EMAILS_ON_PUSH_SERVICEEmails on push integration.
EWM_SERVICEEWM integration.
EXTERNAL_WIKI_SERVICEExternal wiki integration.
GITHUB_SERVICEGitHub integration.
GITLAB_SLACK_APPLICATION_SERVICEGitLab for Slack app integration.
GIT_GUARDIAN_SERVICEGitGuardian integration.
GOOGLE_CLOUD_PLATFORM_ARTIFACT_REGISTRY_SERVICEGoogle Artifact Management integration (SaaS only).
GOOGLE_CLOUD_PLATFORM_WORKLOAD_IDENTITY_FEDERATION_SERVICEGoogle Cloud IAM integration (SaaS only).
GOOGLE_PLAY_SERVICEGoogle Play integration.
HANGOUTS_CHAT_SERVICEGoogle Chat integration.
HARBOR_SERVICEHarbor integration.
IRKER_SERVICEirker (IRC gateway) integration.
JENKINS_SERVICEJenkins integration.
JIRA_CLOUD_APP_SERVICEGitLab for Jira Cloud app integration.
JIRA_SERVICEJira issues integration.
LINEAR_SERVICELinear integration.
MATRIX_SERVICEMatrix notifications integration.
MATTERMOST_SERVICEMattermost notifications integration.
MATTERMOST_SLASH_COMMANDS_SERVICEMattermost slash commands integration.
MICROSOFT_TEAMS_SERVICEMicrosoft Teams notifications integration.
PACKAGIST_SERVICEPackagist integration.
PHORGE_SERVICEPhorge integration.
PIPELINES_EMAIL_SERVICEPipeline status emails integration.
PIVOTALTRACKER_SERVICEPivotal Tracker integration.
PUMBLE_SERVICEPumble integration.
PUSHOVER_SERVICEPushover integration.
REDMINE_SERVICERedmine integration.
SLACK_SERVICESlack notifications integration.
SQUASH_TM_SERVICESquash TM integration.
TEAMCITY_SERVICEJetBrains TeamCity integration.
TELEGRAM_SERVICETelegram integration.
UNIFY_CIRCUIT_SERVICEUnify Circuit integration.
WEBEX_TEAMS_SERVICEWebex Teams integration.
YOUTRACK_SERVICEJetBrains YouTrack integration.
ZENTAO_SERVICEZenTao integration.

ShaFormat

How to format SHA strings.

ValueDescription
LONGUnabbreviated format.
SHORTAbbreviated format. Short SHAs are typically eight characters long.

SharedRunnersSetting

ValueDescription
DISABLED_AND_OVERRIDABLESharing of runners is disabled and overridable.
DISABLED_AND_UNOVERRIDABLESharing of runners is disabled and unoverridable.
ENABLEDSharing of runners is enabled.

SnippetBlobActionEnum

Type of a snippet blob input action.

ValueDescription
createCreate a snippet blob.
deleteDelete a snippet blob.
moveMove a snippet blob.
updateUpdate a snippet blob.

Sort

Common sort values.

ValueDescription
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
UPDATED_ASCUpdated at ascending order.
UPDATED_DESCUpdated at descending order.
created_ascDeprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead.
created_descDeprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead.
updated_ascDeprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead.
updated_descDeprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead.

SortDirectionEnum

Values for sort direction.

ValueDescription
ASCAscending order.
DESCDescending order.

SourceUserSort

Values for sorting the mapping of users on source instance to users on destination instance.

ValueDescription
ID_ASCID of the source user by ascending order.
ID_DESCID of the source user by descending order.
SOURCE_NAME_ASCInstance source name by ascending order.
SOURCE_NAME_DESCInstance source name by descending order.
STATUS_ASCStatus of the mapping by ascending order.
STATUS_DESCStatus of the mapping by descending order.

SquashOptionSetting

Options for default squash behaviour for merge requests.

ValueDescription
ALLOWEDAllow.
ALWAYSRequire.
ENCOURAGEDEncourage.
NEVERDo not allow.

SubscriptionHistoryChangeType

Types of change for a subscription history record.

ValueDescription
GITLAB_SUBSCRIPTION_DESTROYEDThis was the previous state before the subscription was destroyed.
GITLAB_SUBSCRIPTION_UPDATEDThis was the previous state before the subscription was updated.

SubscriptionStatus

Status of the subscription to an issuable.

ValueDescription
EXPLICITLY_SUBSCRIBEDUser is explicitly subscribed to the issuable.
EXPLICITLY_UNSUBSCRIBEDUser is explicitly unsubscribed from the issuable.

TerraformStateProtectionRuleAccessLevel

Access level for Terraform state protection rule write operations.

ValueDescription
ADMINStatus: Experiment. Introduced in GitLab 18.11.

Admin access. | | DEVELOPER | Status: Experiment. Introduced in GitLab 18.11.

Developer access. | | MAINTAINER | Status: Experiment. Introduced in GitLab 18.11.

Maintainer access. | | OWNER | Status: Experiment. Introduced in GitLab 18.11.

Owner access. |

TerraformStateProtectionRuleAllowedFrom

Source restriction for Terraform state protection rule write operations.

ValueDescription
ANYWHEREStatus: Experiment. Introduced in GitLab 18.11.

Anywhere. | | CI_ONLY | Status: Experiment. Introduced in GitLab 18.11.

Ci only. | | CI_ON_PROTECTED_BRANCH_ONLY | Status: Experiment. Introduced in GitLab 18.11.

Ci on protected branch only. |

TestCaseStatus

ValueDescription
errorTest case that has a status of error.
failedTest case that has a status of failed.
skippedTest case that has a status of skipped.
successTest case that has a status of success.

TestReportState

State of a test report.

ValueDescription
FAILEDFailed test report.
PASSEDPassed test report.

TimeboxReportErrorReason

Category of error.

ValueDescription
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
LABEL_PRIORITY_ASCLabel priority by ascending order.
LABEL_PRIORITY_DESCLabel priority by descending order.
MILESTONE_DUE_ASCMilestone due date by ascending order.
MILESTONE_DUE_DESCMilestone due date by descending order.
MISSING_DATESOne or both of start_date and due_date is missing.
PRIORITY_ASCPriority by ascending order.
PRIORITY_DESCPriority by descending order.
TOO_MANY_EVENTSThere are too many events.
UNSUPPORTEDThis type does not support timebox reports.
UPDATED_ASCUpdated at ascending order.
UPDATED_DESCUpdated at descending order.
created_ascDeprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead.
created_descDeprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead.
updated_ascDeprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead.
updated_descDeprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead.

TimelogSort

Values for sorting timelogs.

ValueDescription
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
SPENT_AT_ASCSpent at ascending order.
SPENT_AT_DESCSpent at descending order.
TIME_SPENT_ASCTime spent ascending order.
TIME_SPENT_DESCTime spent descending order.
UPDATED_ASCUpdated at ascending order.
UPDATED_DESCUpdated at descending order.
created_ascDeprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead.
created_descDeprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead.
updated_ascDeprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead.
updated_descDeprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead.

TodoActionEnum

ValueDescription
added_approverTodo action name for added_approver.
approval_requiredTodo action name for approval_required.
assignedTodo action name for assigned.
build_failedTodo action name for build_failed.
directly_addressedTodo action name for directly_addressed.
duo_core_access_grantedTodo action name for duo_core_access_granted.
duo_enterprise_access_grantedTodo action name for duo_enterprise_access_granted.
duo_pro_access_grantedTodo action name for duo_pro_access_granted.
duo_workflow_input_requiredTodo action name for duo_workflow_input_required.
markedTodo action name for marked.
member_access_requestedTodo action name for member_access_requested.
mentionedTodo action name for mentioned.
merge_train_removedTodo action name for merge_train_removed.
okr_checkin_requestedTodo action name for okr_checkin_requested.
review_requestedTodo action name for review_requested.
review_submittedTodo action name for review_submitted.
ssh_key_expiredTodo action name for ssh_key_expired.
ssh_key_expiring_soonTodo action name for ssh_key_expiring_soon.
unmergeableTodo action name for unmergeable.

TodoSort

Sort options for todos.

ValueDescription
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
LABEL_PRIORITY_ASCBy label priority in ascending order.
LABEL_PRIORITY_DESCBy label priority in descending order.
UPDATED_ASCUpdated at ascending order.
UPDATED_DESCUpdated at descending order.
created_ascDeprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead.
created_descDeprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead.
updated_ascDeprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead.
updated_descDeprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead.

TodoStateEnum

ValueDescription
doneState of the todo is done.
pendingState of the todo is pending.

TodoTargetEnum

ValueDescription
ALERTAlert.
COMMITCommit.
COMPLIANCE_VIOLATIONProject Compliance Violation.
DESIGNDesign.
DUO_WORKFLOWDuo Workflow session.
EPICAn Epic.
ISSUEIssue.
KEYSSH key.
MERGEREQUESTMerge request.
NAMESPACENamespace.
PROJECTProject.
USERUser.
VULNERABILITYVulnerability.
WIKIPAGEMETAWiki page.
WORKITEMWork item.

TrainingUrlRequestStatus

Status of the request to the training provider. The URL of a TrainingUrl is calculated asynchronously. When PENDING, the URL of the TrainingUrl will be null. When COMPLETED, the URL of the TrainingUrl will be available.

ValueDescription
COMPLETEDCompleted request.
PENDINGPending request.

TypeEnum

ValueDescription
personalSnippet created independent of any project.
projectSnippet related to a specific project.

UserCalloutFeatureNameEnum

Name of the feature that the callout is for.

ValueDescription
ACTIVE_USER_COUNT_THRESHOLDCallout feature name for active_user_count_threshold.
BRANCH_RULES_TIP_CALLOUTCallout feature name for branch_rules_tip_callout.
BUY_PIPELINE_MINUTES_NOTIFICATION_DOTCallout feature name for buy_pipeline_minutes_notification_dot.
CANARY_DEPLOYMENTCallout feature name for canary_deployment.
CI_DEPRECATION_WARNING_FOR_TYPES_KEYWORDCallout feature name for ci_deprecation_warning_for_types_keyword.
CI_MINUTES_LIMIT_ALERT_DANGER_STAGECallout feature name for ci_minutes_limit_alert_danger_stage.
CI_MINUTES_LIMIT_ALERT_EXCEEDED_STAGECallout feature name for ci_minutes_limit_alert_exceeded_stage.
CI_MINUTES_LIMIT_ALERT_WARNING_STAGECallout feature name for ci_minutes_limit_alert_warning_stage.
CLUSTER_SECURITY_WARNINGCallout feature name for cluster_security_warning.
DUO_AMAZON_Q_ALERTCallout feature name for duo_amazon_q_alert.
DUO_PANEL_AUTO_EXPANDEDCallout feature name for duo_panel_auto_expanded.
DUO_PANEL_EMPTY_STATE_AUTO_EXPANDEDCallout feature name for duo_panel_empty_state_auto_expanded.
EMAIL_OTP_ENROLLMENT_CALLOUTCallout feature name for email_otp_enrollment_callout.
EXPIRED_TRIAL_STATUS_WIDGETCallout feature name for expired_trial_status_widget.
FEATURE_FLAGS_NEW_VERSIONCallout feature name for feature_flags_new_version.
FILE_TREE_BROWSER_POPOVERCallout feature name for file_tree_browser_popover.
FOCUSED_VULNERABILITY_REPORTINGCallout feature name for focused_vulnerability_reporting.
GEO_ENABLE_HASHED_STORAGECallout feature name for geo_enable_hashed_storage.
GEO_MIGRATE_HASHED_STORAGECallout feature name for geo_migrate_hashed_storage.
GKE_CLUSTER_INTEGRATIONCallout feature name for gke_cluster_integration.
GOLD_TRIAL_BILLINGSCallout feature name for gold_trial_billings.
INLINE_BLAME_POPOVERCallout feature name for inline_blame_popover.
JOINING_A_PROJECT_ALERTCallout feature name for joining_a_project_alert.
MERGE_REQUEST_DASHBOARD_DISPLAY_PREFERENCES_POPOVERCallout feature name for merge_request_dashboard_display_preferences_popover.
MERGE_REQUEST_DASHBOARD_SHOW_DRAFTSCallout feature name for merge_request_dashboard_show_drafts.
NAMESPACE_OVER_STORAGE_USERS_COMBINED_ALERTCallout feature name for namespace_over_storage_users_combined_alert.
NAMESPACE_STORAGE_LIMIT_ALERT_ALERT_THRESHOLDCallout feature name for namespace_storage_limit_alert_alert_threshold.
NAMESPACE_STORAGE_LIMIT_ALERT_ERROR_THRESHOLDCallout feature name for namespace_storage_limit_alert_error_threshold.
NAMESPACE_STORAGE_LIMIT_ALERT_WARNING_THRESHOLDCallout feature name for namespace_storage_limit_alert_warning_threshold.
NAMESPACE_STORAGE_PRE_ENFORCEMENT_BANNERCallout feature name for namespace_storage_pre_enforcement_banner.
NEW_USER_SIGNUPS_CAP_REACHEDCallout feature name for new_user_signups_cap_reached.
OPENSSL_CALLOUTCallout feature name for openssl_callout.
PERIOD_IN_TERRAFORM_STATE_NAME_ALERTCallout feature name for period_in_terraform_state_name_alert.
PERSONAL_ACCESS_TOKEN_EXPIRYCallout feature name for personal_access_token_expiry.
PERSONAL_PROJECT_LIMITATIONS_BANNERCallout feature name for personal_project_limitations_banner.
PIPELINE_NEEDS_BANNERCallout feature name for pipeline_needs_banner.
PIPELINE_NEEDS_HOVER_TIPCallout feature name for pipeline_needs_hover_tip.
PIPL_COMPLIANCE_ALERTCallout feature name for pipl_compliance_alert.
PREVIEW_USER_OVER_LIMIT_FREE_PLAN_ALERTCallout feature name for preview_user_over_limit_free_plan_alert.
PROFILE_PERSONAL_ACCESS_TOKEN_EXPIRYCallout feature name for profile_personal_access_token_expiry.
PROJECT_REPOSITORY_LIMIT_ALERT_WARNING_THRESHOLDCallout feature name for project_repository_limit_alert_warning_threshold.
REGISTRATION_ENABLED_CALLOUTCallout feature name for registration_enabled_callout.
SECRETS_MANAGER_NAV_BADGECallout feature name for secrets_manager_nav_badge.
SECURITY_CONFIGURATION_DEVOPS_ALERTCallout feature name for security_configuration_devops_alert.
SECURITY_CONFIGURATION_UPGRADE_BANNERCallout feature name for security_configuration_upgrade_banner.
SECURITY_MANAGER_ROLECallout feature name for security_manager_role.
SECURITY_POLICY_PROTECTED_BRANCH_MODIFICATIONCallout feature name for security_policy_protected_branch_modification.
SECURITY_SCANNER_PROFILES_ANNOUNCEMENTCallout feature name for security_scanner_profiles_announcement.
SINGLE_ORIGIN_FALLBACK_CALLOUTCallout feature name for single_origin_fallback_callout.
SUBMIT_LICENSE_USAGE_DATA_BANNERCallout feature name for submit_license_usage_data_banner.
SUGGEST_PIPELINECallout feature name for suggest_pipeline.
SUGGEST_POPOVER_DISMISSEDCallout feature name for suggest_popover_dismissed.
TABS_POSITION_HIGHLIGHTCallout feature name for tabs_position_highlight.
THREAT_MONITORING_INFOCallout feature name for threat_monitoring_info.
TRANSITION_TO_JIHU_CALLOUTCallout feature name for transition_to_jihu_callout.
TRIAL_STATUS_REMINDER_D14Callout feature name for trial_status_reminder_d14.
TRIAL_STATUS_REMINDER_D3Callout feature name for trial_status_reminder_d3.
ULTIMATE_TRIALCallout feature name for ultimate_trial.
UNFINISHED_TAG_CLEANUP_CALLOUTCallout feature name for unfinished_tag_cleanup_callout.
USER_REACHED_LIMIT_FREE_PLAN_ALERTCallout feature name for user_reached_limit_free_plan_alert.
VERIFICATION_REMINDERCallout feature name for verification_reminder.
VIRTUAL_REGISTRY_PERMISSION_CHANGE_ALERTCallout feature name for virtual_registry_permission_change_alert.
VULNERABILITY_ARCHIVALCallout feature name for vulnerability_archival.
VULNERABILITY_REPORT_LIMITED_EXPERIENCECallout feature name for vulnerability_report_limited_experience.
WEB_IDE_ALERT_DISMISSEDCallout feature name for web_ide_alert_dismissed.
WEB_IDE_CI_ENVIRONMENTS_GUIDANCECallout feature name for web_ide_ci_environments_guidance.
WORK_ITEMS_ONBOARDING_MODALCallout feature name for work_items_onboarding_modal.
WORK_ITEM_EPIC_FEEDBACKCallout feature name for work_item_epic_feedback.

UserEventFilter

Filter for user activity events.

ValueDescription
ALLAll events.
COMMENTSComment events.
DESIGNSDesign events.
ISSUEIssue events.
MERGEDMerge events.
PUSHPush events.
TEAMTeam events.
WIKIWiki page events.

UserGroupCalloutFeatureName

Name of the feature that the callout is for.

ValueDescription
ALL_SEATS_USED_ALERTCallout feature name for all_seats_used_alert.
APPROACHING_SEAT_COUNT_THRESHOLDCallout feature name for approaching_seat_count_threshold.
CI_MINUTES_LIMIT_ALERT_DANGER_STAGECallout feature name for ci_minutes_limit_alert_danger_stage.
CI_MINUTES_LIMIT_ALERT_EXCEEDED_STAGECallout feature name for ci_minutes_limit_alert_exceeded_stage.
CI_MINUTES_LIMIT_ALERT_WARNING_STAGECallout feature name for ci_minutes_limit_alert_warning_stage.
DUO_CODE_REVIEW_ENABLED_BY_DEFAULTCallout feature name for duo_code_review_enabled_by_default.
END_OF_TRIAL_MODALCallout feature name for end_of_trial_modal.
ENFORCEMENT_AT_LIMIT_ALERTCallout feature name for enforcement_at_limit_alert.
EXPIRED_DUO_ENTERPRISE_TRIAL_WIDGETCallout feature name for expired_duo_enterprise_trial_widget.
EXPIRED_DUO_PRO_TRIAL_WIDGETCallout feature name for expired_duo_pro_trial_widget.
EXPIRED_TRIAL_STATUS_WIDGETCallout feature name for expired_trial_status_widget.
FREE_GROUP_LIMITED_ALERTCallout feature name for free_group_limited_alert.
NAMESPACE_OVER_STORAGE_USERS_COMBINED_ALERTCallout feature name for namespace_over_storage_users_combined_alert.
NAMESPACE_STORAGE_LIMIT_ALERT_ALERT_THRESHOLDCallout feature name for namespace_storage_limit_alert_alert_threshold.
NAMESPACE_STORAGE_LIMIT_ALERT_ERROR_THRESHOLDCallout feature name for namespace_storage_limit_alert_error_threshold.
NAMESPACE_STORAGE_LIMIT_ALERT_WARNING_THRESHOLDCallout feature name for namespace_storage_limit_alert_warning_threshold.
NAMESPACE_STORAGE_PRE_ENFORCEMENT_BANNERCallout feature name for namespace_storage_pre_enforcement_banner.
NAMESPACE_USER_CAP_REACHED_ALERTCallout feature name for namespace_user_cap_reached_alert.
OVERAGE_SEAT_COUNT_THRESHOLDCallout feature name for overage_seat_count_threshold.
PREVIEW_USAGE_QUOTA_FREE_PLAN_ALERTCallout feature name for preview_usage_quota_free_plan_alert.
PREVIEW_USER_OVER_LIMIT_FREE_PLAN_ALERTCallout feature name for preview_user_over_limit_free_plan_alert.
PROJECT_REPOSITORY_LIMIT_ALERT_WARNING_THRESHOLDCallout feature name for project_repository_limit_alert_warning_threshold.
REACHED_SEAT_COUNT_THRESHOLDCallout feature name for reached_seat_count_threshold.
USAGE_QUOTA_TRIAL_ALERTCallout feature name for usage_quota_trial_alert.
USER_REACHED_LIMIT_FREE_PLAN_ALERTCallout feature name for user_reached_limit_free_plan_alert.
WEB_HOOK_DISABLEDCallout feature name for web_hook_disabled.

UserPromotionStatusType

Types of User Promotion States.

ValueDescription
FAILEDFailed to apply promotion requests for user.
PARTIAL_SUCCESSUser promotion was successful, but all promotion requests were not successfully applied.
SUCCESSSuccessfully applied all promotion requests for user.

UserState

Possible states of a user.

ValueDescription
activeUser is active and can use the system.
bannedUser is blocked, and their contributions are hidden.
blockedUser has been blocked by an administrator and cannot use the system.
blocked_pending_approvalUser is blocked and pending approval.
deactivatedUser is no longer active and cannot use the system.
ldap_blockedUser has been blocked by the system.

UserType

Possible types of user.

ValueDescription
ADMIN_BOTAdmin bot.
ALERT_BOTAlert bot.
AUTOMATION_BOTAutomation bot.
DUO_CODE_REVIEW_BOTDuo code review bot.
GHOSTGhost.
HUMANHuman.
IMPORT_USERImport user.
PLACEHOLDERPlaceholder.
PROJECT_BOTProject bot.
SECURITY_BOTSecurity bot.
SECURITY_POLICY_BOTSecurity policy bot.
SERVICE_ACCOUNTService account.
SERVICE_USERService user.
SUPPORT_BOTSupport bot.
VISUAL_REVIEW_BOTVisual review bot.

ValueStreamDashboardMetric

Possible identifier types for a measurement.

ValueDescription
CONTRIBUTORSContributor count. EXPERIMENTAL: Only available on the SaaS version of GitLab when the ClickHouse database backend is enabled.
GROUPSGroup count.
ISSUESIssue count.
MERGE_REQUESTSMerge request count.
PIPELINESPipeline count.
PROJECTSProject count.
USERSUser count.

ValueStreamDashboardProjectLevelMetric

Possible identifier types for project-level measurement.

ValueDescription
CONTRIBUTORSContributor count. EXPERIMENTAL: Only available on the SaaS version of GitLab when the ClickHouse database backend is enabled.
ISSUESIssue count.
MERGE_REQUESTSMerge request count.
PIPELINESPipeline count.

ValueStreamStageEvent

Stage event identifiers.

ValueDescription
CODE_STAGE_STARTCode stage start event.
ISSUE_CLOSEDIssue closed event.
ISSUE_CREATEDIssue created event.
ISSUE_DEPLOYED_TO_PRODUCTIONIssue deployed to production event.
ISSUE_FIRST_ADDED_TO_BOARDIssue first added to board event.
ISSUE_FIRST_ADDED_TO_ITERATIONIssue first added to iteration event.
ISSUE_FIRST_ASSIGNED_ATIssue first assigned at event.
ISSUE_FIRST_ASSOCIATED_WITH_MILESTONEIssue first associated with milestone event.
ISSUE_FIRST_MENTIONED_IN_COMMITIssue first mentioned in commit event.
ISSUE_LABEL_ADDEDIssue label added event.
ISSUE_LABEL_REMOVEDIssue label removed event.
ISSUE_LAST_EDITEDIssue last edited event.
ISSUE_STAGE_ENDIssue stage end event.
MERGE_REQUEST_CLOSEDMerge request closed event.
MERGE_REQUEST_CREATEDMerge request created event.
MERGE_REQUEST_FIRST_ASSIGNED_ATMerge request first assigned at event.
MERGE_REQUEST_FIRST_COMMIT_ATMerge request first commit at event.
MERGE_REQUEST_FIRST_DEPLOYED_TO_PRODUCTIONMerge request first deployed to production event.
MERGE_REQUEST_LABEL_ADDEDMerge request label added event.
MERGE_REQUEST_LABEL_REMOVEDMerge request label removed event.
MERGE_REQUEST_LAST_APPROVED_ATMerge request last approved at event.
MERGE_REQUEST_LAST_BUILD_FINISHEDMerge request last build finished event.
MERGE_REQUEST_LAST_BUILD_STARTEDMerge request last build started event.
MERGE_REQUEST_LAST_EDITEDMerge request last edited event.
MERGE_REQUEST_MERGEDMerge request merged event.
MERGE_REQUEST_REVIEWER_FIRST_ASSIGNEDMerge request reviewer first assigned event.
PLAN_STAGE_STARTPlan stage start event.

ValueStreamStageItemSort

Sorting values available to value stream stage items.

ValueDescription
DURATION_ASCDuration by ascending order.
DURATION_DESCDuration by ascending order.
END_EVENT_ASCStage end event time by ascending order.
END_EVENT_DESCStage end event time by descending order.

VerificationStateEnum

ValueDescription
DISABLEDVerification process is disabled.
FAILEDVerification process finished but failed.
PENDINGVerification process has not started.
STARTEDVerification process is in progress.
SUCCEEDEDVerification process finished successfully.

VerificationStatus

Verification status of a GPG, X.509 or SSH signature for a commit.

ValueDescription
EXPIRED_KEYexpired_key verification status.
MULTIPLE_SIGNATURESmultiple_signatures verification status.
OTHER_USERother_user verification status.
REVOKED_KEYrevoked_key verification status.
SAME_USER_DIFFERENT_EMAILsame_user_different_email verification status.
UNKNOWN_KEYunknown_key verification status.
UNVERIFIEDunverified verification status.
UNVERIFIED_AUTHOR_EMAILunverified_author_email verification status.
UNVERIFIED_KEYunverified_key verification status.
VERIFIEDverified verification status.
VERIFIED_CAverified_ca verification status.
VERIFIED_SYSTEMverified_system verification status.

VisibilityLevelsEnum

ValueDescription
internalInternal visibility level.
privatePrivate visibility level.
publicPublic visibility level.

VisibilityPipelineIdType

Determines whether the pipeline list shows ID or IID.

ValueDescription
IDDisplay pipeline ID.
IIDDisplay pipeline IID.

VisibilityScopesEnum

ValueDescription
internalSnippet is visible for any logged in user except external users.
privateSnippet is visible only to the snippet creator.
publicSnippet can be accessed without any authentication.

VulnerabilityAutoRemediationStatus

Outcome of triggering auto-remediation for a vulnerability.

ValueDescription
IN_PROGRESSAuto-remediation was triggered and a merge request will be created if a fix is produced.
NO_FIX_AVAILABLENo fix is available for the vulnerability, so auto-remediation was not triggered.
UNSUPPORTEDNo auto-remediation path is available for the vulnerability, so it was not triggered.

VulnerabilityDismissalReason

The dismissal reason of the Vulnerability.

ValueDescription
ACCEPTABLE_RISKThe vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk.
FALSE_POSITIVEAn error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present.
MITIGATING_CONTROLA management, operational, or technical control (that is, safeguard or countermeasure) employed by an organization that provides equivalent or comparable protection for an information system.
NOT_APPLICABLEThe vulnerability is known, and has not been remediated or mitigated, but is considered to be in a part of the application that will not be updated.
USED_IN_TESTSThe finding is not a vulnerability because it is part of a test or is test data.

VulnerabilityExternalIssueLinkExternalTracker

The external tracker of the external issue link related to a vulnerability.

ValueDescription
JIRAJira external tracker.

VulnerabilityExternalIssueLinkType

The type of the external issue link related to a vulnerability.

ValueDescription
CREATEDCreated link type.

VulnerabilityFalsePositiveDetectionStatus

Status of vulnerability flag false positive detection.

ValueDescription
DETECTED_AS_FPDetection is detected as fp.
DETECTED_AS_NOT_FPDetection is detected as not fp.
DISMISSEDDetection is dismissed.
FAILEDDetection is failed.
NOT_STARTEDDetection is not started.

VulnerabilityFindingTokenStatusState

Status of a secret token found in a vulnerability.

ValueDescription
ACTIVEToken is active and can be exploited.
INACTIVEToken is inactive and cannot be exploited.
UNKNOWNToken status is unknown.

VulnerabilityFunnelStepStatus

Status of a step in the vulnerability resolution funnel.

ValueDescription
AVAILABLEData is available and count is populated.
UNAVAILABLE_DISABLEDLicensed but the underlying feature is disabled in settings.
UNAVAILABLE_NO_LICENSEUser's plan does not include the required capability.

VulnerabilityGrade

The grade of the vulnerable project.

ValueDescription
AA grade.
BB grade.
CC grade.
DD grade.
FF grade.

VulnerabilityIssueLinkType

The type of the issue link related to a vulnerability.

ValueDescription
CREATEDIssue is created for the vulnerability.
RELATEDHas a related issue.

VulnerabilityOwasp2021Top10

OwaspTop10 vulnerability categories for OWASP 2021.

ValueDescription
A01_2021Status: Experiment. Introduced in GitLab 18.1.

A01:2021-Broken Access Control, OWASP top 10 category. | | A02_2021 | Status: Experiment. Introduced in GitLab 18.1.

A02:2021-Cryptographic Failures, OWASP top 10 category. | | A03_2021 | Status: Experiment. Introduced in GitLab 18.1.

A03:2021-Injection, OWASP top 10 category. | | A04_2021 | Status: Experiment. Introduced in GitLab 18.1.

A04:2021-Insecure Design, OWASP top 10 category. | | A05_2021 | Status: Experiment. Introduced in GitLab 18.1.

A05:2021-Security Misconfiguration, OWASP top 10 category. | | A06_2021 | Status: Experiment. Introduced in GitLab 18.1.

A06:2021-Vulnerable and Outdated Components, OWASP top 10 category. | | A07_2021 | Status: Experiment. Introduced in GitLab 18.1.

A07:2021-Identification and Authentication Failures, OWASP top 10 category. | | A08_2021 | Status: Experiment. Introduced in GitLab 18.1.

A08:2021-Software and Data Integrity Failures, OWASP top 10 category. | | A09_2021 | Status: Experiment. Introduced in GitLab 18.1.

A09:2021-Security Logging and Monitoring Failures, OWASP top 10 category. | | A10_2021 | Status: Experiment. Introduced in GitLab 18.1.

A10:2021-Server-Side Request Forgery, OWASP top 10 category. | | A1_2021 | Status: Experiment. Introduced in GitLab 18.1.

A1:2021-Broken Access Control, OWASP top 10 category. | | A2_2021 | Status: Experiment. Introduced in GitLab 18.1.

A2:2021-Cryptographic Failures, OWASP top 10 category. | | A3_2021 | Status: Experiment. Introduced in GitLab 18.1.

A3:2021-Injection, OWASP top 10 category. | | A4_2021 | Status: Experiment. Introduced in GitLab 18.1.

A4:2021-Insecure Design, OWASP top 10 category. | | A5_2021 | Status: Experiment. Introduced in GitLab 18.1.

A5:2021-Security Misconfiguration, OWASP top 10 category. | | A6_2021 | Status: Experiment. Introduced in GitLab 18.1.

A6:2021-Vulnerable and Outdated Components, OWASP top 10 category. | | A7_2021 | Status: Experiment. Introduced in GitLab 18.1.

A7:2021-Identification and Authentication Failures, OWASP top 10 category. | | A8_2021 | Status: Experiment. Introduced in GitLab 18.1.

A8:2021-Software and Data Integrity Failures, OWASP top 10 category. | | A9_2021 | Status: Experiment. Introduced in GitLab 18.1.

A9:2021-Security Logging and Monitoring Failures, OWASP top 10 category. | | NONE | No OWASP top 10 category. |

VulnerabilityOwasp2025Top10

OwaspTop10 vulnerability categories for OWASP 2025.

ValueDescription
A01_2025Status: Experiment. Introduced in GitLab 19.0.

A01:2025-Broken Access Control, OWASP top 10 2025 category. | | A02_2025 | Status: Experiment. Introduced in GitLab 19.0.

A02:2025-Security Misconfiguration, OWASP top 10 2025 category. | | A03_2025 | Status: Experiment. Introduced in GitLab 19.0.

A03:2025-Software Supply Chain Failures, OWASP top 10 2025 category. | | A04_2025 | Status: Experiment. Introduced in GitLab 19.0.

A04:2025-Cryptographic Failures, OWASP top 10 2025 category. | | A05_2025 | Status: Experiment. Introduced in GitLab 19.0.

A05:2025-Injection, OWASP top 10 2025 category. | | A06_2025 | Status: Experiment. Introduced in GitLab 19.0.

A06:2025-Insecure Design, OWASP top 10 2025 category. | | A07_2025 | Status: Experiment. Introduced in GitLab 19.0.

A07:2025-Authentication Failures, OWASP top 10 2025 category. | | A08_2025 | Status: Experiment. Introduced in GitLab 19.0.

A08:2025-Software or Data Integrity Failures, OWASP top 10 2025 category. | | A09_2025 | Status: Experiment. Introduced in GitLab 19.0.

A09:2025-Security Logging and Alerting Failures, OWASP top 10 2025 category. | | A10_2025 | Status: Experiment. Introduced in GitLab 19.0.

A10:2025-Mishandling of Exceptional Conditions, OWASP top 10 2025 category. | | NONE | Status: Experiment. Introduced in GitLab 19.0.

No OWASP top 10 2025 category. |

VulnerabilityOwaspTop10

OwaspTop10 category of the vulnerability.

ValueDescription
A10_2017A10:2017-Insufficient Logging & Monitoring, OWASP top 10 2017 category.
A1_2017A1:2017-Injection, OWASP top 10 2017 category.
A2_2017A2:2017-Broken Authentication, OWASP top 10 2017 category.
A3_2017A3:2017-Sensitive Data Exposure, OWASP top 10 2017 category.
A4_2017A4:2017-XML External Entities (XXE), OWASP top 10 2017 category.
A5_2017A5:2017-Broken Access Control, OWASP top 10 2017 category.
A6_2017A6:2017-Security Misconfiguration, OWASP top 10 2017 category.
A7_2017A7:2017-Cross-Site Scripting (XSS), OWASP top 10 2017 category.
A8_2017A8:2017-Insecure Deserialization, OWASP top 10 2017 category.
A9_2017A9:2017-Using Components with Known Vulnerabilities, OWASP top 10 2017 category.
NONENo OWASP top 10 2017 category.

VulnerabilityReportType

The type of the security scan that found the vulnerability.

ValueDescription
API_FUZZINGAPI fuzzing report.
CLUSTER_IMAGE_SCANNINGCluster image scanning report.
CONTAINER_SCANNINGContainer scanning report.
CONTAINER_SCANNING_FOR_REGISTRYContainer scanning for registry report.
COVERAGE_FUZZINGCoverage fuzzing report.
DASTDAST report.
DEPENDENCY_SCANNINGDependency scanning report.
GENERICGeneric report.
SARIFSarif report.
SASTSAST report.
SECRET_DETECTIONSecret detection report.

VulnerabilitySeverity

The severity of the vulnerability.

ValueDescription
CRITICALCritical severity.
HIGHHigh severity.
INFOInfo severity.
LOWLow severity.
MEDIUMMedium severity.
UNKNOWNUnknown severity.

VulnerabilitySort

Vulnerability sort values.

ValueDescription
detected_ascDetection timestamp in ascending order.
detected_descDetection timestamp in descending order.
severity_ascSeverity in ascending order.
severity_descSeverity in descending order.

VulnerabilityState

The state of the vulnerability.

ValueDescription
CONFIRMEDFor details, see vulnerability status values.
DETECTEDFor details, see vulnerability status values.
DISMISSEDFor details, see vulnerability status values.
RESOLVEDFor details, see vulnerability status values.

VulnerabilityWorkflowName

Workflow name for vulnerability triggered workflows.

ValueDescription
RESOLVE_SAST_VULNERABILITYWorkflow name is resolve sast vulnerability.
SAST_FP_DETECTIONWorkflow name is sast fp detection.
SECRETS_FP_DETECTIONWorkflow name is secrets fp detection.

WebhookAlertStatus

Webhook auto-disabling alert status.

ValueDescription
DISABLEDWebhook has been permanently disabled and will not be automatically re-enabled.
EXECUTABLEWebhook is executable.
TEMPORARILY_DISABLEDWebhook has been temporarily disabled and will be automatically re-enabled.

WebhookBranchFilterStrategy

Strategy for filtering push events by branch name.

ValueDescription
ALL_BRANCHESReceive push events from all branches.
REGEXReceive push events from branches that match a regular expression (regex).
WILDCARDReceive push events from branches that match a wildcard pattern.

WeightWildcardId

Weight ID wildcard values.

ValueDescription
ANYWeight is assigned.
NONENo weight is assigned.

WorkItemAvailabilityAction

Action to apply to work item type availability.

ValueDescription
DISABLEDisable the work item type in the namespace.
ENABLEEnable the work item type in the namespace.

WorkItemAvailabilityScope

Scope to which a work item type availability change applies.

ValueDescription
ALL_CHILDRENApply to the namespace and propagate to all existing child namespaces.
THISApply only to the namespace.

WorkItemAwardEmojiUpdateAction

Values for work item award emoji update enum.

ValueDescription
ADDAdds the emoji.
REMOVERemoves the emoji.
TOGGLEToggles the status of the emoji.

WorkItemDiscussionsSort

Values for sorting work item discussions.

ValueDescription
CREATED_ASCCreated at in ascending order.
CREATED_DESCCreated at in descending order.

WorkItemParentWildcardId

Parent ID wildcard values.

ValueDescription
ANYAny parent is assigned.
NONENo parent is assigned.

WorkItemRelatedLinkType

Values for work item link types.

ValueDescription
BLOCKED_BYBlocked by type.
BLOCKSBlocks type.
RELATEDRelated type.

WorkItemSort

Values for sorting work items.

ValueDescription
BLOCKING_ISSUES_ASCBlocking items count by ascending order.
BLOCKING_ISSUES_DESCBlocking items count by descending order.
CLOSED_AT_ASCStatus: Experiment. Introduced in GitLab 17.10.

Closed time by ascending order. | | CLOSED_AT_DESC | Status: Experiment. Introduced in GitLab 17.10.

Closed time by descending order. | | CREATED_ASC | Created at ascending order. | | CREATED_DESC | Created at descending order. | | DUE_DATE_ASC | Status: Experiment. Introduced in GitLab 17.9.

Due date by ascending order. | | DUE_DATE_DESC | Status: Experiment. Introduced in GitLab 17.9.

Due date by descending order. | | ESCALATION_STATUS_ASC | Status: Experiment. Introduced in GitLab 17.10.

Status from triggered to resolved. | | ESCALATION_STATUS_DESC | Status: Experiment. Introduced in GitLab 17.10.

Status from resolved to triggered. | | HEALTH_STATUS_ASC | Status: Experiment. Introduced in GitLab 17.11.

Health status by ascending order. | | HEALTH_STATUS_DESC | Status: Experiment. Introduced in GitLab 17.11.

Health status by descending order. | | LABEL_PRIORITY_ASC | Label priority by ascending order. | | LABEL_PRIORITY_DESC | Label priority by descending order. | | MILESTONE_DUE_ASC | Milestone due date by ascending order. | | MILESTONE_DUE_DESC | Milestone due date by descending order. | | POPULARITY_ASC | Status: Experiment. Introduced in GitLab 17.10.

Number of upvotes (awarded "thumbs up" emoji) by ascending order. | | POPULARITY_DESC | Status: Experiment. Introduced in GitLab 17.10.

Number of upvotes (awarded "thumbs up" emoji) by descending order. | | PRIORITY_ASC | Status: Experiment. Introduced in GitLab 17.10.

Priority by ascending order. | | PRIORITY_DESC | Status: Experiment. Introduced in GitLab 17.10.

Priority by descending order. | | RELATIVE_POSITION_ASC | Status: Experiment. Introduced in GitLab 17.10.

Relative position by ascending order. | | SEVERITY_ASC | Status: Experiment. Introduced in GitLab 17.10.

Severity from less critical to more critical. | | SEVERITY_DESC | Status: Experiment. Introduced in GitLab 17.10.

Severity from more critical to less critical. | | START_DATE_ASC | Status: Experiment. Introduced in GitLab 17.9.

Start date by ascending order. | | START_DATE_DESC | Status: Experiment. Introduced in GitLab 17.9.

Start date by descending order. | | STATUS_ASC | Status: Experiment. Introduced in GitLab 18.3.

Status by ascending order. | | STATUS_DESC | Status: Experiment. Introduced in GitLab 18.3.

Status by descending order. | | TITLE_ASC | Title by ascending order. | | TITLE_DESC | Title by descending order. | | UPDATED_ASC | Updated at ascending order. | | UPDATED_DESC | Updated at descending order. | | WEIGHT_ASC | Status: Experiment. Introduced in GitLab 17.11.

Weight by ascending order. | | WEIGHT_DESC | Status: Experiment. Introduced in GitLab 17.11.

Weight by descending order. | | created_asc | Deprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead. | | created_desc | Deprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead. | | updated_asc | Deprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead. | | updated_desc | Deprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead. |

WorkItemState

State of a GitLab work item.

ValueDescription
CLOSEDIn closed state.
OPENIn open state.

WorkItemStateEvent

Values for work item state events.

ValueDescription
CLOSECloses the work item.
REOPENReopens the work item.

WorkItemStatusCategoryEnum

Category of the work item status.

ValueDescription
CANCELEDCanceled status category.
DONEDone status category.
IN_PROGRESSIn progress status category.
TO_DOTo do status category.
TRIAGETriage status category.

WorkItemSubscriptionEvent

Values for work item subscription events.

ValueDescription
SUBSCRIBESubscribe to a work item.
UNSUBSCRIBEUnsubscribe from a work item.

WorkItemTodoUpdateAction

Values for work item to-do update enum.

ValueDescription
ADDAdds the to-do.
MARK_AS_DONEMarks the to-do as done.

WorkItemWidgetType

Type of a work item widget.

ValueDescription
AGENT_PLANAgent Plan widget.
AI_SESSIONAi Session widget.
ASSIGNEESAssignees widget.
AWARD_EMOJIAward Emoji widget.
COLORColor widget.
CRM_CONTACTSCrm Contacts widget.
CURRENT_USER_TODOSCurrent User Todos widget.
CUSTOM_FIELDSCustom Fields widget.
DESCRIPTIONDescription widget.
DESIGNSDesigns widget.
DEVELOPMENTDevelopment widget.
EMAIL_PARTICIPANTSEmail Participants widget.
ERROR_TRACKINGError Tracking widget.
HEALTH_STATUSHealth Status widget.
HIERARCHYHierarchy widget.
ITERATIONIteration widget.
LABELSLabels widget.
LINKED_ITEMSLinked Items widget.
LINKED_RESOURCESLinked Resources widget.
MILESTONEMilestone widget.
NOTESNotes widget.
NOTIFICATIONSNotifications widget.
PARTICIPANTSParticipants widget.
PROGRESSProgress widget.
REQUIREMENT_LEGACYRequirement Legacy widget.
START_AND_DUE_DATEStart And Due Date widget.
STATUSStatus widget.
TEST_REPORTSTest Reports widget.
TIME_TRACKINGTime Tracking widget.
VERIFICATION_STATUSVerification Status widget.
VULNERABILITIESVulnerabilities widget.
WEIGHTWeight widget.

WorkItemsSavedViewsSort

Values for sorting saved views.

ValueDescription
CREATED_ASCCreated at ascending order.
CREATED_DESCCreated at descending order.
IDOrdered by id.
NAME_ASCAlphabetically by name in ascending order.
RELATIVE_POSITIONRelative position by ascending order. If user is logged out, or explicitly subscribed is not passed, falls back to id sort.
UPDATED_ASCUpdated at ascending order.
UPDATED_DESCUpdated at descending order.
created_ascDeprecated in GitLab 13.5. Renamed. Use CREATED_ASC instead.
created_descDeprecated in GitLab 13.5. Renamed. Use CREATED_DESC instead.
updated_ascDeprecated in GitLab 13.5. Renamed. Use UPDATED_ASC instead.
updated_descDeprecated in GitLab 13.5. Renamed. Use UPDATED_DESC instead.

WorkflowEnvironment

The environment of a workflow.

ValueDescription
AMBIENTAmbient environment.
CHATChat environment.
CHAT_PARTIALChat Partial environment.
IDEDeprecated in GitLab 18.6. Renamed. Use CHAT instead.
WEBDeprecated in GitLab 18.6. Renamed. Use AMBIENT instead.

WorkspaceVariableInputType

Enum for the type of the variable to be injected in a workspace.

ValueDescription
ENVIRONMENTName type.

WorkspaceVariableType

Enum for the type of the variable injected in a workspace.

ValueDescription
ENVIRONMENTEnvironment type.