doc/api/graphql/reference/experimental/enums.md
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.
AccessLevelEnumAccess level to a resource.
| Value | Description |
|---|---|
ADMIN | Admin access. |
DEVELOPER | Developer access. |
GUEST | Guest access. |
MAINTAINER | Maintainer access. |
MINIMAL_ACCESS | Minimal access. |
NO_ACCESS | No access. |
OWNER | Owner access. |
PLANNER | Planner access. |
REPORTER | Reporter access. |
SECURITY_MANAGER | Security manager access. |
AccessTokenGranularScopeAccessAccess configured on a granular scope.
| Value | Description |
|---|---|
ALL_MEMBERSHIPS | Grants access to resources belonging to all groups and projects the user is a member of. |
INSTANCE | Grants access to standalone instance-level resources. |
PERSONAL_PROJECTS | Grants access to resources belonging to all personal projects of a user. |
SELECTED_MEMBERSHIPS | Grants access to resources belonging to selected groups and projects the user is a member of. |
USER | Grants access to standalone user-level resources. |
AccessTokenSortValues for sorting access tokens.
| Value | Description |
|---|---|
CREATED_ASC | Sort by created_at in ascending order. |
CREATED_DESC | Sort by created_at in descending order. |
EXPIRES_ASC | Sort by expires_at in ascending order. |
EXPIRES_DESC | Sort by expires_at in descending order. |
ID_ASC | Sort by ID in ascending order. |
ID_DESC | Sort by ID in descending order. |
LAST_USED_ASC | Sort by last_used_at in ascending order. |
LAST_USED_DESC | Sort by last_used_at in descending order. |
NAME_ASC | Sort by name in ascending order. |
NAME_DESC | Sort by name in descending order. |
UPDATED_ASC | Sort by updated_at in ascending order. |
UPDATED_DESC | Sort by updated_at in descending order. |
AccessTokenStateState of an access token.
| Value | Description |
|---|---|
ACTIVE | Token is active. |
INACTIVE | Token is inactive. |
AgentTokenStatusAgent token statuses.
| Value | Description |
|---|---|
ACTIVE | Active agent token. |
REVOKED | Revoked agent token. |
AiAcceptedSelfHostedModelsLLMs supported by the self-hosted model features.
| Value | Description |
|---|---|
CLAUDE_3 | Claude 3 model family, suitable for code generation and duo chat. |
CODEGEMMA | CodeGemma Code: Suitable for code suggestions. |
CODELLAMA | Code-Llama Instruct: Suitable for code suggestions. |
CODESTRAL | Codestral: Suitable for code suggestions. |
DEEPSEEKCODER | Deepseek Coder base or instruct. |
EMBEDDING | Embedding: Suitable for semantic search. |
GEMINI | Gemini: Suitable for duo agentic and non-agentic chat. |
GENERAL | General: Any model suitable for code suggestions and duo chat. |
GPT | GPT: Suitable for code suggestions. |
LLAMA3 | LLaMA 3: Suitable for code suggestions and duo chat. |
MISTRAL | Mistral: Suitable for code suggestions and duo chat. |
MIXTRAL | Mixtral: Suitable for code suggestions and duo chat. |
QWEN | Qwen: Suitable for code suggestions and duo chat. |
AiActionAction to subscribe to.
| Value | Description |
|---|---|
CHAT | Chat action. |
AiAdditionalContextCategoryThe category of the additional context.
| Value | Description |
|---|---|
AGENT_USER_ENVIRONMENT | Agent_user_environment content category. |
DEPENDENCY | Dependency content category. |
DIRECTORY | Directory content category. |
FILE | File content category. |
ISSUE | Issue content category. |
LOCAL_GIT | Local_git content category. |
MERGE_REQUEST | Merge_request content category. |
REPOSITORY | Repository content category. |
SNIPPET | Snippet content category. |
TERMINAL | Terminal content category. |
USER_RULE | User_rule content category. |
AiCatalogFlowConfigTypePossible flow configuration types for AI Catalog agents.
| Value | Description |
|---|---|
CHAT | Chat flow configuration. |
AiCatalogItemReportReasonPossible reasons for reporting an AI catalog item.
| Value | Description |
|---|---|
EXCESSIVE_RESOURCE_USAGE | Wasting compute or causing performance issues. |
IMMEDIATE_SECURITY_THREAT | Contains dangerous code, exploits, or harmful actions. |
OTHER | Please describe below. |
POTENTIAL_SECURITY_THREAT | Hypothetical or low risk security flaws that could be exploited. |
SPAM_OR_LOW_QUALITY | Frequently failing or nuisance activity. |
AiCatalogItemTypePossible item types for AI items.
| Value | Description |
|---|---|
AGENT | Agent. |
FLOW | Flow. |
FOUNDATIONAL_AGENT | Foundational agent. |
THIRD_PARTY_FLOW | Third party flow. |
AiCatalogItemVerificationLevel| Value | Description |
|---|---|
GITLAB_MAINTAINED | The item is Gitlab Maintained. |
GITLAB_PARTNER_MAINTAINED | The item is Gitlab Partner Maintained. |
UNVERIFIED | The item is Unverified. |
VERIFIED_CREATOR_MAINTAINED | The item is Verified Creator Maintained. |
VERIFIED_CREATOR_SELF_MANAGED | The item is Verified Creator Self Managed. |
AiCatalogItemVisibilityPossible visibility levels for AI catalog items.
| Value | Description |
|---|---|
INTERNAL | Internal visibility. |
PRIVATE | Private visibility. |
PUBLIC | Public visibility. |
AiCatalogItemsSortValues for sorting AI Catalog items.
| Value | Description |
|---|---|
CATALOG_PRIORITY | By catalog priority order. |
STAR_COUNT_ASC | Star count by ascending order. |
STAR_COUNT_DESC | Star count by descending order. |
USAGE_COUNT_ASC | Last 30-day usage count by ascending order. |
USAGE_COUNT_DESC | Last 30-day usage count by descending order. |
AiCatalogMcpServerAuthTypeAuthentication types for MCP servers.
| Value | Description |
|---|---|
NO_AUTH | No authentication. |
OAUTH | OAuth authentication. |
AiCatalogMcpServerTransportTransport types for MCP servers.
| Value | Description |
|---|---|
HTTP | HTTP transport. |
AiCatalogVersionBumpPossible version bumps for AI catalog items.
| Value | Description |
|---|---|
MAJOR | Major version bump. |
MINOR | Minor version bump. |
PATCH | Patch version bump. |
AiConversationsThreadsConversationTypeConversation type of the thread.
| Value | Description |
|---|---|
DUO_CHAT | duo_chat thread. |
DUO_CHAT_LEGACY | duo_chat_legacy thread. |
DUO_CODE_REVIEW | duo_code_review thread. |
DUO_QUICK_CHAT | duo_quick_chat thread. |
AiCreditsDenialReasonReason GitLab credits are unavailable.
| Value | Description |
|---|---|
USAGE_BILLING_FORBIDDEN | Usage billing is not available for the account. |
AiDomainSettingActionAction to perform on a domain setting list for AI features.
| Value | Description |
|---|---|
ADD | Add domains to the list. |
REMOVE | Remove domains from the list. |
AiDomainSettingTypeType of domain setting to retrieve for AI features.
| Value | Description |
|---|---|
ALLOWED | Domains that are allowed. |
DENIED | Domains that are denied. |
AiFeatureProvidersProviders for AI features that can be configured.
| Value | Description |
|---|---|
DISABLED | Disabled option. |
SELF_HOSTED | Self hosted option. |
UNASSIGNED | Unassigned option. |
VENDORED | Vendored option. |
AiFeaturesAI features that can be configured through the Duo self-hosted feature settings.
| Value | Description |
|---|---|
CODE_COMPLETIONS | Code completion feature setting. |
CODE_GENERATIONS | Code generation feature setting. |
DUO_AGENT_PLATFORM | Duo agent platform feature setting. |
DUO_AGENT_PLATFORM_AGENTIC_CHAT | Duo agent platform agentic chat feature setting. |
DUO_CHAT | Duo Chat feature setting. |
DUO_CHAT_EXPLAIN_CODE | Duo chat explain code feature setting. |
DUO_CHAT_EXPLAIN_VULNERABILITY | Duo chat explain vulnerability feature setting. |
DUO_CHAT_FIX_CODE | Duo chat fix code feature setting. |
DUO_CHAT_REFACTOR_CODE | Duo chat refactor code feature setting. |
DUO_CHAT_SUMMARIZE_COMMENTS | Duo chat summarize comment feature setting. |
DUO_CHAT_TROUBLESHOOT_JOB | Duo chat troubleshoot job feature setting. |
DUO_CHAT_WRITE_TESTS | Duo chat write test feature setting. |
GENERATE_COMMIT_MESSAGE | Generate commit message feature setting. |
GLAB_ASK_GIT_COMMAND | Glab ask git command feature setting. |
RESOLVE_VULNERABILITY | Resolve vulnerability feature setting. |
REVIEW_MERGE_REQUEST | Review merge request feature setting. |
REVIEW_MERGE_REQUEST_DAP | Review merge request dap feature setting. |
SAST_VULNERABILITY_FP_DETECTION | Sast vulnerability fp detection feature setting. |
SAST_VULNERABILITY_RESOLUTION | Sast vulnerability resolution feature setting. |
SECRET_VULNERABILITY_FP_DETECTION | Secret vulnerability fp detection feature setting. |
SECURITY_REVIEW | Security review feature setting. |
SUMMARIZE_NEW_MERGE_REQUEST | Summarize new merge request feature setting. |
SUMMARIZE_REVIEW | Summarize review feature setting. |
AiFlowTriggerEventTypePossible event types for flow triggers.
| Value | Description |
|---|---|
ASSIGN | Flow trigger assign event. |
ASSIGN_REVIEWER | Flow trigger assign_reviewer event. |
MENTION | Flow trigger mention event. |
MERGE_REQUEST | Flow trigger merge_request event. |
MERGE_REQUEST_CODE_CONFLICT | Flow trigger merge_request_code_conflict event. |
MERGE_REQUEST_READY | Flow trigger merge_request_ready event. |
PIPELINE_HOOKS | Flow trigger pipeline_hooks event. |
WORK_ITEM | Flow trigger work_item event. |
AiMessageRolePossible message roles for AI features.
| Value | Description |
|---|---|
ASSISTANT | assistant message. |
SYSTEM | system message. |
USER | user message. |
AiMessageTypeTypes of messages returned from AI features.
| Value | Description |
|---|---|
TOOL | Tool selection message. |
AiModelSelectionFeaturesAI features that can be configured through the Model Selection feature settings.
| Value | Description |
|---|---|
CODE_COMPLETIONS | Code completion feature setting. |
CODE_GENERATIONS | Code generation feature setting. |
DUO_AGENT_PLATFORM | Duo agent platform feature setting. |
DUO_AGENT_PLATFORM_AGENTIC_CHAT | Duo agent platform agentic chat feature setting. |
DUO_CHAT | Duo Chat feature setting. |
DUO_CHAT_EXPLAIN_CODE | Duo chat explain code feature setting. |
DUO_CHAT_EXPLAIN_VULNERABILITY | Duo chat explain vulnerability feature setting. |
DUO_CHAT_FIX_CODE | Duo chat fix code feature setting. |
DUO_CHAT_REFACTOR_CODE | Duo chat refactor code feature setting. |
DUO_CHAT_SUMMARIZE_COMMENTS | Duo chat summarize comment feature setting. |
DUO_CHAT_TROUBLESHOOT_JOB | Duo chat troubleshoot job feature setting. |
DUO_CHAT_WRITE_TESTS | Duo chat write test feature setting. |
GENERATE_COMMIT_MESSAGE | Generate commit message feature setting. |
GLAB_ASK_GIT_COMMAND | Glab ask git command feature setting. |
RESOLVE_VULNERABILITY | Resolve vulnerability feature setting. |
REVIEW_MERGE_REQUEST | Review merge request feature setting. |
REVIEW_MERGE_REQUEST_DAP | Review merge request dap feature setting. |
SAST_VULNERABILITY_FP_DETECTION | Sast vulnerability fp detection feature setting. |
SAST_VULNERABILITY_RESOLUTION | Sast vulnerability resolution feature setting. |
SECRET_VULNERABILITY_FP_DETECTION | Secret vulnerability fp detection feature setting. |
SECURITY_REVIEW | Security review feature setting. |
SUMMARIZE_NEW_MERGE_REQUEST | Summarize new merge request feature setting. |
SUMMARIZE_REVIEW | Summarize review feature setting. |
AiSelfHostedModelProviderProvider for a self-hosted model.
| Value | Description |
|---|---|
API | API provider. |
BEDROCK | Amazon Bedrock provider. |
VERTEX_AI | Gemini Enterprise Agent Platform provider. |
AiSelfHostedModelReleaseStateGitLab release state of the model.
| Value | Description |
|---|---|
BETA | Beta status. |
EXPERIMENTAL | Experimental status. |
GA | GA status. |
AiToolActionTypeAction type categorisation for an AI tool.
| Value | Description |
|---|---|
DESTROY | Tool performs destructive operations. |
READ | Tool performs read-only operations. |
WRITE | Tool performs write operations. |
AiToolPermissionPermission mode for an AI tool.
| Value | Description |
|---|---|
ALLOW | Tool is always allowed to run without approval. |
ASK | Tool requires human approval before running. |
DENY | Tool is always blocked from running. |
AiToolSourceSource of an AI tool.
| Value | Description |
|---|---|
GITLAB | Tool provided by GitLab. |
MCP | Tool provided via MCP. |
AiUsageEventTypeType of AI usage event.
| Value | Description |
|---|---|
AGENT_PLATFORM_SESSION_CREATED | Agent platform session was created. |
AGENT_PLATFORM_SESSION_DROPPED | Agent platform session was dropped. |
AGENT_PLATFORM_SESSION_FINISHED | Agent platform session was finished. |
AGENT_PLATFORM_SESSION_RESUMED | Agent platform session was resumed. |
AGENT_PLATFORM_SESSION_STARTED | Agent platform session was started. |
AGENT_PLATFORM_SESSION_STOPPED | Agent platform session was stopped. |
CLICK_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_LEARN_MORE | User clicked learn more on Duo Agent Platform subscription expired state. |
CLICK_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_UPGRADE | User clicked upgrade on Duo Agent Platform subscription expired state. |
CODE_SUGGESTIONS_REQUESTED | Code Suggestion was requested. Old data only. |
CODE_SUGGESTION_ACCEPTED_IN_IDE | Code Suggestion was accepted in IDE. |
CODE_SUGGESTION_DIRECT_ACCESS_TOKEN_REFRESH | Code Suggestion token was refreshed. Old data only. |
CODE_SUGGESTION_REJECTED_IN_IDE | Code Suggestion was rejected in IDE. |
CODE_SUGGESTION_SHOWN_IN_IDE | Code Suggestion was shown in IDE. |
DUO_WORKFLOW_WORKLOAD_COMPLETED | Duo Workflow workload was completed. |
ENCOUNTER_DUO_CODE_REVIEW_ERROR_DURING_REVIEW | Duo Code Review encountered an error. |
EXCLUDED_FILES_FROM_DUO_CODE_REVIEW | Files were excluded from Duo Code Review. |
FIND_NOTHING_TO_REVIEW_DUO_CODE_REVIEW_ON_MR | Duo Code Review found nothing to review on MR. |
FIND_NO_ISSUES_DUO_CODE_REVIEW_AFTER_REVIEW | Duo Code Review found no issues after review. |
FINISH_MCP_TOOL_CALL | MCP tool call was finished. |
FIX_PIPELINE_SUGGESTION_APPLIED | Fix pipeline suggestion was applied. |
FIX_PIPELINE_SUGGESTION_POSTED | Fix pipeline suggestion was posted. |
POST_COMMENT_DUO_CODE_REVIEW_ON_DIFF | Duo Code Review posted a diff comment. |
REACT_THUMBS_DOWN_ON_DUO_CODE_REVIEW_COMMENT | User gave thumbs-down reaction to Duo Code Review comment. |
REACT_THUMBS_UP_ON_DUO_CODE_REVIEW_COMMENT | User gave thumbs-up reaction to Duo Code Review comment. |
REQUEST_DUO_CHAT_RESPONSE | Duo Chat response was requested. |
REQUEST_REVIEW_DUO_CODE_REVIEW_ON_MR_BY_AUTHOR | MR author requested Duo Code Review. |
REQUEST_REVIEW_DUO_CODE_REVIEW_ON_MR_BY_NON_AUTHOR | Non-author requested Duo Code Review on MR. |
RESTORE_AI_CATALOG_ITEM | AI Catalog item version was restored as new latest version. |
START_MCP_TOOL_CALL | MCP tool call was started. |
SUMMARIZE_REVIEW | A merge request review summary was requested with GitLab Duo. |
TROUBLESHOOT_JOB | Troubleshoot job feature was used. |
VIEW_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_EMPTY_STATE | Duo Agent Platform subscription expired empty state was viewed. |
AiUserMetricsSortValues for sorting AI user metrics.
| Value | Description |
|---|---|
AGENT_PLATFORM_SESSION_CREATED_ASC | Agent Platform Session Created event count in ascending order. |
AGENT_PLATFORM_SESSION_CREATED_DESC | Agent Platform Session Created event count in descending order. |
AGENT_PLATFORM_SESSION_DROPPED_ASC | Agent Platform Session Dropped event count in ascending order. |
AGENT_PLATFORM_SESSION_DROPPED_DESC | Agent Platform Session Dropped event count in descending order. |
AGENT_PLATFORM_SESSION_FINISHED_ASC | Agent Platform Session Finished event count in ascending order. |
AGENT_PLATFORM_SESSION_FINISHED_DESC | Agent Platform Session Finished event count in descending order. |
AGENT_PLATFORM_SESSION_RESUMED_ASC | Agent Platform Session Resumed event count in ascending order. |
AGENT_PLATFORM_SESSION_RESUMED_DESC | Agent Platform Session Resumed event count in descending order. |
AGENT_PLATFORM_SESSION_STARTED_ASC | Agent Platform Session Started event count in ascending order. |
AGENT_PLATFORM_SESSION_STARTED_DESC | Agent Platform Session Started event count in descending order. |
AGENT_PLATFORM_SESSION_STOPPED_ASC | Agent Platform Session Stopped event count in ascending order. |
AGENT_PLATFORM_SESSION_STOPPED_DESC | Agent Platform Session Stopped event count in descending order. |
AGENT_PLATFORM_TOTAL_COUNT_ASC | Agent Platform total event count in ascending order. |
AGENT_PLATFORM_TOTAL_COUNT_DESC | Agent Platform total event count in descending order. |
AI_CATALOG_TOTAL_COUNT_ASC | Ai Catalog total event count in ascending order. |
AI_CATALOG_TOTAL_COUNT_DESC | Ai Catalog total event count in descending order. |
CHAT_TOTAL_COUNT_ASC | Chat total event count in ascending order. |
CHAT_TOTAL_COUNT_DESC | Chat total event count in descending order. |
CLICK_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_LEARN_MORE_ASC | Click Duo Agentic Subscription Expired Learn More event count in ascending order. |
CLICK_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_LEARN_MORE_DESC | Click Duo Agentic Subscription Expired Learn More event count in descending order. |
CLICK_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_UPGRADE_ASC | Click Duo Agentic Subscription Expired Upgrade event count in ascending order. |
CLICK_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_UPGRADE_DESC | Click Duo Agentic Subscription Expired Upgrade event count in descending order. |
CODE_REVIEW_TOTAL_COUNT_ASC | Code Review total event count in ascending order. |
CODE_REVIEW_TOTAL_COUNT_DESC | Code Review total event count in descending order. |
CODE_SUGGESTIONS_REQUESTED_ASC | Code Suggestions Requested event count in ascending order. |
CODE_SUGGESTIONS_REQUESTED_DESC | Code Suggestions Requested event count in descending order. |
CODE_SUGGESTIONS_TOTAL_COUNT_ASC | Code Suggestions total event count in ascending order. |
CODE_SUGGESTIONS_TOTAL_COUNT_DESC | Code Suggestions total event count in descending order. |
CODE_SUGGESTION_ACCEPTED_IN_IDE_ASC | Code Suggestion Accepted In Ide event count in ascending order. |
CODE_SUGGESTION_ACCEPTED_IN_IDE_DESC | Code Suggestion Accepted In Ide event count in descending order. |
CODE_SUGGESTION_DIRECT_ACCESS_TOKEN_REFRESH_ASC | Code Suggestion Direct Access Token Refresh event count in ascending order. |
CODE_SUGGESTION_DIRECT_ACCESS_TOKEN_REFRESH_DESC | Code Suggestion Direct Access Token Refresh event count in descending order. |
CODE_SUGGESTION_REJECTED_IN_IDE_ASC | Code Suggestion Rejected In Ide event count in ascending order. |
CODE_SUGGESTION_REJECTED_IN_IDE_DESC | Code Suggestion Rejected In Ide event count in descending order. |
CODE_SUGGESTION_SHOWN_IN_IDE_ASC | Code Suggestion Shown In Ide event count in ascending order. |
CODE_SUGGESTION_SHOWN_IN_IDE_DESC | Code Suggestion Shown In Ide event count in descending order. |
DUO_WORKFLOW_TOTAL_COUNT_ASC | Duo Workflow total event count in ascending order. |
DUO_WORKFLOW_TOTAL_COUNT_DESC | Duo Workflow total event count in descending order. |
DUO_WORKFLOW_WORKLOAD_COMPLETED_ASC | Duo Workflow Workload Completed event count in ascending order. |
DUO_WORKFLOW_WORKLOAD_COMPLETED_DESC | Duo Workflow Workload Completed event count in descending order. |
ENCOUNTER_DUO_CODE_REVIEW_ERROR_DURING_REVIEW_ASC | Encounter Duo Code Review Error During Review event count in ascending order. |
ENCOUNTER_DUO_CODE_REVIEW_ERROR_DURING_REVIEW_DESC | Encounter Duo Code Review Error During Review event count in descending order. |
EXCLUDED_FILES_FROM_DUO_CODE_REVIEW_ASC | Excluded Files From Duo Code Review event count in ascending order. |
EXCLUDED_FILES_FROM_DUO_CODE_REVIEW_DESC | Excluded Files From Duo Code Review event count in descending order. |
FIND_NOTHING_TO_REVIEW_DUO_CODE_REVIEW_ON_MR_ASC | Find Nothing To Review Duo Code Review On Mr event count in ascending order. |
FIND_NOTHING_TO_REVIEW_DUO_CODE_REVIEW_ON_MR_DESC | Find Nothing To Review Duo Code Review On Mr event count in descending order. |
FIND_NO_ISSUES_DUO_CODE_REVIEW_AFTER_REVIEW_ASC | Find No Issues Duo Code Review After Review event count in ascending order. |
FIND_NO_ISSUES_DUO_CODE_REVIEW_AFTER_REVIEW_DESC | Find No Issues Duo Code Review After Review event count in descending order. |
FINISH_MCP_TOOL_CALL_ASC | Finish Mcp Tool Call event count in ascending order. |
FINISH_MCP_TOOL_CALL_DESC | Finish Mcp Tool Call event count in descending order. |
FIX_PIPELINE_SUGGESTION_APPLIED_ASC | Fix Pipeline Suggestion Applied event count in ascending order. |
FIX_PIPELINE_SUGGESTION_APPLIED_DESC | Fix Pipeline Suggestion Applied event count in descending order. |
FIX_PIPELINE_SUGGESTION_POSTED_ASC | Fix Pipeline Suggestion Posted event count in ascending order. |
FIX_PIPELINE_SUGGESTION_POSTED_DESC | Fix Pipeline Suggestion Posted event count in descending order. |
FIX_PIPELINE_TOTAL_COUNT_ASC | Fix Pipeline total event count in ascending order. |
FIX_PIPELINE_TOTAL_COUNT_DESC | Fix Pipeline total event count in descending order. |
MCP_TOTAL_COUNT_ASC | Mcp total event count in ascending order. |
MCP_TOTAL_COUNT_DESC | Mcp total event count in descending order. |
POST_COMMENT_DUO_CODE_REVIEW_ON_DIFF_ASC | Post Comment Duo Code Review On Diff event count in ascending order. |
POST_COMMENT_DUO_CODE_REVIEW_ON_DIFF_DESC | Post Comment Duo Code Review On Diff event count in descending order. |
REACT_THUMBS_DOWN_ON_DUO_CODE_REVIEW_COMMENT_ASC | React Thumbs Down On Duo Code Review Comment event count in ascending order. |
REACT_THUMBS_DOWN_ON_DUO_CODE_REVIEW_COMMENT_DESC | React Thumbs Down On Duo Code Review Comment event count in descending order. |
REACT_THUMBS_UP_ON_DUO_CODE_REVIEW_COMMENT_ASC | React Thumbs Up On Duo Code Review Comment event count in ascending order. |
REACT_THUMBS_UP_ON_DUO_CODE_REVIEW_COMMENT_DESC | React Thumbs Up On Duo Code Review Comment event count in descending order. |
REQUEST_DUO_CHAT_RESPONSE_ASC | Request Duo Chat Response event count in ascending order. |
REQUEST_DUO_CHAT_RESPONSE_DESC | Request Duo Chat Response event count in descending order. |
REQUEST_REVIEW_DUO_CODE_REVIEW_ON_MR_BY_AUTHOR_ASC | Request Review Duo Code Review On Mr By Author event count in ascending order. |
REQUEST_REVIEW_DUO_CODE_REVIEW_ON_MR_BY_AUTHOR_DESC | Request Review Duo Code Review On Mr By Author event count in descending order. |
REQUEST_REVIEW_DUO_CODE_REVIEW_ON_MR_BY_NON_AUTHOR_ASC | Request Review Duo Code Review On Mr By Non Author event count in ascending order. |
REQUEST_REVIEW_DUO_CODE_REVIEW_ON_MR_BY_NON_AUTHOR_DESC | Request Review Duo Code Review On Mr By Non Author event count in descending order. |
RESTORE_AI_CATALOG_ITEM_ASC | Restore Ai Catalog Item event count in ascending order. |
RESTORE_AI_CATALOG_ITEM_DESC | Restore Ai Catalog Item event count in descending order. |
START_MCP_TOOL_CALL_ASC | Start Mcp Tool Call event count in ascending order. |
START_MCP_TOOL_CALL_DESC | Start Mcp Tool Call event count in descending order. |
SUMMARIZE_REVIEW_ASC | Summarize Review event count in ascending order. |
SUMMARIZE_REVIEW_DESC | Summarize Review event count in descending order. |
SUMMARIZE_REVIEW_TOTAL_COUNT_ASC | Summarize Review total event count in ascending order. |
SUMMARIZE_REVIEW_TOTAL_COUNT_DESC | Summarize Review total event count in descending order. |
TOTAL_EVENTS_COUNT_ASC | Total count of all AI events in ascending order. |
TOTAL_EVENTS_COUNT_DESC | Total count of all AI events in descending order. |
TROUBLESHOOT_JOB_ASC | Troubleshoot Job event count in ascending order. |
TROUBLESHOOT_JOB_DESC | Troubleshoot Job event count in descending order. |
TROUBLESHOOT_JOB_TOTAL_COUNT_ASC | Troubleshoot Job total event count in ascending order. |
TROUBLESHOOT_JOB_TOTAL_COUNT_DESC | Troubleshoot Job total event count in descending order. |
VIEW_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_EMPTY_STATE_ASC | View Duo Agentic Subscription Expired Empty State event count in ascending order. |
VIEW_DUO_AGENTIC_SUBSCRIPTION_EXPIRED_EMPTY_STATE_DESC | View Duo Agentic Subscription Expired Empty State event count in descending order. |
AlertManagementAlertSortValues for sorting alerts.
| Value | Description |
|---|---|
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at descending order. |
CREATED_TIME_ASC | Created time by ascending order. |
CREATED_TIME_DESC | Created time by descending order. |
ENDED_AT_ASC | End time by ascending order. |
ENDED_AT_DESC | End time by descending order. |
EVENT_COUNT_ASC | Events count by ascending order. |
EVENT_COUNT_DESC | Events count by descending order. |
SEVERITY_ASC | Severity from less critical to more critical. |
SEVERITY_DESC | Severity from more critical to less critical. |
STARTED_AT_ASC | Start time by ascending order. |
STARTED_AT_DESC | Start time by descending order. |
STATUS_ASC | Status by order: Ignored > Resolved > Acknowledged > Triggered. |
STATUS_DESC | Status by order: Triggered > Acknowledged > Resolved > Ignored. |
UPDATED_ASC | Updated at ascending order. |
UPDATED_DESC | Updated at descending order. |
UPDATED_TIME_ASC | Created time by ascending order. |
UPDATED_TIME_DESC | Created time 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. |
AlertManagementDomainFilterFilters the alerts based on given domain.
| Value | Description |
|---|---|
operations | Alerts for operations domain. |
threat_monitoring | Deprecated in GitLab 15.0. Network policies are deprecated and will be removed in GitLab 16.0. |
AlertManagementIntegrationTypeValues of types of integrations.
| Value | Description |
|---|---|
HTTP | Integration with any monitoring tool. |
PROMETHEUS | Prometheus integration. |
AlertManagementPayloadAlertFieldNameValues for alert field names used in the custom mapping.
| Value | Description |
|---|---|
DESCRIPTION | A high-level summary of the problem. |
END_TIME | The resolved time of the incident. |
FINGERPRINT | The unique identifier of the alert. This can be used to group occurrences of the same alert. |
GITLAB_ENVIRONMENT_NAME | The name of the associated GitLab environment. |
HOSTS | One or more hosts, as to where this incident occurred. |
MONITORING_TOOL | The name of the associated monitoring tool. |
SERVICE | The affected service. |
SEVERITY | The severity of the alert. |
START_TIME | The time of the incident. |
TITLE | The title of the incident. |
AlertManagementPayloadAlertFieldTypeValues for alert field types used in the custom mapping.
| Value | Description |
|---|---|
ARRAY | Array field type. |
DATETIME | DateTime field type. |
NUMBER | Number field type. |
STRING | String field type. |
AlertManagementSeverityAlert severity values.
| Value | Description |
|---|---|
CRITICAL | Critical severity. |
HIGH | High severity. |
INFO | Info severity. |
LOW | Low severity. |
MEDIUM | Medium severity. |
UNKNOWN | Unknown severity. |
AlertManagementStatusAlert status values.
| Value | Description |
|---|---|
ACKNOWLEDGED | Someone is actively investigating the problem. |
IGNORED | No action will be taken. |
RESOLVED | The problem has been addressed. |
TRIGGERED | Investigation has not started. |
AnalyticsAggregationPeriod| Value | Description |
|---|---|
DAY | Daily aggregation. |
MONTH | Monthly aggregation. |
WEEK | Weekly aggregation. |
AnalyzerSourceEnumSource of the build that ran the analyzer.
| Value | Description |
|---|---|
ON_DEMAND_DAST_SCAN | Job source is an on-demand DAST scan. |
ON_DEMAND_DAST_VALIDATION | Job source is an on-demand DAST site profile validation. |
PIPELINE_EXECUTION_POLICY | Job source is a pipeline execution policy. |
PIPELINE_EXECUTION_POLICY_SCHEDULE | Job source is a scheduled pipeline execution policy. |
SCAN_EXECUTION_POLICY | Job source is a scan execution policy. |
SECURITY_ORCHESTRATION_POLICY | Job source is a security orchestration policy. |
SECURITY_SCAN_PROFILES | Job source is a security scan profile. |
YML | Job source is defined or included in .gitlab-ci.yml. |
AnalyzerStatusEnumEnum for types of analyzers.
| Value | Description |
|---|---|
FAILED | Last analyzer execution failed. |
NOT_CONFIGURED | Analyzer is not configured. |
STALE | Analyzer is configured, but has not run in any recent pipelines. |
SUCCESS | Last analyzer execution finished successfully. |
AnalyzerTypeEnumEnum for types of analyzers.
| Value | Description |
|---|---|
API_FUZZING | Api fuzzing analyzer. |
CLUSTER_IMAGE_SCANNING | Cluster image scanning analyzer. |
CONTAINER_SCANNING | Any kind of container scanning. |
CONTAINER_SCANNING_FOR_REGISTRY | Container scanning for registry. Managed via project security settings. |
CONTAINER_SCANNING_PIPELINE_BASED | Container scanning analyzer. |
COVERAGE_FUZZING | Coverage fuzzing analyzer. |
DAST | Dast analyzer. |
DEPENDENCY_SCANNING | Dependency scanning analyzer. |
SAST | Sast analyzer. |
SAST_ADVANCED | Sast advanced analyzer. |
SAST_IAC | Sast iac analyzer. |
SECRET_DETECTION | Any kind of secret detection. |
SECRET_DETECTION_PIPELINE_BASED | Secret detection analyzer. |
SECRET_DETECTION_SECRET_PUSH_PROTECTION | Secret push protection. Managed via project security settings. |
ApiFuzzingScanModeAll possible ways to specify the API surface for an API fuzzing scan.
| Value | Description |
|---|---|
HAR | The API surface is specified by a HAR file. |
OPENAPI | The API surface is specified by a OPENAPI file. |
POSTMAN | The API surface is specified by a POSTMAN file. |
ApprovalReportType| Value | Description |
|---|---|
ANY_MERGE_REQUEST | Represents report_type for any_merge_request related approval rules. |
LICENSE_SCANNING | Represents report_type for license scanning related approval rules. |
SCAN_FINDING | Represents report_type for vulnerability check related approval rules. |
ApprovalRuleTypeThe kind of an approval rule.
| Value | Description |
|---|---|
ANY_APPROVER | A any_approver approval rule. |
CODE_OWNER | A code_owner approval rule. |
REGULAR | A regular approval rule. |
REPORT_APPROVER | A report_approver approval rule. |
ArtifactRegistryRoleArtifact Registry role that can be assigned to a user.
| Value | Description |
|---|---|
ARTIFACT_ADMIN | Administer registry-wide configuration and access. |
ARTIFACT_CONTRIBUTOR | Publish artifacts in addition to consuming them. |
ARTIFACT_MANAGER | Manage artifacts and repository configuration. |
ARTIFACT_VIEWER | Consume artifacts and browse the registry. |
AscpScanTypeType of ASCP scan (full or incremental).
| Value | Description |
|---|---|
FULL | Full scan of the entire codebase. |
INCREMENTAL | Incremental scan based on changes since last scan. |
AscpSeveritySeverity levels for ASCP security guidelines.
| Value | Description |
|---|---|
CRITICAL | Critical severity. |
HIGH | High severity. |
LOW | Low severity. |
MEDIUM | Medium severity. |
AssigneeWildcardIdAssignee ID wildcard values.
| Value | Description |
|---|---|
ANY | An assignee is assigned. |
NONE | No assignee is assigned. |
AttributeFilterOperatorOperators for filtering by security attributes.
| Value | Description |
|---|---|
IS_NOT_ONE_OF | Project does not have any of the specified attributes. |
IS_ONE_OF | Project has one or more of the specified attributes. |
AutoStopSettingAuto stop setting.
| Value | Description |
|---|---|
ALWAYS | Always. |
WITH_ACTION | With Action. |
AvailabilityEnumUser availability status.
| Value | Description |
|---|---|
BUSY | Busy. |
NOT_SET | Not Set. |
AvailableExportFieldsAvailable fields to be exported as CSV.
| Value | Description |
|---|---|
ASSIGNEE | Assignee(s) name of the work item. |
ASSIGNEE_USERNAME | Assignee(s) username of the work item. |
AUTHOR | Author name of the work item. |
AUTHOR_USERNAME | Author username of the work item. |
CLOSED_AT | Closed at (UTC) date of the work item. |
CONFIDENTIAL | Confidentiality flag of the work item. |
CREATED_AT | Created at (UTC) date of the work item. |
DESCRIPTION | Description of the work item. |
DUE_DATE | Due date (UTC) of the work item. |
ID | Unique identifier of the work item. |
IID | IID identifier of the work item. |
LOCKED | Locked discussions flag of the work item. |
MILESTONE | Milestone of the work item. |
PARENT_ID | Parent ID of the work item. |
PARENT_IID | Parent IID of the work item. |
PARENT_TITLE | Parent title of the work item. |
START_DATE | Start date (UTC) of the work item. |
STATE | State of the work item. |
TIME_ESTIMATE | Time estimate of the work item. |
TIME_SPENT | Time spent of the work item. |
TITLE | Title of the work item. |
TYPE | Type of the work item. |
UPDATED_AT | Updated at (UTC) date of the work item. |
URL | Web URL to the work item. |
WEIGHT | Weight of the work item. |
BlobViewersTypeTypes of blob viewers.
| Value | Description |
|---|---|
auxiliary | Auxiliary blob viewers type. |
rich | Rich blob viewers type. |
simple | Simple blob viewers type. |
CarStatusStatus of a merge train's car.
| Value | Description |
|---|---|
FRESH | Car's status: fresh. |
IDLE | Car's status: idle. |
MERGED | Car's status: merged. |
MERGING | Car's status: merging. |
SKIP_MERGED | Car's status: skip_merged. |
STALE | Car's status: stale. |
CdDeploymentStateState of a continuous deployment deployment.
| Value | Description |
|---|---|
CANCELLED | Deployment is cancelled. |
DEGRADED | Deployment is degraded. |
DEPLOYING | Deployment is deploying. |
FAILED | Deployment is failed. |
HEALTHY | Deployment is healthy. |
PENDING | Deployment is pending. |
CdDeploymentTransitionStateState recorded in a continuous deployment deployment transition.
| Value | Description |
|---|---|
CANCELLED | Deployment transition state cancelled. |
DEGRADED | Deployment transition state degraded. |
DEPLOYING | Deployment transition state deploying. |
FAILED | Deployment transition state failed. |
HEALTHY | Deployment transition state healthy. |
INITIAL | Deployment transition state initial. |
PENDING | Deployment transition state pending. |
CdEnvironmentTierTier of a continuous deployment environment.
| Value | Description |
|---|---|
DEVELOPMENT | Environment is in the development tier. |
PRODUCTION | Environment is in the production tier. |
QA | Environment is in the QA tier. |
STAGING | Environment is in the staging tier. |
CdRolloutEnvironmentStateState of a continuous deployment rollout environment.
| Value | Description |
|---|---|
CANCELLED | Rollout environment is cancelled. |
COMPLETED | Rollout environment is completed. |
FAILED | Rollout environment is failed. |
IN_PROGRESS | Rollout environment is in progress. |
PAUSED | Rollout environment is paused. |
PENDING | Rollout environment is pending. |
CdRolloutStateState of a continuous deployment rollout.
| Value | Description |
|---|---|
CANCELLED | Rollout is cancelled. |
COMPLETED | Rollout is completed. |
FAILED | Rollout is failed. |
IN_PROGRESS | Rollout is in progress. |
PAUSED | Rollout is paused. |
PENDING | Rollout is pending. |
CdRolloutTransitionStateState recorded in a continuous deployment rollout transition.
| Value | Description |
|---|---|
CANCELLED | Rollout transition state cancelled. |
COMPLETED | Rollout transition state completed. |
FAILED | Rollout transition state failed. |
INITIAL | Rollout transition state initial. |
IN_PROGRESS | Rollout transition state in progress. |
PAUSED | Rollout transition state paused. |
PENDING | Rollout transition state pending. |
CdServiceHealthObserved health of a service in an environment.
| Value | Description |
|---|---|
DEGRADED | Service is degraded. |
FAILED | Service is failed. |
HEALTHY | Service is healthy. |
UNKNOWN | Service is unknown. |
CiCatalogResourceProjectUsageSortValues for sorting projects that use components from a catalog resource.
| Value | Description |
|---|---|
LAST_USED_ASC | Last used date by ascending order. |
LAST_USED_DESC | Last used date by descending order. |
OLDEST_VERSION_ASC | Oldest version a project uses by ascending order. |
OLDEST_VERSION_DESC | Oldest version a project uses by descending order. |
PROJECT_NAME_ASC | Project name by ascending order. |
PROJECT_NAME_DESC | Project name by descending order. |
VERSION_ASC | Newest version a project uses by ascending order. |
VERSION_DESC | Newest version a project uses by descending order. |
CiCatalogResourceScopeValues for scoping catalog resources.
| Value | Description |
|---|---|
ALL | All catalog resources visible to the current user. |
NAMESPACES | Catalog resources belonging to authorized namespaces of the user. |
CiCatalogResourceSortValues for sorting catalog resources.
| Value | Description |
|---|---|
CREATED_ASC | Created date by ascending order. |
CREATED_DESC | Created date by descending order. |
LATEST_RELEASED_AT_ASC | Latest release date by ascending order. |
LATEST_RELEASED_AT_DESC | Latest release date by descending order. |
NAME_ASC | Name by ascending order. |
NAME_DESC | Name by descending order. |
STAR_COUNT_ASC | Star count by ascending order. |
STAR_COUNT_DESC | Star count by descending order. |
USAGE_COUNT_ASC | Last 30-day usage count by ascending order. |
USAGE_COUNT_DESC | Last 30-day usage count by descending order. |
CiCatalogResourceVerificationLevel| Value | Description |
|---|---|
GITLAB_MAINTAINED | The resource is Gitlab Maintained. |
GITLAB_PARTNER_MAINTAINED | The resource is Gitlab Partner Maintained. |
UNVERIFIED | The resource is Unverified. |
VERIFIED_CREATOR_MAINTAINED | The resource is Verified Creator Maintained. |
VERIFIED_CREATOR_SELF_MANAGED | The resource is Verified Creator Self Managed. |
CiConfigIncludeTypeInclude type.
| Value | Description |
|---|---|
component | Component include. |
file | Project file include. |
local | Local include. |
remote | Remote include. |
template | Template include. |
CiConfigStatusValues for YAML processor result.
| Value | Description |
|---|---|
INVALID | Configuration file is not valid. |
VALID | Configuration file is valid. |
CiFreezePeriodStatusDeploy freeze period status.
| Value | Description |
|---|---|
ACTIVE | Freeze period is active. |
INACTIVE | Freeze period is inactive. |
CiGroupVariablesSortValues for sorting inherited variables.
| Value | Description |
|---|---|
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at descending order. |
KEY_ASC | Key by ascending order. |
KEY_DESC | Key by descending order. |
CiInputsTypeAvailable input types.
| Value | Description |
|---|---|
ARRAY | Array input. |
BOOLEAN | Boolean input. |
NUMBER | Number input. |
STRING | String input. |
CiJobAnalyticsSortValues for sorting CI/CD job analytics.
| Value | Description |
|---|---|
CANCELED_RATE_ASC | Sort by canceled rate in ascending order. |
CANCELED_RATE_DESC | Sort by canceled rate in descending order. |
FAILED_RATE_ASC | Sort by failed rate in ascending order. |
FAILED_RATE_DESC | Sort by failed rate in descending order. |
MEAN_DURATION_ASC | Sort by mean duration in ascending order. |
MEAN_DURATION_DESC | Sort by mean duration in descending order. |
NAME_ASC | Sort by name in ascending order. |
NAME_DESC | Sort by name in descending order. |
P50_DURATION_ASC | Sort by 50th percentile duration in ascending order. |
P50_DURATION_DESC | Sort by 50th percentile duration in descending order. |
P75_DURATION_ASC | Sort by 75th percentile duration in ascending order. |
P75_DURATION_DESC | Sort by 75th percentile duration in descending order. |
P90_DURATION_ASC | Sort by 90th percentile duration in ascending order. |
P90_DURATION_DESC | Sort by 90th percentile duration in descending order. |
P95_DURATION_ASC | Sort by 95th percentile duration in ascending order. |
P95_DURATION_DESC | Sort by 95th percentile duration in descending order. |
P99_DURATION_ASC | Sort by 99th percentile duration in ascending order. |
P99_DURATION_DESC | Sort by 99th percentile duration in descending order. |
STAGE_NAME_ASC | Sort by stage name in ascending order. |
STAGE_NAME_DESC | Sort by stage name in descending order. |
SUCCESS_RATE_ASC | Sort by success rate in ascending order. |
SUCCESS_RATE_DESC | Sort by success rate in descending order. |
CiJobFailureReason| Value | Description |
|---|---|
API_FAILURE | A job that failed due to api failure. |
ARCHIVED_FAILURE | A job that failed due to archived failure. |
BRIDGE_PIPELINE_IS_CHILD_PIPELINE | A job that failed due to bridge pipeline is child pipeline. |
BUILDS_DISABLED | A job that failed due to builds disabled. |
CI_QUOTA_EXCEEDED | A job that failed due to ci quota exceeded. |
DATA_INTEGRITY_FAILURE | A job that failed due to data integrity failure. |
DEPLOYMENT_REJECTED | A job that failed due to deployment rejected. |
DOWNSTREAM_BRIDGE_PROJECT_NOT_FOUND | A job that failed due to downstream bridge project not found. |
DOWNSTREAM_PIPELINE_CREATION_FAILED | A job that failed due to downstream pipeline creation failed. |
DOWNSTREAM_PROJECT_TRIGGER_RESOLVED_TO_EMPTY | A job that failed due to downstream project trigger resolved to empty. |
DUO_WORKFLOW_NOT_ALLOWED | A job that failed due to duo workflow not allowed. |
ENVIRONMENT_CREATION_FAILURE | A job that failed due to environment creation failure. |
FAILED_OUTDATED_DEPLOYMENT_JOB | A job that failed due to failed outdated deployment job. |
FORWARD_DEPLOYMENT_FAILURE | A job that failed due to forward deployment failure. |
ID_TOKEN_BURNED_PROJECT_PATH | A job that failed due to id token burned project path. |
INSUFFICIENT_BRIDGE_PERMISSIONS | A job that failed due to insufficient bridge permissions. |
INSUFFICIENT_UPSTREAM_PERMISSIONS | A job that failed due to insufficient upstream permissions. |
INVALID_BRIDGE_TRIGGER | A job that failed due to invalid bridge trigger. |
IP_RESTRICTION_FAILURE | A job that failed due to ip restriction failure. |
JOB_EXECUTION_SERVER_TIMEOUT | A job that failed due to job execution server timeout. |
JOB_EXECUTION_TIMEOUT | A job that failed due to job execution timeout. |
JOB_ROUTER_FAILURE | A job that failed due to job router failure. |
JOB_TOKEN_EXPIRED | A job that failed due to job token expired. |
MISSING_DEPENDENCY_FAILURE | A job that failed due to missing dependency failure. |
NO_MATCHING_RUNNER | A job that failed due to no matching runner. |
NO_UPDATES_CANCELING | A job that failed due to no updates canceling. |
NO_UPDATES_RUNNING | A job that failed due to no updates running. |
PIPELINE_LOOP_DETECTED | A job that failed due to pipeline loop detected. |
PROJECT_DELETED | A job that failed due to project deleted. |
PROTECTED_ENVIRONMENT_FAILURE | A job that failed due to protected environment failure. |
REACHED_DOWNSTREAM_PIPELINE_TRIGGER_RATE_LIMIT | A job that failed due to reached downstream pipeline trigger rate limit. |
REACHED_MAX_DESCENDANT_PIPELINES_DEPTH | A job that failed due to reached max descendant pipelines depth. |
REACHED_MAX_PIPELINE_HIERARCHY_SIZE | A job that failed due to reached max pipeline hierarchy size. |
RUNNER_CONFIGURATION_ERROR | A job that failed due to runner configuration error. |
RUNNER_EXTERNAL_DEPENDENCY_FAILURE | A job that failed due to runner external dependency failure. |
RUNNER_INTERRUPTED | A job that failed due to runner interrupted. |
RUNNER_SYSTEM_FAILURE | A job that failed due to runner system failure. |
RUNNER_UNSUPPORTED | A job that failed due to runner unsupported. |
SCHEDULER_FAILURE | A job that failed due to scheduler failure. |
SCRIPT_FAILURE | A job that failed due to script failure. |
SECRETS_PROVIDER_NOT_FOUND | A job that failed due to secrets provider not found. |
SERVER_TIMEOUT_CANCELING | A job that failed due to server timeout canceling. |
SERVER_TIMEOUT_RUNNING | A job that failed due to server timeout running. |
STALE_SCHEDULE | A job that failed due to stale schedule. |
STUCK_OR_TIMEOUT_FAILURE | A job that failed due to stuck or timeout failure. |
STUCK_PENDING_NO_MATCHING_RUNNERS | A job that failed due to stuck pending no matching runners. |
STUCK_PENDING_WITH_MATCHING_RUNNERS | A job that failed due to stuck pending with matching runners. |
TRACE_SIZE_EXCEEDED | A job that failed due to trace size exceeded. |
UNKNOWN_FAILURE | A job that failed due to unknown failure. |
UNMET_PREREQUISITES | A job that failed due to unmet prerequisites. |
UPSTREAM_BRIDGE_PROJECT_NOT_FOUND | A job that failed due to upstream bridge project not found. |
USER_BLOCKED | A job that failed due to user blocked. |
CiJobKind| Value | Description |
|---|---|
BRIDGE | Bridge CI job connecting a parent and child pipeline. |
BUILD | Standard CI job. |
CiJobSource| Value | Description |
|---|---|
API | A job initiated by api. |
CHAT | A job initiated by chat. |
CONTAINER_REGISTRY_PUSH | A job initiated by container registry push. |
DEPENDENCY_MANAGEMENT_SECURITY_UPDATE | A job initiated by dependency management security update. |
DUO_WORKFLOW | A job initiated by duo workflow. |
EXTERNAL | A job initiated by external. |
EXTERNAL_PULL_REQUEST_EVENT | A job initiated by external pull request event. |
MERGE_REQUEST_EVENT | A job initiated by merge request event. |
ONDEMAND_DAST_SCAN | A job initiated by ondemand dast scan. |
ONDEMAND_DAST_VALIDATION | A job initiated by ondemand dast validation. |
PARENT_PIPELINE | A job initiated by parent pipeline. |
PIPELINE | A job initiated by pipeline. |
PIPELINE_EXECUTION_POLICY | A job initiated by pipeline execution policy. |
PIPELINE_EXECUTION_POLICY_SCHEDULE | A job initiated by pipeline execution policy schedule. |
PUSH | A job initiated by push. |
SCAN_EXECUTION_POLICY | A job initiated by scan execution policy. |
SCHEDULE | A job initiated by schedule. |
SECURITY_ORCHESTRATION_POLICY | A job initiated by security orchestration policy. |
SECURITY_SCAN_PROFILES | A job initiated by security scan profiles. |
TRIGGER | A job initiated by trigger. |
UNKNOWN | A job initiated by unknown. |
WEB | A job initiated by web. |
WEBIDE | A job initiated by webide. |
CiJobStatus| Value | Description |
|---|---|
CANCELED | A job that is canceled. |
CANCELING | A job that is canceling. |
CREATED | A job that is created. |
FAILED | A job that is failed. |
MANUAL | A job that is manual. |
PENDING | A job that is pending. |
PREPARING | A job that is preparing. |
RUNNING | A job that is running. |
SCHEDULED | A job that is scheduled. |
SKIPPED | A job that is skipped. |
SUCCESS | A job that is success. |
WAITING_FOR_CALLBACK | A job that is waiting for callback. |
WAITING_FOR_RESOURCE | A job that is waiting for resource. |
CiJobTokenScopeDirectionDirection of access.
| Value | Description |
|---|---|
INBOUND | Target projects in the inbound allowlist can access the scope project through their job tokens. |
OUTBOUND | Job token scope project can access target project in the outbound allowlist. |
CiJobTokenScopePoliciesCI_JOB_TOKEN policy.
| Value | Description |
|---|---|
ADMIN_BADGES | Admin Badges. |
ADMIN_DEPLOYMENTS | Admin Deployments. |
ADMIN_ENVIRONMENTS | Admin Environments. |
ADMIN_JOBS | Admin Jobs. |
ADMIN_PACKAGES | Admin Packages. |
ADMIN_PIPELINES | Admin Pipelines. |
ADMIN_RELEASES | Admin Releases. |
ADMIN_REPOSITORIES | Admin Repositories. |
ADMIN_SECURE_FILES | Admin Secure Files. |
ADMIN_TERRAFORM_STATE | Admin Terraform State. |
READ_BADGES | Read Badges. |
READ_DEPLOYMENTS | Read Deployments. |
READ_ENVIRONMENTS | Read Environments. |
READ_JOBS | Read Jobs. |
READ_MERGE_REQUESTS | Read Merge Requests. |
READ_PACKAGES | Read Packages. |
READ_PIPELINES | Read Pipelines. |
READ_RELEASES | Read Releases. |
READ_REPOSITORIES | Read Repositories. |
READ_SECURE_FILES | Read Secure Files. |
READ_TERRAFORM_STATE | Read Terraform State. |
READ_WORK_ITEMS | Read Work Items. |
CiPipelineCreationStatusThe status of a pipeline creation.
| Value | Description |
|---|---|
FAILED | The pipeline creation is failed. |
IN_PROGRESS | The pipeline creation is in progress. |
SUCCEEDED | The pipeline creation is succeeded. |
CiPipelineSourcesCi Pipeline sources enum.
| Value | Description |
|---|---|
API | Pipeline created by an API event. |
CHAT | Pipeline created by a chat event. |
CONTAINER_REGISTRY_PUSH | Pipeline created by a container registry push event. |
DEPENDENCY_MANAGEMENT_SECURITY_UPDATE | Pipeline created by a dependency management security update event. |
DUO_WORKFLOW | Pipeline created by a duo workflow event. |
EXTERNAL | Pipeline created by an external event. |
EXTERNAL_PULL_REQUEST_EVENT | Pipeline created by an external pull request event. |
MERGE_REQUEST_EVENT | Pipeline created by a merge request event. |
ONDEMAND_DAST_SCAN | Pipeline created by an ondemand dast scan event. |
ONDEMAND_DAST_VALIDATION | Pipeline created by an ondemand dast validation event. |
PARENT_PIPELINE | Pipeline created by a parent pipeline event. |
PIPELINE | Pipeline created by a pipeline event. |
PIPELINE_EXECUTION_POLICY_SCHEDULE | Pipeline created by a pipeline execution policy schedule event. |
PUSH | Pipeline created by a push event. |
SCHEDULE | Pipeline created by a schedule event. |
SECURITY_ORCHESTRATION_POLICY | Pipeline created by a security orchestration policy event. |
TRIGGER | Pipeline created by a trigger event. |
UNKNOWN | Pipeline created by an unknown event. |
WEB | Pipeline created by a web event. |
WEBIDE | Pipeline created by a webide event. |
CiRunnerAccessLevel| Value | Description |
|---|---|
NOT_PROTECTED | A runner that is not protected. |
REF_PROTECTED | A runner that is ref protected. |
CiRunnerCloudProviderRunner cloud provider.
| Value | Description |
|---|---|
GKE | Google Kubernetes Engine. |
GOOGLE_CLOUD | Google Cloud. |
CiRunnerCreationMethod| Value | Description |
|---|---|
AUTHENTICATED_USER | Applies to a runner that was created by an authenticated user. |
REGISTRATION_TOKEN | Applies to a runner that was created by a runner registration token. |
CiRunnerCreationState| Value | Description |
|---|---|
FINISHED | Applies to a runner that has been registered and has polled for CI/CD jobs at least once. |
STARTED | Applies to a runner that has been created, but is not yet registered and running. |
CiRunnerJobExecutionStatus| Value | Description |
|---|---|
ACTIVE | Runner is busy. |
IDLE | Runner is idle. |
CiRunnerMembershipFilterValues for filtering runners in namespaces.
| Value | Description |
|---|---|
ALL_AVAILABLE | Status: 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. |
CiRunnerSortValues for sorting runners.
| Value | Description |
|---|---|
CONTACTED_ASC | Ordered by contacted_at in ascending order. |
CONTACTED_DESC | Ordered by contacted_at in descending order. |
CREATED_ASC | Ordered by created_at in ascending order. |
CREATED_DESC | Ordered by created_at in descending order. |
MOST_ACTIVE_DESC | Status: 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| Value | Description |
|---|---|
NEVER_CONTACTED | Runner that has never contacted the instance. |
OFFLINE | Runner that has not contacted this instance within the last 2 hours. Will be considered STALE if offline for more than 7 days. |
ONLINE | Runner that contacted this instance within the last 2 hours. |
STALE | Runner that has not contacted this instance within the last 7 days. |
CiRunnerType| Value | Description |
|---|---|
GROUP_TYPE | A runner that is group type. |
INSTANCE_TYPE | A runner that is instance type. |
PROJECT_TYPE | A runner that is project type. |
CiRunnerUpgradeStatus| Value | Description |
|---|---|
AVAILABLE | Upgrade is available for the runner. |
INVALID | Runner version is not valid. |
NOT_AVAILABLE | Upgrade is not available for the runner. |
RECOMMENDED | Upgrade is available and recommended for the runner. |
CiVariableSortValues for sorting variables.
| Value | Description |
|---|---|
KEY_ASC | Sorted by key in ascending order. |
KEY_DESC | Sorted by key in descending order. |
CiVariableType| Value | Description |
|---|---|
ENV_VAR | Env var type. |
FILE | File type. |
CodeFlowNodeTypeThe code flow node type.
| Value | Description |
|---|---|
PROPAGATION | Propagation node. |
SINK | Sink node. |
SOURCE | Source node. |
CodeQualityDegradationSeverity| Value | Description |
|---|---|
BLOCKER | Code Quality degradation has a status of blocker. |
CRITICAL | Code Quality degradation has a status of critical. |
INFO | Code Quality degradation has a status of info. |
MAJOR | Code Quality degradation has a status of major. |
MINOR | Code Quality degradation has a status of minor. |
UNKNOWN | Code Quality degradation has a status of unknown. |
CodequalityReportsComparerReportGenerationStatusRepresents the generation status of the compared codequality report.
| Value | Description |
|---|---|
ERROR | An error happened while generating the report. |
PARSED | Report was generated. |
PARSING | Report is being generated. |
CodequalityReportsComparerStatusRepresents the state of the code quality report.
| Value | Description |
|---|---|
FAILED | Report generated and there are new code quality degradations. |
NOT_FOUND | Head report or base report not found. |
SUCCESS | No degradations found in the head pipeline report. |
CommitActionModeMode of a commit action.
| Value | Description |
|---|---|
CHMOD | Chmod command. |
CREATE | Create command. |
DELETE | Delete command. |
MOVE | Move command. |
UPDATE | Update command. |
CommitEncoding| Value | Description |
|---|---|
BASE64 | Base64 encoding. |
TEXT | Text encoding. |
ComparableSecurityReportTypeComparable security report type.
| Value | Description |
|---|---|
API_FUZZING | API fuzzing report. |
CONTAINER_SCANNING | Container scanning report. |
COVERAGE_FUZZING | Coverage fuzzing report. |
DAST | DAST report. |
DEPENDENCY_SCANNING | Dependency scanning report. |
SARIF | Sarif report. |
SAST | SAST report. |
SECRET_DETECTION | Secret detection report. |
ComparisonOperatorComparison operators for filtering.
| Value | Description |
|---|---|
EQUAL_TO | Equal to (=). |
GREATER_THAN_OR_EQUAL_TO | Greater than or equal to (>=). |
LESS_THAN_OR_EQUAL_TO | Less than or equal to (<=). |
ComplianceFrameworkPresenceFilterComplianceFramework of a project for filtering.
| Value | Description |
|---|---|
ANY | Any compliance framework is assigned. |
NONE | No compliance framework is assigned. |
ComplianceFrameworkSortValues for sorting compliance frameworks.
| Value | Description |
|---|---|
NAME_ASC | Sort by compliance framework name, ascending order. |
NAME_DESC | Sort by compliance framework name, descending order. |
UPDATED_AT_ASC | Sort by compliance framework updated date, ascending order. |
UPDATED_AT_DESC | Sort by compliance framework updated date, descending order. |
ComplianceStandardsAdherenceCheckNameName of the check for the compliance standard.
| Value | Description |
|---|---|
AT_LEAST_ONE_NON_AUTHOR_APPROVAL | At least one non author approval. |
AT_LEAST_TWO_APPROVALS | At least two approvals. |
DAST | Dast. |
PREVENT_APPROVAL_BY_MERGE_REQUEST_AUTHOR | Prevent approval by merge request creator (author). |
PREVENT_APPROVAL_BY_MERGE_REQUEST_COMMITTERS | Prevent approval by merge request committers. |
SAST | Sast. |
ComplianceStandardsAdherenceStandardName of the compliance standard.
| Value | Description |
|---|---|
GITLAB | Gitlab. |
SOC2 | Soc2. |
ComplianceStandardsAdherenceStatusStatus of the compliance standards adherence.
| Value | Description |
|---|---|
FAIL | Fail. |
SUCCESS | Success. |
ComplianceViolationReasonReason for the compliance violation.
| Value | Description |
|---|---|
APPROVED_BY_COMMITTER | Approved by committer. |
APPROVED_BY_INSUFFICIENT_USERS | Approved by insufficient users. |
APPROVED_BY_MERGE_REQUEST_AUTHOR | Approved by merge request author. |
ComplianceViolationSeveritySeverity of the compliance violation.
| Value | Description |
|---|---|
CRITICAL | Critical severity. |
HIGH | High severity. |
INFO | Info severity. |
LOW | Low severity. |
MEDIUM | Medium severity. |
ComplianceViolationSortCompliance violation sort values.
| Value | Description |
|---|---|
MERGED_AT_ASC | Date merged in ascending order, further sorted by ID in ascending order. |
MERGED_AT_DESC | Date merged in descending order, further sorted by ID in descending order. |
MERGE_REQUEST_TITLE_ASC | Merge request title in ascending order, further sorted by ID in ascending order. |
MERGE_REQUEST_TITLE_DESC | Merge request title in descending order, further sorted by ID in descending order. |
SEVERITY_LEVEL_ASC | Severity in ascending order, further sorted by ID in ascending order. |
SEVERITY_LEVEL_DESC | Severity in descending order, further sorted by ID in descending order. |
VIOLATION_REASON_ASC | Violation reason in ascending order, further sorted by ID in ascending order. |
VIOLATION_REASON_DESC | Violation reason in descending order, further sorted by ID in descending order. |
ComplianceViolationStatusCompliance violation status of the project.
| Value | Description |
|---|---|
DETECTED | Detected. |
DISMISSED | Dismissed. |
IN_REVIEW | In review. |
RESOLVED | Resolved. |
ConanMetadatumFileTypeEnumConan file types.
| Value | Description |
|---|---|
PACKAGE_FILE | A package file type. |
RECIPE_FILE | A recipe file type. |
ContactSortValues for sorting contacts.
| Value | Description |
|---|---|
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at descending order. |
DESCRIPTION_ASC | Description in ascending order. |
DESCRIPTION_DESC | Description in descending order. |
EMAIL_ASC | Email in ascending order. |
EMAIL_DESC | Email in descending order. |
FIRST_NAME_ASC | First name in ascending order. |
FIRST_NAME_DESC | First name in descending order. |
LAST_NAME_ASC | Last name in ascending order. |
LAST_NAME_DESC | Last name in descending order. |
ORGANIZATION_ASC | Organization in ascending order. |
ORGANIZATION_DESC | Organization in descending order. |
PHONE_ASC | Phone in ascending order. |
PHONE_DESC | Phone in 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. |
ContainerExpirationPolicyCadenceEnum| Value | Description |
|---|---|
EVERY_DAY | Every day. |
EVERY_MONTH | Every month. |
EVERY_THREE_MONTHS | Every three months. |
EVERY_TWO_WEEKS | Every two weeks. |
EVERY_WEEK | Every week. |
ContainerExpirationPolicyKeepEnum| Value | Description |
|---|---|
FIFTY_TAGS | 50 tags per image name. |
FIVE_TAGS | 5 tags per image name. |
ONE_HUNDRED_TAGS | 100 tags per image name. |
ONE_TAG | 1 tag per image name. |
TEN_TAGS | 10 tags per image name. |
TWENTY_FIVE_TAGS | 25 tags per image name. |
ContainerExpirationPolicyOlderThanEnum| Value | Description |
|---|---|
FOURTEEN_DAYS | 14 days until tags are automatically removed. |
NINETY_DAYS | 90 days until tags are automatically removed. |
ONE_DAY | 1 day until tags are automatically removed. |
ONE_HUNDRED_EIGHTY_DAYS | 180 days until tags are automatically removed. |
ONE_THOUSAND_NINETY_FIVE_DAYS | 3 years until tags are automatically removed. |
SEVEN_DAYS | 7 days until tags are automatically removed. |
SEVEN_HUNDRED_THIRTY_DAYS | 2 years until tags are automatically removed. |
SIXTY_DAYS | 60 days until tags are automatically removed. |
THIRTY_DAYS | 30 days until tags are automatically removed. |
THREE_DAYS | 3 days until tags are automatically removed. |
THREE_HUNDRED_SIXTY_FIVE_DAYS | 1 year until tags are automatically removed. |
ContainerProtectionRepositoryRuleAccessLevelAccess level for a container repository protection rule resource.
| Value | Description |
|---|---|
ADMIN | Admin access. |
MAINTAINER | Maintainer access. |
OWNER | Owner access. |
ContainerProtectionTagRuleAccessLevelAccess level of a container registry tag protection rule resource.
| Value | Description |
|---|---|
ADMIN | Admin access. |
MAINTAINER | Maintainer access. |
OWNER | Owner access. |
ContainerRepositoryCleanupStatusStatus of the tags cleanup of a container repository.
| Value | Description |
|---|---|
ONGOING | Tags cleanup is ongoing. |
SCHEDULED | Tags cleanup is scheduled and is going to be executed shortly. |
UNFINISHED | Tags cleanup has been partially executed. There are still remaining tags to delete. |
UNSCHEDULED | Tags cleanup is not scheduled. This is the default state. |
ContainerRepositorySortValues for sorting container repositories.
| Value | Description |
|---|---|
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at descending order. |
NAME_ASC | Name by ascending order. |
NAME_DESC | Name by 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. |
ContainerRepositoryStatusStatus of a container repository.
| Value | Description |
|---|---|
DELETE_FAILED | Delete Failed status. |
DELETE_ONGOING | Delete Ongoing status. |
DELETE_SCHEDULED | Delete Scheduled status. |
ContainerRepositoryTagSortValues for sorting tags.
| Value | Description |
|---|---|
NAME_ASC | Ordered by name in ascending order. |
NAME_DESC | Ordered by name in descending order. |
PUBLISHED_AT_ASC | Ordered by published_at in ascending order. Only available for GitLab.com. |
PUBLISHED_AT_DESC | Ordered by published_at in descending order. Only available for GitLab.com. |
CustomDashboardDateRangeOptionPreset date range options available for dashboard filters.
| Value | Description |
|---|---|
CUSTOM | Custom date range. |
DAYS_180 | Last 180 days. |
DAYS_30 | Last 30 days. |
DAYS_365 | Last 365 days. |
DAYS_60 | Last 60 days. |
DAYS_7 | Last 7 days. |
DAYS_90 | Last 90 days. |
TODAY | Current day. |
CustomDashboardFilteredSearchOperatorComparison operators for filtered search tokens.
| Value | Description |
|---|---|
IS | Matches the given value. |
IS_NOT | Does not match the given value. |
IS_NOT_OR | Does not match any of the given values. |
CustomDashboardFilteredSearchTokenToken types available for filtered search.
| Value | Description |
|---|---|
ASSIGNEE | Filter by assignee. |
AUTHOR | Filter by author. |
LABEL | Filter by label. |
MILESTONE | Filter by milestone. |
SOURCE_BRANCH | Filter by source branch. |
TARGET_BRANCH | Filter by target branch. |
CustomDashboardGridHeightGrid height display mode for the dashboard.
| Value | Description |
|---|---|
COMPACT | Compact grid height. |
DEFAULT | Default grid height. |
CustomDashboardScopeScope filter for custom dashboards.
| Value | Description |
|---|---|
ALL | Return all dashboards. |
GITLAB | Return only GitLab-provided system dashboards. |
USER | Return only user-created dashboards. |
CustomDashboardStatusMaturity status of the dashboard.
| Value | Description |
|---|---|
BETA | Dashboard is in beta. |
EXPERIMENT | Dashboard is experimental. |
CustomFieldTypeType of custom field.
| Value | Description |
|---|---|
DATE | Date field type. |
MULTI_SELECT | Multi select field type. |
NUMBER | Number field type. |
SINGLE_SELECT | Single select field type. |
TEXT | Text field type. |
CustomerRelationsContactState| Value | Description |
|---|---|
active | Active contacts. |
all | All available contacts. |
inactive | Inactive contacts. |
CustomerRelationsOrganizationState| Value | Description |
|---|---|
active | Active organizations. |
all | All available organizations. |
inactive | Inactive organizations. |
CustomizableDashboardCategoryCategories for customizable dashboards.
| Value | Description |
|---|---|
ANALYTICS | Analytics category for customizable dashboards. |
CustomizableDashboardGridHeightGrid heights for customizable dashboards.
| Value | Description |
|---|---|
COMPACT | Grid cell height is 10 pixels per unit. Minimum cell height is 10 units. |
DEFAULT | Grid cell height is 137 pixels per unit. Minimum cell height is 1 unit. |
CvssSeverityValues for a CVSS severity.
| Value | Description |
|---|---|
CRITICAL | Critical severity. |
HIGH | High severity. |
LOW | Low severity. |
MEDIUM | Medium severity. |
NONE | Not a vulnerability. |
DailyUsageSortValues for sorting daily usage entries.
| Value | Description |
|---|---|
CREDITS_USED_ASC | Credits used by ascending order. |
CREDITS_USED_DESC | Credits used by descending order. |
DATE_ASC | Date by ascending order. |
DATE_DESC | Date by descending order. |
DastPreScanVerificationCheckTypeCheck type of the pre scan verification step.
| Value | Description |
|---|---|
AUTHENTICATION | Authentication check. |
CONNECTION | Connection check. |
CRAWLING | Crawling check. |
DastPreScanVerificationStatusStatus of DAST pre scan verification.
| Value | Description |
|---|---|
COMPLETE | Pre Scan Verification complete without errors. |
COMPLETE_WITH_ERRORS | Pre Scan Verification finished with one or more errors. |
FAILED | Pre Scan Validation unable to finish. |
RUNNING | Pre Scan Verification in execution. |
DastProfileCadenceUnitUnit for the duration of Dast Profile Cadence.
| Value | Description |
|---|---|
DAY | DAST Profile Cadence duration in days. |
MONTH | DAST Profile Cadence duration in months. |
WEEK | DAST Profile Cadence duration in weeks. |
YEAR | DAST Profile Cadence duration in years. |
DastScanMethodTypeScan method to be used by the scanner.
| Value | Description |
|---|---|
GRAPHQL | GraphQL scan method. |
HAR | HAR scan method. |
OPENAPI | OpenAPI scan method. |
POSTMAN_COLLECTION | Postman scan method. |
WEBSITE | Website scan method. |
DastScanTypeEnum| Value | Description |
|---|---|
ACTIVE | Active DAST scan. This scan will make active attacks against the target site. |
PASSIVE | Passive DAST scan. This scan will not make active attacks against the target site. |
DastSiteProfileValidationStatusEnum| Value | Description |
|---|---|
FAILED_VALIDATION | Site validation process finished but failed. |
INPROGRESS_VALIDATION | Site validation process is in progress. |
NONE | No site validation exists. |
PASSED_VALIDATION | Site validation process finished successfully. |
PENDING_VALIDATION | Site validation process has not started. |
DastSiteValidationStatusEnum| Value | Description |
|---|---|
FAILED_VALIDATION | Site validation process finished but failed. |
INPROGRESS_VALIDATION | Site validation process is in progress. |
PASSED_VALIDATION | Site validation process finished successfully. |
PENDING_VALIDATION | Site validation process has not started. |
DastSiteValidationStrategyEnum| Value | Description |
|---|---|
HEADER | Header validation. |
META_TAG | Meta tag validation. |
TEXT_FILE | Text file validation. |
DastTargetTypeEnum| Value | Description |
|---|---|
API | API target. |
WEBSITE | Website target. |
DataVisualizationColorEnumColor of the data visualization palette.
| Value | Description |
|---|---|
AQUA | Aqua color. |
BLUE | Blue color. |
GREEN | Green color. |
MAGENTA | Magenta color. |
ORANGE | Orange color. |
DataVisualizationWeightEnumWeight of the data visualization palette.
| Value | Description |
|---|---|
WEIGHT_100 | 100 weight. |
WEIGHT_200 | 200 weight. |
WEIGHT_300 | 300 weight. |
WEIGHT_400 | 400 weight. |
WEIGHT_50 | 50 weight. |
WEIGHT_500 | 500 weight. |
WEIGHT_600 | 600 weight. |
WEIGHT_700 | 700 weight. |
WEIGHT_800 | 800 weight. |
WEIGHT_900 | 900 weight. |
WEIGHT_950 | 950 weight. |
DependencyProxyManifestStatus| Value | Description |
|---|---|
DEFAULT | Dependency proxy manifest has a status of default. |
ERROR | Dependency proxy manifest has a status of error. |
PENDING_DESTRUCTION | Dependency proxy manifest has a status of pending_destruction. |
PROCESSING | Dependency proxy manifest has a status of processing. |
DependencySortValues for sorting dependencies.
| Value | Description |
|---|---|
LICENSE_ASC | License by ascending order. |
LICENSE_DESC | License by descending order. |
NAME_ASC | Name by ascending order. |
NAME_DESC | Name by descending order. |
PACKAGER_ASC | Packager by ascending order. |
PACKAGER_DESC | Packager by descending order. |
SEVERITY_ASC | Severity by ascending order. |
SEVERITY_DESC | Severity by descending order. |
DeploymentApprovalSummaryStatusStatus of the deployment approval summary.
| Value | Description |
|---|---|
APPROVED | Summarized deployment approval status that is approved. |
PENDING_APPROVAL | Summarized deployment approval status that is pending approval. |
REJECTED | Summarized deployment approval status that is rejected. |
DeploymentStatusAll deployment statuses.
| Value | Description |
|---|---|
BLOCKED | A deployment that is blocked. |
CANCELED | A deployment that is canceled. |
CREATED | A deployment that is created. |
FAILED | A deployment that is failed. |
RUNNING | A deployment that is running. |
SKIPPED | A deployment that is skipped. |
SUCCESS | A deployment that is success. |
DeploymentTierAll environment deployment tiers.
| Value | Description |
|---|---|
DEVELOPMENT | Development. |
OTHER | Other. |
PRODUCTION | Production. |
STAGING | Staging. |
TESTING | Testing. |
DeploymentsApprovalStatusStatus of the deployment approval.
| Value | Description |
|---|---|
APPROVED | A deployment approval that is approved. |
REJECTED | A deployment approval that is rejected. |
DesignCollectionCopyStateCopy state of a DesignCollection.
| Value | Description |
|---|---|
ERROR | The DesignCollection encountered an error during a copy. |
IN_PROGRESS | The DesignCollection is being copied. |
READY | The DesignCollection has no copy in progress. |
DesignVersionEventMutation event of a design within a version.
| Value | Description |
|---|---|
CREATION | A creation event. |
DELETION | A deletion event. |
MODIFICATION | A modification event. |
NONE | No change. |
DetailedMergeStatusDetailed representation of whether a GitLab merge request can be merged.
| Value | Description |
|---|---|
APPROVALS_SYNCING | Merge request approvals currently syncing. |
BLOCKED_STATUS | Merge request dependencies must be merged. |
CHECKING | Currently checking for mergeability. |
CI_MUST_PASS | Pipeline must succeed before merging. |
CI_STILL_RUNNING | Pipeline is still running. |
COMMITS_STATUS | Source branch exists and contains commits. |
CONFLICT | There are conflicts between the source and target branches. |
DISCUSSIONS_NOT_RESOLVED | Discussions must be resolved before merging. |
DRAFT_STATUS | Merge request must not be draft before merging. |
EXTERNAL_STATUS_CHECKS | Status checks must pass. |
JIRA_ASSOCIATION | Either the title or description must reference a Jira issue. |
LOCKED_LFS_FILES | Merge request includes locked LFS files. |
LOCKED_PATHS | Merge request includes locked paths. |
MERGEABLE | Branch can be merged. |
MERGE_TIME | Merge request may not be merged until after the specified time. |
NEED_REBASE | Merge request needs to be rebased. |
NOT_APPROVED | Merge request must be approved before merging. |
NOT_OPEN | Merge request must be open before merging. |
PREPARING | Merge request diff is being created. |
REQUESTED_CHANGES | Indicates a reviewer has requested changes. |
SECURITY_POLICIES_VIOLATIONS | All policy rules must be satisfied. |
SECURITY_POLICY_PIPELINE_CHECK | All security policy pipelines must succeed. |
TITLE_NOT_MATCHING | Merge request title does not match required regex. |
UNCHECKED | Merge status has not been checked. |
DiffPositionTypeType of file the position refers to.
| Value | Description |
|---|---|
file | Unknown file type. |
image | An image. |
text | Text file. |
DismissalTypeRepresents the different dismissal types for security policy violations.
| Value | Description |
|---|---|
EMERGENCY_HOT_FIX | Dismissal due to emergency hot fix. |
OTHER | Dismissal due to other reasons. |
POLICY_FALSE_POSITIVE | Dismissal due to policy false positive. |
SCANNER_FALSE_POSITIVE | Dismissal due to scanner false positive. |
DoraMetricBucketingIntervalAll possible ways that DORA metrics can be aggregated.
| Value | Description |
|---|---|
ALL | All data points are combined into a single value. |
DAILY | Data points are combined into chunks by day. |
MONTHLY | Data points are combined into chunks by month. |
DuoLicensedFeatureList of GitLab Duo licensed features.
| Value | Description |
|---|---|
AGENTIC_CHAT | Agentic Chat feature. |
AI_CATALOG | AI Catalog feature. |
AI_FEATURES | AI features. |
DuoWorkflowStatusThe status of the workflow.
| Value | Description |
|---|---|
CREATED | The workflow is created. |
FAILED | The workflow is failed. |
FINISHED | The workflow is finished. |
INPUT_REQUIRED | The workflow is input_required. |
PAUSED | The workflow is paused. |
PLAN_APPROVAL_REQUIRED | The workflow is plan_approval_required. |
RUNNING | The workflow is running. |
STOPPED | The workflow is stopped. |
TOOL_CALL_APPROVAL_REQUIRED | The workflow is tool_call_approval_required. |
DuoWorkflowStatusGroupThe status group of the flow session.
| Value | Description |
|---|---|
ACTIVE | Flow sessions with a status group of active. |
AWAITING_INPUT | Flow sessions with a status group of awaiting_input. |
CANCELED | Flow sessions with a status group of canceled. |
COMPLETED | Flow sessions with a status group of completed. |
FAILED | Flow sessions with a status group of failed. |
PAUSED | Flow sessions with a status group of paused. |
DuoWorkflowsWorkflowSortValues for sorting Duo Workflows.
| Value | Description |
|---|---|
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at descending order. |
STATUS_ASC | By status ascending order. |
STATUS_DESC | By status 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. |
EntryTypeType of a tree entry.
| Value | Description |
|---|---|
blob | File tree type. |
commit | Commit tree type. |
tree | Directory tree type. |
EpicSortRoadmap sort values.
| Value | Description |
|---|---|
CREATED_AT_ASC | Sort by created_at by ascending order. |
CREATED_AT_DESC | Sort by created_at by descending order. |
END_DATE_ASC | Sort by end date in ascending order. |
END_DATE_DESC | Sort by end date in descending order. |
START_DATE_ASC | Sort by start date in ascending order. |
START_DATE_DESC | Sort by start date in descending order. |
TITLE_ASC | Sort by title in ascending order. |
TITLE_DESC | Sort by title in descending order. |
UPDATED_AT_ASC | Sort by updated_at by ascending order. |
UPDATED_AT_DESC | Sort by updated_at by descending order. |
end_date_asc | Deprecated in GitLab 13.11. Use END_DATE_ASC. |
end_date_desc | Deprecated in GitLab 13.11. Use END_DATE_DESC. |
start_date_asc | Deprecated in GitLab 13.11. Use START_DATE_ASC. |
start_date_desc | Deprecated in GitLab 13.11. Use START_DATE_DESC. |
EpicStateState of an epic.
| Value | Description |
|---|---|
all | All epics. |
closed | Closed epics. |
opened | Open epics. |
EpicStateEventState event of an epic.
| Value | Description |
|---|---|
CLOSE | Close the epic. |
REOPEN | Reopen the epic. |
EpicWildcardIdEpic ID wildcard values.
| Value | Description |
|---|---|
ANY | Any epic is assigned. |
NONE | No epic is assigned. |
ErrorTrackingStatusStatus of the error tracking service.
| Value | Description |
|---|---|
ERROR | Error tracking service respond with an error. |
NOT_FOUND | Sentry issue not found. |
RETRY | Error tracking service is not ready. |
SUCCESS | Successfully fetch the stack trace. |
EscalationRuleStatusEscalation rule statuses.
| Value | Description |
|---|---|
ACKNOWLEDGED | . |
RESOLVED | . |
EventActionEvent action.
| Value | Description |
|---|---|
APPROVED | Approved action. |
CLOSED | Closed action. |
COMMENTED | Commented action. |
CREATED | Created action. |
DESTROYED | Destroyed action. |
EXPIRED | Expired action. |
JOINED | Joined action. |
LEFT | Left action. |
MERGED | Merged action. |
PUSHED | Pushed action. |
REOPENED | Reopened action. |
TRANSFERRED | Transferred action. |
UPDATED | Updated action. |
ExclusionScannerEnumEnum for the security scanners used with exclusions.
| Value | Description |
|---|---|
SECRET_PUSH_PROTECTION | Secret push protection. |
ExclusionTypeEnumEnum for types of exclusion for a security scanner.
| Value | Description |
|---|---|
PATH | File or directory location. |
RAW_VALUE | Raw value to ignore. |
REGEX_PATTERN | Regex pattern matching rules. |
RULE | Scanner rule identifier. |
ExtensionsMarketplaceOptInStatusValues for status of the Web IDE Extension Marketplace opt-in for the user.
| Value | Description |
|---|---|
DISABLED | Web IDE Extension Marketplace opt-in status: DISABLED. |
ENABLED | Web IDE Extension Marketplace opt-in status: ENABLED. |
UNSET | Web IDE Extension Marketplace opt-in status: UNSET. |
FindingReportsComparerStatusReport comparison status.
| Value | Description |
|---|---|
ERROR | An error happened while generating the report. |
PARSED | Report was generated. |
PARSING | Report is being generated. |
FlowTypeSortValues for Duo Agent Platform flow type sorting.
| Value | Description |
|---|---|
MEDIAN_TIME_ASC | Sort by median execution time in ascending order. |
MEDIAN_TIME_DESC | Sort by median execution time in descending order. |
SESSIONS_COUNT_ASC | Sort by sessions count in ascending order. |
SESSIONS_COUNT_DESC | Sort by sessions count in descending order. |
USERS_COUNT_ASC | Sort by unique users count in ascending order. |
USERS_COUNT_DESC | Sort by unique users count in descending order. |
GeoRegistriesBulkActionAction to trigger on multiple Geo registries.
| Value | Description |
|---|---|
RESYNC_ALL | Resync multiple registries. |
REVERIFY_ALL | Reverify multiple registries. |
GeoRegistryActionAction to trigger on an individual Geo registry.
| Value | Description |
|---|---|
RESYNC | Resync a registry. |
REVERIFY | Reverify a registry. |
GeoRegistryClassGeo registry class.
| Value | Description |
|---|---|
ABUSE_REPORT_UPLOAD_REGISTRY | Geo::AbuseReportUploadRegistry registry class. |
ACHIEVEMENT_UPLOAD_REGISTRY | Geo::AchievementUploadRegistry registry class. |
AI_VECTORIZABLE_FILE_UPLOAD_REGISTRY | Geo::AiVectorizableFileUploadRegistry registry class. |
ALERT_MANAGEMENT_METRIC_IMAGE_UPLOAD_REGISTRY | Geo::AlertManagementMetricImageUploadRegistry registry class. |
BULK_IMPORT_EXPORT_UPLOAD_UPLOAD_REGISTRY | Geo::BulkImportExportUploadUploadRegistry registry class. |
CI_SECURE_FILE_REGISTRY | Geo::CiSecureFileRegistry registry class. |
CONTAINER_REPOSITORY_REGISTRY | Geo::ContainerRepositoryRegistry registry class. |
DEPENDENCY_LIST_EXPORT_PART_UPLOAD_REGISTRY | Geo::DependencyListExportPartUploadRegistry registry class. |
DEPENDENCY_LIST_EXPORT_UPLOAD_REGISTRY | Geo::DependencyListExportUploadRegistry registry class. |
DEPENDENCY_PROXY_BLOB_REGISTRY | Geo::DependencyProxyBlobRegistry registry class. |
DEPENDENCY_PROXY_MANIFEST_REGISTRY | Geo::DependencyProxyManifestRegistry registry class. |
DESIGN_MANAGEMENT_ACTION_UPLOAD_REGISTRY | Geo::DesignManagementActionUploadRegistry registry class. |
DESIGN_MANAGEMENT_REPOSITORY_REGISTRY | Geo::DesignManagementRepositoryRegistry registry class. |
GROUP_UPLOAD_REGISTRY | Geo::GroupUploadRegistry registry class. |
GROUP_WIKI_REPOSITORY_REGISTRY | Geo::GroupWikiRepositoryRegistry registry class. |
IMPORT_EXPORT_UPLOAD_UPLOAD_REGISTRY | Geo::ImportExportUploadUploadRegistry registry class. |
ISSUABLE_METRIC_IMAGE_UPLOAD_REGISTRY | Geo::IssuableMetricImageUploadRegistry registry class. |
JOB_ARTIFACT_REGISTRY | Geo::JobArtifactRegistry registry class. |
LFS_OBJECT_REGISTRY | Geo::LfsObjectRegistry registry class. |
MERGE_REQUEST_DIFF_REGISTRY | Geo::MergeRequestDiffRegistry registry class. |
ORGANIZATION_DETAIL_UPLOAD_REGISTRY | Geo::OrganizationDetailUploadRegistry registry class. |
PACKAGES_DEBIAN_PROJECT_COMPONENT_FILE_REGISTRY | Geo::PackagesDebianProjectComponentFileRegistry registry class. |
PACKAGES_HELM_METADATA_CACHE_REGISTRY | Geo::PackagesHelmMetadataCacheRegistry registry class. |
PACKAGES_NUGET_SYMBOL_REGISTRY | Geo::PackagesNugetSymbolRegistry registry class. |
PACKAGE_FILE_REGISTRY | Geo::PackageFileRegistry registry class. |
PAGES_DEPLOYMENT_REGISTRY | Geo::PagesDeploymentRegistry registry class. |
PERSONAL_SNIPPET_UPLOAD_REGISTRY | Geo::PersonalSnippetUploadRegistry registry class. |
PIPELINE_ARTIFACT_REGISTRY | Geo::PipelineArtifactRegistry registry class. |
PROJECT_IMPORT_EXPORT_RELATION_EXPORT_UPLOAD_UPLOAD_REGISTRY | Geo::ProjectImportExportRelationExportUploadUploadRegistry registry class. |
PROJECT_REPOSITORY_REGISTRY | Geo::ProjectRepositoryRegistry registry class. |
PROJECT_UPLOAD_REGISTRY | Geo::ProjectUploadRegistry registry class. |
PROJECT_WIKI_REPOSITORY_REGISTRY | Geo::ProjectWikiRepositoryRegistry registry class. |
SNIPPET_REPOSITORY_REGISTRY | Geo::SnippetRepositoryRegistry registry class. |
SUPPLY_CHAIN_ATTESTATION_REGISTRY | Geo::SupplyChainAttestationRegistry registry class. |
TERRAFORM_STATE_VERSION_REGISTRY | Geo::TerraformStateVersionRegistry registry class. |
UPLOAD_REGISTRY | Geo::UploadRegistry registry class. |
USER_PERMISSION_EXPORT_UPLOAD_UPLOAD_REGISTRY | Geo::UserPermissionExportUploadUploadRegistry registry class. |
USER_UPLOAD_REGISTRY | Geo::UserUploadRegistry registry class. |
VULNERABILITY_ARCHIVE_EXPORT_UPLOAD_REGISTRY | Geo::VulnerabilityArchiveExportUploadRegistry registry class. |
VULNERABILITY_EXPORT_PART_UPLOAD_REGISTRY | Geo::VulnerabilityExportPartUploadRegistry registry class. |
VULNERABILITY_EXPORT_UPLOAD_REGISTRY | Geo::VulnerabilityExportUploadRegistry registry class. |
VULNERABILITY_REMEDIATION_UPLOAD_REGISTRY | Geo::VulnerabilityRemediationUploadRegistry registry class. |
GeoRegistrySortValues for sorting Geo registries.
| Value | Description |
|---|---|
ID_ASC | ID by ascending order. |
ID_DESC | ID by descending order. |
LAST_SYNCED_AT_ASC | Latest sync date by ascending order. |
LAST_SYNCED_AT_DESC | Latest sync date by descending order. |
VERIFIED_AT_ASC | Latest verification date by ascending order. |
VERIFIED_AT_DESC | Latest verification date by descending order. |
GitlabSubscriptionUsageBlockedCapTypeType of budget cap that caused a user to be blocked.
| Value | Description |
|---|---|
FLAT_USER_CAP | Blocked by the flat per-user cap. |
USER_OVERRIDE_CAP | Blocked by a per-user override cap. |
GitlabSubscriptionUsageUserSortValues for sorting users in subscription usage.
| Value | Description |
|---|---|
NAME_ASC | Name by ascending order. |
NAME_DESC | Name by descending order. |
TOTAL_CREDITS_USED_ASC | Total credits used by ascending order. |
TOTAL_CREDITS_USED_DESC | Total credits used by descending order. |
GitlabSubscriptionsAddOnTypeTypes of add-ons.
| Value | Description |
|---|---|
CODE_SUGGESTIONS | GitLab Duo Pro add-on. |
DUO_AMAZON_Q | GitLab Duo with Amazon Q add-on. |
DUO_CORE | Status: Experiment. Introduced in GitLab 18.0. |
GitLab Duo Core add-on. |
| DUO_ENTERPRISE | GitLab Duo Enterprise add-on. |
GitlabSubscriptionsUserRoleRole of User.
| Value | Description |
|---|---|
DEVELOPER | Developer. |
GUEST | Guest. |
MAINTAINER | Maintainer. |
OWNER | Owner. |
PLANNER | Planner. |
REPORTER | Reporter. |
SECURITY_MANAGER | Security manager access. |
GitlabSubscriptionsUserSortValues for sorting users.
| Value | Description |
|---|---|
ID_ASC | Id by ascending order. |
ID_DESC | Id by descending order. |
LAST_ACTIVITY_ON_ASC | Last activity by ascending order. |
LAST_ACTIVITY_ON_DESC | Last activity by descending order. |
NAME_ASC | Name by ascending order. |
NAME_DESC | Name by descending order. |
GoogleCloudArtifactRegistryArtifactsSortValues for sorting artifacts.
| Value | Description |
|---|---|
BUILD_TIME_ASC | Ordered by build_time in ascending order. |
BUILD_TIME_DESC | Ordered by build_time in descending order. |
IMAGE_SIZE_BYTES_ASC | Ordered by image_size_bytes in ascending order. |
IMAGE_SIZE_BYTES_DESC | Ordered by image_size_bytes in descending order. |
MEDIA_TYPE_ASC | Ordered by media_type in ascending order. |
MEDIA_TYPE_DESC | Ordered by media_type in descending order. |
NAME_ASC | Ordered by name in ascending order. |
NAME_DESC | Ordered by name in descending order. |
UPDATE_TIME_ASC | Ordered by update_time in ascending order. |
UPDATE_TIME_DESC | Ordered by update_time in descending order. |
UPLOAD_TIME_ASC | Ordered by upload_time in ascending order. |
UPLOAD_TIME_DESC | Ordered by upload_time in descending order. |
GroupMemberRelationGroup member relation.
| Value | Description |
|---|---|
DESCENDANTS | Members in the group's subgroups. |
DIRECT | Members in the group itself. |
INHERITED | Members in the group's ancestor groups. |
SHARED_FROM_GROUPS | Invited group's members. |
GroupPermissionUser permission on groups.
| Value | Description |
|---|---|
CREATE_PROJECTS | Groups where the user can create projects. |
IMPORT_PROJECTS | Groups where the user can import projects to. |
TRANSFER_PROJECTS | Groups where the user can transfer projects to. |
GroupReleaseSortValues for sorting releases belonging to a group.
| Value | Description |
|---|---|
RELEASED_AT_ASC | Released at by ascending order. |
RELEASED_AT_DESC | Released at by descending order. |
GroupSecretsManagerStatusValues for the group secrets manager status.
| Value | Description |
|---|---|
ACTIVE | Secrets manager has been provisioned and enabled. |
DEPROVISIONING | Secrets manager is being deprovisioned. |
PROVISIONING | Secrets manager is being provisioned. |
GroupSortValues for sorting groups.
| Value | Description |
|---|---|
CREATED_AT_ASC | Sort by created at, ascending order. |
CREATED_AT_DESC | Sort by created at, descending order. |
ID_ASC | Sort by ID, ascending order. |
ID_DESC | Sort by ID, descending order. |
NAME_ASC | Sort by name, ascending order. |
NAME_DESC | Sort by name, descending order. |
PATH_ASC | Sort by path, ascending order. |
PATH_DESC | Sort by path, descending order. |
SIMILARITY | Most similar to the search query. |
UPDATED_AT_ASC | Sort by updated at, ascending order. |
UPDATED_AT_DESC | Sort by updated at, descending order. |
GroupingEnumValues for grouping compute usage data.
| Value | Description |
|---|---|
INSTANCE_AGGREGATE | Aggregate usage data across all namespaces in the instance. |
PER_ROOT_NAMESPACE | Group data by individual root namespace. |
HealthStatusHealth status of an issue or epic.
| Value | Description |
|---|---|
atRisk | At risk. |
needsAttention | Needs attention. |
onTrack | On track. |
HealthStatusFilterHealth status of an issue or epic for filtering.
| Value | Description |
|---|---|
ANY | Any health status is assigned. |
NONE | No health status is assigned. |
atRisk | At risk. |
needsAttention | Needs attention. |
onTrack | On track. |
ImportSourceImport source.
| Value | Description |
|---|---|
BITBUCKET | Bitbucket. |
BITBUCKET_SERVER | Bitbucket Server. |
CUSTOM_TEMPLATE | Custom Template. |
FOGBUGZ | Fogbugz. |
GIT | Git. |
GITEA | Gitea. |
GITHUB | Github. |
GITLAB_GROUP | Gitlab Group. |
GITLAB_MIGRATION | Gitlab Migration. |
GITLAB_PROJECT | Gitlab Project. |
JIRA | Jira. |
MANIFEST | Manifest. |
NONE | Not imported. |
OFFLINE_TRANSFER | Offline Transfer. |
ImportSourceUserStatus| Value | Description |
|---|---|
AWAITING_APPROVAL | An import source user mapping that is awaiting approval. |
COMPLETED | An import source user mapping that is completed. |
FAILED | An import source user mapping that is failed. |
KEEP_AS_PLACEHOLDER | An import source user mapping that is keep as placeholder. |
PENDING_REASSIGNMENT | An import source user mapping that is pending reassignment. |
REASSIGNMENT_IN_PROGRESS | An import source user mapping that is reassignment in progress. |
REJECTED | An import source user mapping that is rejected. |
IntegrationTypeIntegration Names.
| Value | Description |
|---|---|
BEYOND_IDENTITY | Beyond Identity. |
IssuableResourceLinkTypeIssuable resource link type enum.
| Value | Description |
|---|---|
general | General link type. |
pagerduty | Pagerduty link type. |
slack | Slack link type. |
zoom | Zoom link type. |
IssuableSearchableFieldFields to perform the search in.
| Value | Description |
|---|---|
DESCRIPTION | Search in description field. |
TITLE | Search in title field. |
IssuableSeverityIncident severity.
| Value | Description |
|---|---|
CRITICAL | Critical severity. |
HIGH | High severity. |
LOW | Low severity. |
MEDIUM | Medium severity. |
UNKNOWN | Unknown severity. |
IssuableStateState of a GitLab issue or merge request.
| Value | Description |
|---|---|
all | All available. |
closed | In closed state. |
locked | Discussion has been locked. |
opened | In open state. |
IssueCreationIterationWildcardIdIteration ID wildcard values for issue creation.
| Value | Description |
|---|---|
CURRENT | Current iteration. |
IssueEscalationStatusIssue escalation status values.
| Value | Description |
|---|---|
ACKNOWLEDGED | Someone is actively investigating the problem. |
IGNORED | No action will be taken. |
RESOLVED | The problem has been addressed. |
TRIGGERED | Investigation has not started. |
IssueSortValues for sorting issues.
| Value | Description |
|---|---|
BLOCKING_ISSUES_ASC | Blocking issues count by ascending order. |
BLOCKING_ISSUES_DESC | Blocking issues count by descending order. |
CLOSED_AT_ASC | Closed time by ascending order. |
CLOSED_AT_DESC | Closed time by descending order. |
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at descending order. |
DUE_DATE_ASC | Due date by ascending order. |
DUE_DATE_DESC | Due date by descending order. |
ESCALATION_STATUS_ASC | Status from triggered to resolved. |
ESCALATION_STATUS_DESC | Status from resolved to triggered. |
HEALTH_STATUS_ASC | Issues with healthy issues first. |
HEALTH_STATUS_DESC | Issues with unhealthy issues first. |
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 | Number of upvotes (awarded "thumbs up" emoji) by ascending order. |
POPULARITY_DESC | Number of upvotes (awarded "thumbs up" emoji) by descending order. |
PRIORITY_ASC | Priority by ascending order. |
PRIORITY_DESC | Priority by descending order. |
PUBLISHED_ASC | Published issues shown last. |
PUBLISHED_DESC | Published issues shown first. |
RELATIVE_POSITION_ASC | Relative position by ascending order. |
SEVERITY_ASC | Severity from less critical to more critical. |
SEVERITY_DESC | Severity from more critical to less critical. |
SLA_DUE_AT_ASC | Issues with earliest SLA due time shown first. |
SLA_DUE_AT_DESC | Issues with latest SLA due time shown first. |
STATUS_ASC | Status: 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. |
IssueStateState of a GitLab issue.
| Value | Description |
|---|---|
all | All available. |
closed | In closed state. |
locked | Discussion has been locked. |
opened | In open state. |
IssueStateEventValues for issue state events.
| Value | Description |
|---|---|
CLOSE | Closes the issue. |
REOPEN | Reopens the issue. |
IssueTypeIssue type.
| Value | Description |
|---|---|
EPIC | Status: 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. |
IterationSearchableFieldFields to perform the search in.
| Value | Description |
|---|---|
CADENCE_TITLE | Search in cadence_title field. |
TITLE | Search in title field. |
IterationSortIteration sort values.
| Value | Description |
|---|---|
CADENCE_AND_DUE_DATE_ASC | Sort by cadence id in ascending and due date in ascending order. |
CADENCE_AND_DUE_DATE_DESC | Sort by cadence id in ascending and due date in descending order. |
IterationStateState of a GitLab iteration.
| Value | Description |
|---|---|
all | Any iteration. |
closed | Closed iteration. |
current | Current iteration. |
opened | Open iteration. |
upcoming | Upcoming iteration. |
IterationWildcardIdIteration ID wildcard values.
| Value | Description |
|---|---|
ANY | An iteration is assigned. |
CURRENT | Current iteration. |
NONE | No iteration is assigned. |
JobArtifactFileType| Value | Description |
|---|---|
ACCESSIBILITY | ACCESSIBILITY job artifact file type. |
ANNOTATIONS | ANNOTATIONS job artifact file type. |
API_FUZZING | API FUZZING job artifact file type. |
ARCHIVE | ARCHIVE job artifact file type. |
BROWSER_PERFORMANCE | BROWSER PERFORMANCE job artifact file type. |
CLUSTER_APPLICATIONS | CLUSTER APPLICATIONS job artifact file type. |
CLUSTER_IMAGE_SCANNING | CLUSTER IMAGE SCANNING job artifact file type. |
COBERTURA | COBERTURA job artifact file type. |
CODEQUALITY | CODE QUALITY job artifact file type. |
CONTAINER_SCANNING | CONTAINER SCANNING job artifact file type. |
COVERAGE_FUZZING | COVERAGE FUZZING job artifact file type. |
CYCLONEDX | CYCLONEDX job artifact file type. |
DAST | DAST job artifact file type. |
DEPENDENCY_SCANNING | DEPENDENCY SCANNING job artifact file type. |
DOTENV | DOTENV job artifact file type. |
JACOCO | JACOCO job artifact file type. |
JUNIT | JUNIT job artifact file type. |
LICENSE_SCANNING | LICENSE SCANNING job artifact file type. |
LOAD_PERFORMANCE | LOAD PERFORMANCE job artifact file type. |
LSIF | LSIF job artifact file type. |
METADATA | METADATA job artifact file type. |
METRICS | METRICS job artifact file type. |
METRICS_REFEREE | METRICS REFEREE job artifact file type. |
NETWORK_REFEREE | NETWORK REFEREE job artifact file type. |
PERFORMANCE | PERFORMANCE job artifact file type. |
REPOSITORY_XRAY | REPOSITORY XRAY job artifact file type. |
REQUIREMENTS | REQUIREMENTS job artifact file type. |
REQUIREMENTS_V2 | REQUIREMENTS V2 job artifact file type. |
SARIF | SARIF job artifact file type. |
SAST | SAST job artifact file type. |
SECRET_DETECTION | SECRET DETECTION job artifact file type. |
TERRAFORM | TERRAFORM job artifact file type. |
TRACE | TRACE job artifact file type. |
LabelSearchFieldListList of fields where the provided searchTerm should be looked up.
| Value | Description |
|---|---|
DESCRIPTION | Search in the label description. |
TITLE | Search in the label title. |
LdapAdminRoleSyncStatusAll LDAP admin role sync statuses.
| Value | Description |
|---|---|
FAILED | A sync that is failed. |
NEVER_SYNCED | A sync that is never synced. |
QUEUED | A sync that is queued. |
RUNNING | A sync that is running. |
SUCCESSFUL | A sync that is successful. |
LicensedFeatureLicensed features that can be checked for availability on a namespace or project.
| Value | Description |
|---|---|
ADMIN_MERGE_REQUEST_APPROVERS_RULES | Admin merge request approvers rules feature. |
AGENTIC_CHAT | Agentic chat feature. |
AGENT_MANAGED_RESOURCES | Agent managed resources feature. |
AI_ANALYTICS | Ai analytics feature. |
AI_CATALOG | Ai catalog feature. |
AI_CHAT | Ai chat feature. |
AI_CONFIG_CHAT | Ai config chat feature. |
AI_FEATURES | Ai features feature. |
AI_WORKFLOWS | Ai workflows feature. |
ALLOW_PERSONAL_SNIPPETS | Allow personal snippets feature. |
API_DISCOVERY | Api discovery feature. |
API_FUZZING | Api fuzzing feature. |
AUDIT_EVENTS | Audit events feature. |
AUTO_ROLLBACK | Auto rollback feature. |
BLOCKED_ISSUES | Blocked issues feature. |
BLOCKED_WORK_ITEMS | Blocked work items feature. |
BLOCKING_MERGE_REQUESTS | Blocking merge requests feature. |
BOARD_ASSIGNEE_LISTS | Board assignee lists feature. |
BOARD_ITERATION_LISTS | Board iteration lists feature. |
BOARD_MILESTONE_LISTS | Board milestone lists feature. |
BOARD_STATUS_LISTS | Board status lists feature. |
BRANCH_RULE_SQUASH_OPTIONS | Branch rule squash options feature. |
BUILT_IN_PROJECT_TEMPLATES_ENABLED | Built in project templates enabled feature. |
CI_CD_CATALOG_PUBLISH_RESTRICTION | Ci cd catalog publish restriction feature. |
CI_CD_PROJECTS | Ci cd projects feature. |
CI_COMPONENT_USAGES_IN_PROJECTS | Ci component usages in projects feature. |
CI_JOB_ANALYTICS_FOR_PROJECTS | Ci job analytics for projects feature. |
CI_PIPELINE_CANCELLATION_RESTRICTIONS | Ci pipeline cancellation restrictions feature. |
CI_PROJECT_SUBSCRIPTIONS | Ci project subscriptions feature. |
CI_RUNNER_CONTROLLERS | Ci runner controllers feature. |
CI_SECRETS_MANAGEMENT | Ci secrets management feature. |
CLUSTER_AGENTS_CI_IMPERSONATION | Cluster agents ci impersonation feature. |
CLUSTER_AGENTS_USER_IMPERSONATION | Cluster agents user impersonation feature. |
CLUSTER_DEPLOYMENTS | Cluster deployments feature. |
CLUSTER_IMAGE_SCANNING | Cluster image scanning feature. |
CLUSTER_RECEPTIVE_AGENTS | Cluster receptive agents feature. |
CODE_OWNERS | Code owners feature. |
CODE_OWNER_APPROVAL_REQUIRED | Code owner approval required feature. |
CODE_REVIEW_ANALYTICS | Code review analytics feature. |
CODE_SUGGESTIONS | Code suggestions feature. |
COMMIT_COMMITTER_CHECK | Commit committer check feature. |
COMMIT_COMMITTER_NAME_CHECK | Commit committer name check feature. |
COMPLIANCE_FRAMEWORK | Compliance framework feature. |
COMPLIANCE_PIPELINE_CONFIGURATION | Compliance pipeline configuration feature. |
CONFIGURABLE_WORK_ITEM_TYPES | Configurable work item types feature. |
CONTAINER_REGISTRY_IMMUTABLE_TAG_RULES | Container registry immutable tag rules feature. |
CONTAINER_SCANNING | Container scanning feature. |
CONTAINER_SCANNING_FOR_REGISTRY | Container scanning for registry feature. |
CONTAINER_VIRTUAL_REGISTRY | Container virtual registry feature. |
CONTRIBUTION_ANALYTICS | Contribution analytics feature. |
COVERAGE_CHECK_APPROVAL_RULE | Coverage check approval rule feature. |
COVERAGE_FUZZING | Coverage fuzzing feature. |
CREDENTIALS_INVENTORY | Credentials inventory feature. |
CROSS_PROJECT_PIPELINES | Cross project pipelines feature. |
CUSTOM_COMPLIANCE_FRAMEWORKS | Custom compliance frameworks feature. |
CUSTOM_FIELDS | Custom fields feature. |
CUSTOM_FILE_TEMPLATES_FOR_NAMESPACE | Custom file templates for namespace feature. |
CUSTOM_ROLES | Custom roles feature. |
CYCLE_ANALYTICS_FOR_GROUPS | Cycle analytics for groups feature. |
CYCLE_ANALYTICS_FOR_PROJECTS | Cycle analytics for projects feature. |
DAST | Dast feature. |
DEFAULT_PROJECT_DELETION_PROTECTION | Default project deletion protection feature. |
DEFAULT_ROLES_ASSIGNEES | Default roles assignees feature. |
DELETE_UNCONFIRMED_USERS | Delete unconfirmed users feature. |
DEPENDENCY_FIREWALL | Dependency firewall feature. |
DEPENDENCY_PROXY_FOR_PACKAGES | Dependency proxy for packages feature. |
DEPENDENCY_SCANNING | Dependency scanning feature. |
DESCRIPTION_COMPOSER | Description composer feature. |
DESCRIPTION_DIFFS | Description diffs feature. |
DEVOPS_ADOPTION | Devops adoption feature. |
DISABLE_DELETING_ACCOUNT_FOR_USERS | Disable deleting account for users feature. |
DISABLE_EXTENSIONS_MARKETPLACE_FOR_ENTERPRISE_USERS | Disable extensions marketplace for enterprise users feature. |
DISABLE_INVITE_MEMBERS | Disable invite members feature. |
DISABLE_NAME_UPDATE_FOR_USERS | Disable name update for users feature. |
DISABLE_PERSONAL_ACCESS_TOKENS | Disable personal access tokens feature. |
DISABLE_SSH_KEYS | Disable ssh keys feature. |
DOMAIN_VERIFICATION | Domain verification feature. |
DORA4_ANALYTICS | Dora4 analytics feature. |
EMAIL_ADDITIONAL_TEXT | Email additional text feature. |
ENVIRONMENT_ALERTS | Environment alerts feature. |
EPICS | Epics feature. |
EPIC_COLORS | Epic colors feature. |
ESCALATION_POLICIES | Escalation policies feature. |
EVALUATE_GROUP_LEVEL_COMPLIANCE_PIPELINE | Evaluate group level compliance pipeline feature. |
EXPERIMENTAL_FEATURES | Experimental features feature. |
EXPLAIN_CODE | Explain code feature. |
EXPORT_USER_PERMISSIONS | Export user permissions feature. |
EXTERNAL_AUDIT_EVENTS | External audit events feature. |
EXTERNAL_STATUS_CHECKS | External status checks feature. |
FEATURE_FLAGS_CODE_REFERENCES | Feature flags code references feature. |
FEATURE_FLAGS_RELATED_ISSUES | Feature flags related issues feature. |
FILE_LOCKS | File locks feature. |
FULL_CODEQUALITY_REPORT | Full codequality report feature. |
GENERATE_COMMIT_MESSAGE | Generate commit message feature. |
GENERATE_DESCRIPTION | Generate description feature. |
GENERATE_TEST_FILE | Generate test file feature. |
GENERIC_ALERT_FINGERPRINTING | Generic alert fingerprinting feature. |
GITHUB_INTEGRATION | Github integration feature. |
GIT_TWO_FACTOR_ENFORCEMENT | Git two factor enforcement feature. |
GLAB_ASK_GIT_COMMAND | Glab ask git command feature. |
GROUP_ACTIVITY_ANALYTICS | Group activity analytics feature. |
GROUP_ALLOWED_EMAIL_DOMAINS | Group allowed email domains feature. |
GROUP_BULK_EDIT | Group bulk edit feature. |
GROUP_CI_CD_ANALYTICS_PIPELINES | Group ci cd analytics pipelines feature. |
GROUP_CI_CD_ANALYTICS_RELEASES | Group ci cd analytics releases feature. |
GROUP_COVERAGE_REPORTS | Group coverage reports feature. |
GROUP_FORKING_PROTECTION | Group forking protection feature. |
GROUP_IP_RESTRICTION | Group ip restriction feature. |
GROUP_LEVEL_ANALYTICS_DASHBOARD | Group level analytics dashboard feature. |
GROUP_LEVEL_COMPLIANCE_ADHERENCE_REPORT | Group level compliance adherence report feature. |
GROUP_LEVEL_COMPLIANCE_DASHBOARD | Group level compliance dashboard feature. |
GROUP_LEVEL_COMPLIANCE_VIOLATIONS_REPORT | Group level compliance violations report feature. |
GROUP_LEVEL_DEVOPS_ADOPTION | Group level devops adoption feature. |
GROUP_LEVEL_MERGE_CHECKS_SETTING | Group level merge checks setting feature. |
GROUP_MILESTONE_PROJECT_RELEASES | Group milestone project releases feature. |
GROUP_PROJECT_TEMPLATES | Group project templates feature. |
GROUP_PROTECTED_BRANCHES | Group protected branches feature. |
GROUP_REPOSITORY_ANALYTICS | Group repository analytics feature. |
GROUP_SAML | Group saml feature. |
GROUP_SAVED_REPLIES | Group saved replies feature. |
GROUP_SCOPED_CI_VARIABLES | Group scoped ci variables feature. |
GROUP_USAGE_BILLING | Group usage billing feature. |
GROUP_WEBHOOKS | Group webhooks feature. |
GROUP_WIKIS | Group wikis feature. |
IDE_SCHEMA_CONFIG | Ide schema config feature. |
INCIDENT_MANAGEMENT | Incident management feature. |
INCIDENT_METRIC_UPLOAD | Incident metric upload feature. |
INCIDENT_SLA | Incident sla feature. |
INCIDENT_TIMELINE_VIEW | Incident timeline view feature. |
INCREASED_SAVED_VIEWS_LIMIT | Increased saved views limit feature. |
INLINE_CODEQUALITY | Inline codequality feature. |
INSIGHTS | Insights feature. |
INSTANCE_LEVEL_DEVOPS_ADOPTION | Instance level devops adoption feature. |
ISSUABLE_DEFAULT_TEMPLATES | Issuable default templates feature. |
ISSUABLE_HEALTH_STATUS | Issuable health status feature. |
ISSUABLE_RESOURCE_LINKS | Issuable resource links feature. |
ISSUES_ANALYTICS | Issues analytics feature. |
ISSUES_COMPLETED_ANALYTICS | Issues completed analytics feature. |
ISSUE_WEIGHTS | Issue weights feature. |
ITERATIONS | Iterations feature. |
JIRA_ISSUES_INTEGRATION | Jira issues integration feature. |
JIRA_ISSUE_ASSOCIATION_ENFORCEMENT | Jira issue association enforcement feature. |
JIRA_VULNERABILITIES_INTEGRATION | Jira vulnerabilities integration feature. |
KUBERNETES_CLUSTER_VULNERABILITIES | Kubernetes cluster vulnerabilities feature. |
LICENSE_INFORMATION_SOURCE | License information source feature. |
LICENSE_SCANNING | License scanning feature. |
LINKED_ITEMS_EPICS | Linked items epics feature. |
MAINTENANCE_MODE | Maintenance mode feature. |
MCP_SERVER | Mcp server feature. |
MEASURE_COMMENT_TEMPERATURE | Measure comment temperature feature. |
MEMBER_LOCK | Member lock feature. |
MERGE_PIPELINES | Merge pipelines feature. |
MERGE_REQUEST_APPROVERS | Merge request approvers feature. |
MERGE_REQUEST_PERFORMANCE_METRICS | Merge request performance metrics feature. |
MERGE_REQUEST_TITLE_REGEX_CHECK | Merge request title regex check feature. |
MERGE_TRAINS | Merge trains feature. |
METRICS_REPORTS | Metrics reports feature. |
MICROSOFT_GROUP_SYNC | Microsoft group sync feature. |
MILESTONE_CHARTS | Milestone charts feature. |
MINIMAL_ACCESS_ROLE | Minimal access role feature. |
MULTIPLE_ALERT_HTTP_INTEGRATIONS | Multiple alert http integrations feature. |
MULTIPLE_APPROVAL_RULES | Multiple approval rules feature. |
MULTIPLE_GROUP_ISSUE_BOARDS | Multiple group issue boards feature. |
MULTIPLE_ISSUE_ASSIGNEES | Multiple issue assignees feature. |
MULTIPLE_MERGE_REQUEST_ASSIGNEES | Multiple merge request assignees feature. |
MULTIPLE_MERGE_REQUEST_REVIEWERS | Multiple merge request reviewers feature. |
NATIVE_SECRETS_MANAGEMENT | Native secrets management feature. |
OBSERVABILITY | Observability feature. |
OIDC_CLIENT_GROUPS_CLAIM | Oidc client groups claim feature. |
OKRS | Okrs feature. |
ONCALL_SCHEDULES | Oncall schedules feature. |
OPERATIONS_DASHBOARD | Operations dashboard feature. |
ORBIT | Orbit feature. |
PACKAGES_VIRTUAL_REGISTRY | Packages virtual registry feature. |
PACKAGE_FORWARDING | Package forwarding feature. |
PAGES_MULTIPLE_VERSIONS | Pages multiple versions feature. |
PERSONAL_ACCESS_TOKEN_EXPIRATION_POLICY | Personal access token expiration policy feature. |
PRODUCTIVITY_ANALYTICS | Productivity analytics feature. |
PRODUCT_ANALYTICS | Product analytics feature. |
PROJECT_LEVEL_ANALYTICS_DASHBOARD | Project level analytics dashboard feature. |
PROJECT_LEVEL_COMPLIANCE_ADHERENCE_REPORT | Project level compliance adherence report feature. |
PROJECT_LEVEL_COMPLIANCE_DASHBOARD | Project level compliance dashboard feature. |
PROJECT_LEVEL_COMPLIANCE_VIOLATIONS_REPORT | Project level compliance violations report feature. |
PROJECT_MERGE_REQUEST_ANALYTICS | Project merge request analytics feature. |
PROJECT_QUALITY_SUMMARY | Project quality summary feature. |
PROJECT_SAVED_REPLIES | Project saved replies feature. |
PROTECTED_ENVIRONMENTS | Protected environments feature. |
PROTECTED_REFS_FOR_USERS | Protected refs for users feature. |
PUSH_RULES | Push rules feature. |
QUALITY_MANAGEMENT | Quality management feature. |
REJECT_NON_DCO_COMMITS | Reject non dco commits feature. |
REJECT_UNSIGNED_COMMITS | Reject unsigned commits feature. |
RELATED_EPICS | Related epics feature. |
RELEASE_EVIDENCE_TEST_ARTIFACTS | Release evidence test artifacts feature. |
REMOTE_DEVELOPMENT | Remote development feature. |
REPORT_APPROVER_RULES | Report approver rules feature. |
REPOSITORY_MIRRORS | Repository mirrors feature. |
REQUESTED_CHANGES_BLOCK_MERGE_REQUEST | Requested changes block merge request feature. |
REQUIREMENTS | Requirements feature. |
RESOURCE_ACCESS_TOKEN | Resource access token feature. |
REVIEW_MERGE_REQUEST | Review merge request feature. |
RUNNER_MAINTENANCE_NOTE_FOR_NAMESPACE | Runner maintenance note for namespace feature. |
RUNNER_PERFORMANCE_INSIGHTS_FOR_NAMESPACE | Runner performance insights for namespace feature. |
RUNNER_UPGRADE_MANAGEMENT_FOR_NAMESPACE | Runner upgrade management for namespace feature. |
SAML_GROUP_SYNC | Saml group sync feature. |
SARIF | Sarif feature. |
SAST | Sast feature. |
SAST_ADVANCED | Sast advanced feature. |
SAST_CUSTOM_RULESETS | Sast custom rulesets feature. |
SAST_FP_REDUCTION | Sast fp reduction feature. |
SAST_IAC | Sast iac feature. |
SCOPED_ISSUE_BOARD | Scoped issue board feature. |
SCOPED_LABELS | Scoped labels feature. |
SEAT_CONTROL | Seat control feature. |
SECRET_DETECTION | Secret detection feature. |
SECRET_DETECTION_VALIDITY_CHECKS | Secret detection validity checks feature. |
SECRET_PUSH_PROTECTION | Secret push protection feature. |
SECURITY_ATTRIBUTES | Security attributes feature. |
SECURITY_CONFIGURATION_IN_UI | Security configuration in ui feature. |
SECURITY_DASHBOARD | Security dashboard feature. |
SECURITY_EXCLUSIONS | Security exclusions feature. |
SECURITY_INVENTORY | Security inventory feature. |
SECURITY_ON_DEMAND_SCANS | Security on demand scans feature. |
SECURITY_ORCHESTRATION_POLICIES | Security orchestration policies feature. |
SECURITY_SCANS_API | Security scans api feature. |
SECURITY_SCAN_PROFILES | Security scan profiles feature. |
SECURITY_TRAINING | Security training feature. |
SELF_HOSTED_MODELS | Self hosted models feature. |
SEMANTIC_CODE_SEARCH | Semantic code search feature. |
SEND_EMAILS_FROM_ADMIN_AREA | Send emails from admin area feature. |
SMARTCARD_AUTH | Smartcard auth feature. |
SSH_CERTIFICATES | Ssh certificates feature. |
SSH_KEY_EXPIRATION_POLICY | Ssh key expiration policy feature. |
STALE_RUNNER_CLEANUP_FOR_NAMESPACE | Stale runner cleanup for namespace feature. |
STATUS_PAGE | Status page feature. |
SUBEPICS | Subepics feature. |
SUGGESTED_REVIEWERS | Suggested reviewers feature. |
SUMMARIZE_COMMENTS | Summarize comments feature. |
SUMMARIZE_MR_CHANGES | Summarize mr changes feature. |
SUMMARIZE_NEW_MERGE_REQUEST | Summarize new merge request feature. |
SUMMARIZE_REVIEW | Summarize review feature. |
SWIMLANES | Swimlanes feature. |
TARGET_BRANCH_RULES | Target branch rules feature. |
TROUBLESHOOT_JOB | Troubleshoot job feature. |
TYPE_OF_WORK_ANALYTICS | Type of work analytics feature. |
UNIQUE_PROJECT_DOWNLOAD_LIMIT | Unique project download limit feature. |
UNPROTECTION_RESTRICTIONS | Unprotection restrictions feature. |
VULNERABILITY_FINDING_SIGNATURES | Vulnerability finding signatures feature. |
WIP_LIMITS | Wip limits feature. |
WORK_ITEM_STATUS | Work item status feature. |
ZENTAO_ISSUES_INTEGRATION | Zentao issues integration feature. |
ListLimitMetricList limit metric setting.
| Value | Description |
|---|---|
all_metrics | Limit list by number and total weight of issues. |
issue_count | Limit list by number of issues. |
issue_weights | Limit list by total weight of issues. |
MavenUpstreamPatternTypePattern type for Maven upstream rules.
| Value | Description |
|---|---|
REGEX | Regular expression pattern type. |
WILDCARD | Wildcard pattern type. |
MavenUpstreamTargetCoordinateTarget coordinate for Maven upstream rules.
| Value | Description |
|---|---|
ARTIFACT_ID | Artifact ID coordinate. |
GROUP_ID | Group ID coordinate. |
VERSION | Version coordinate. |
MeasurementIdentifierPossible identifier types for a measurement.
| Value | Description |
|---|---|
GROUPS | Group count. |
ISSUES | Issue count. |
MERGE_REQUESTS | Merge request count. |
PIPELINES | Pipeline count. |
PIPELINES_CANCELED | Pipeline count with canceled status. |
PIPELINES_FAILED | Pipeline count with failed status. |
PIPELINES_SKIPPED | Pipeline count with skipped status. |
PIPELINES_SUCCEEDED | Pipeline count with success status. |
PROJECTS | Project count. |
USERS | User count. |
MemberAccessLevelAccess level of a group or project member.
| Value | Description |
|---|---|
DEVELOPER | The Developer role gives users access to contribute code while restricting sensitive administrative actions. |
GUEST | The 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. |
MAINTAINER | The Maintainer role is primarily used for managing code reviews, approvals, and administrative settings for projects. This role can also manage project memberships. |
MINIMAL_ACCESS | The 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. |
OWNER | The 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. |
PLANNER | The Planner role is suitable for team members who need to manage projects and track work items but do not need to contribute code. |
REPORTER | The Reporter role is suitable for team members who need to stay informed about a project or group but do not actively contribute code. |
SECURITY_MANAGER | The Security Manager role is for security team members who need to view and manage security features for the group or project. |
MemberAccessLevelNameName of access levels of a group or project member.
| Value | Description |
|---|---|
DEVELOPER | Developer access. |
GUEST | Guest access. |
MAINTAINER | Maintainer access. |
OWNER | Owner access. |
PLANNER | Planner access. |
REPORTER | Reporter access. |
SECURITY_MANAGER | Security Manager access. |
MemberApprovalStatusTypeTypes of member approval status.
| Value | Description |
|---|---|
APPROVED | Approved promotion request. |
DENIED | Denied promotion request. |
PENDING | Pending promotion request. |
MemberRoleAdminPermissionMember role admin permission.
| Value | Description |
|---|---|
READ_ADMIN_CICD | Read CI/CD details for runners and jobs in the Admin Area. |
READ_ADMIN_GROUPS | Read group details in the Admin Area. |
READ_ADMIN_MONITORING | Read system information such as background migrations, health checks, and Gitaly in the Admin Area. |
READ_ADMIN_PROJECTS | Read project details in the Admin Area. |
READ_ADMIN_SUBSCRIPTION | Read subscription details in the Admin area. |
READ_ADMIN_USERS | Read the user list and user details in the Admin area. |
MemberRolePermissionMember role permission.
| Value | Description |
|---|---|
ADMIN_AI_CATALOG_ITEM | Create, edit, and delete custom agents and flows in the AI catalog. |
ADMIN_AI_CATALOG_ITEM_CONSUMER | Enable, disable, and configure custom agents and flows from the AI catalog for a project. |
ADMIN_CICD_VARIABLES | Create, read, update, and delete CI/CD variables. |
ADMIN_COMPLIANCE_FRAMEWORK | Create, 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_MEMBER | Add 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_INTEGRATIONS | Create, read, update, and delete integrations with external applications. |
ADMIN_MERGE_REQUEST | Allows approval of merge requests. |
ADMIN_PROTECTED_BRANCH | Create, read, update, and delete protected branches for a project. |
ADMIN_PROTECTED_ENVIRONMENTS | Create, read, update, and delete protected environments. |
ADMIN_PUSH_RULES | Configure push rules for repositories at the group or project level. |
ADMIN_RUNNERS | Create, view, edit, and delete group or project Runners. Includes configuring Runner settings. |
ADMIN_SECURITY_ATTRIBUTES | Manage the security categories and attributes belonging to a top-level group. Also requires the read_security_attribute permission. |
ADMIN_TERRAFORM_STATE | Execute terraform commands, lock/unlock terraform state files, and remove file versions. |
ADMIN_VULNERABILITY | Edit the status, linked issue, and severity of a vulnerability object. Also requires the read_vulnerability permission. |
ADMIN_WEB_HOOK | Manage webhooks. |
APPLY_SECURITY_SCAN_PROFILES | Apply security scan profiles. |
ARCHIVE_PROJECT | Allows archiving of projects. |
DESTROY_PACKAGE | Delete packages and package files in the package registry. |
MANAGE_DEPLOY_TOKENS | Manage deploy tokens at the group or project level. |
MANAGE_GROUP_ACCESS_TOKENS | Create, 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_SETTINGS | Configure 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_TOKENS | Create, 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_LINK | Allows linking security policy projects. |
READ_ADMIN_CICD | Read CI/CD details for runners and jobs in the Admin Area. |
READ_ADMIN_GROUPS | Read group details in the Admin Area. |
READ_ADMIN_MONITORING | Read system information such as background migrations, health checks, and Gitaly in the Admin Area. |
READ_ADMIN_PROJECTS | Read project details in the Admin Area. |
READ_ADMIN_SUBSCRIPTION | Read subscription details in the Admin area. |
READ_ADMIN_USERS | Read the user list and user details in the Admin area. |
READ_AGENT_ARTIFACTS | Read GitLab Duo Agent Platform artifacts, including audit events and session metadata, that are exposed through the agent artifacts dashboard. |
READ_CODE | Allows 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_DASHBOARD | Read compliance capabilities including adherence, violations, and frameworks for groups and projects. |
READ_CRM_CONTACT | Read CRM contact. |
READ_DEPENDENCY | Allows read-only access to the dependencies and licenses. |
READ_RUNNERS | Allows read-only access to group or project runners, including the runner fleet dashboard. |
READ_SECURITY_ATTRIBUTE | Allows read-only access to the security categories and attributes that belong to a top-level group. |
READ_SECURITY_SCAN_PROFILES | Read security scan profiles. |
READ_VIRTUAL_REGISTRY | Allows 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_VULNERABILITY | Read vulnerability reports and security dashboards. |
REMOVE_GROUP | Ability 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_PROJECT | Allows deletion of projects. |
UPDATE_SEC_AI_WORKFLOW_SETTINGS | Update security AI workflow settings such as SAST Vulnerability Resolution. Also requires the read_vulnerability permission. |
MemberRoleStandardPermissionMember role standard permission.
| Value | Description |
|---|---|
ADMIN_AI_CATALOG_ITEM | Create, edit, and delete custom agents and flows in the AI catalog. |
ADMIN_AI_CATALOG_ITEM_CONSUMER | Enable, disable, and configure custom agents and flows from the AI catalog for a project. |
ADMIN_CICD_VARIABLES | Create, read, update, and delete CI/CD variables. |
ADMIN_COMPLIANCE_FRAMEWORK | Create, 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_MEMBER | Add 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_INTEGRATIONS | Create, read, update, and delete integrations with external applications. |
ADMIN_MERGE_REQUEST | Allows approval of merge requests. |
ADMIN_PROTECTED_BRANCH | Create, read, update, and delete protected branches for a project. |
ADMIN_PROTECTED_ENVIRONMENTS | Create, read, update, and delete protected environments. |
ADMIN_PUSH_RULES | Configure push rules for repositories at the group or project level. |
ADMIN_RUNNERS | Create, view, edit, and delete group or project Runners. Includes configuring Runner settings. |
ADMIN_SECURITY_ATTRIBUTES | Manage the security categories and attributes belonging to a top-level group. Also requires the read_security_attribute permission. |
ADMIN_TERRAFORM_STATE | Execute terraform commands, lock/unlock terraform state files, and remove file versions. |
ADMIN_VULNERABILITY | Edit the status, linked issue, and severity of a vulnerability object. Also requires the read_vulnerability permission. |
ADMIN_WEB_HOOK | Manage webhooks. |
APPLY_SECURITY_SCAN_PROFILES | Apply security scan profiles. |
ARCHIVE_PROJECT | Allows archiving of projects. |
DESTROY_PACKAGE | Delete packages and package files in the package registry. |
MANAGE_DEPLOY_TOKENS | Manage deploy tokens at the group or project level. |
MANAGE_GROUP_ACCESS_TOKENS | Create, 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_SETTINGS | Configure 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_TOKENS | Create, 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_LINK | Allows linking security policy projects. |
READ_AGENT_ARTIFACTS | Read GitLab Duo Agent Platform artifacts, including audit events and session metadata, that are exposed through the agent artifacts dashboard. |
READ_CODE | Allows 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_DASHBOARD | Read compliance capabilities including adherence, violations, and frameworks for groups and projects. |
READ_CRM_CONTACT | Read CRM contact. |
READ_DEPENDENCY | Allows read-only access to the dependencies and licenses. |
READ_RUNNERS | Allows read-only access to group or project runners, including the runner fleet dashboard. |
READ_SECURITY_ATTRIBUTE | Allows read-only access to the security categories and attributes that belong to a top-level group. |
READ_SECURITY_SCAN_PROFILES | Read security scan profiles. |
READ_VIRTUAL_REGISTRY | Allows 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_VULNERABILITY | Read vulnerability reports and security dashboards. |
REMOVE_GROUP | Ability 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_PROJECT | Allows deletion of projects. |
UPDATE_SEC_AI_WORKFLOW_SETTINGS | Update security AI workflow settings such as SAST Vulnerability Resolution. Also requires the read_vulnerability permission. |
MemberRolesAccessLevelAccess level of a group or project member.
| Value | Description |
|---|---|
DEVELOPER | The Developer role gives users access to contribute code while restricting sensitive administrative actions. |
GUEST | The 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. |
MAINTAINER | The Maintainer role is primarily used for managing code reviews, approvals, and administrative settings for projects. This role can also manage project memberships. |
MINIMAL_ACCESS | The 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. |
PLANNER | The Planner role is suitable for team members who need to manage projects and track work items but do not need to contribute code. |
REPORTER | The Reporter role is suitable for team members who need to stay informed about a project or group but do not actively contribute code. |
SECURITY_MANAGER | The Security Manager role is for security team members who need to view and manage security features for the group or project. |
MemberRolesOrderByValues for ordering member roles by a specific field.
| Value | Description |
|---|---|
CREATED_AT | Ordered by creation time. |
ID | Ordered by id. |
NAME | Ordered by name. |
MemberSortValues for sorting members.
| Value | Description |
|---|---|
ACCESS_LEVEL_ASC | Access level ascending order. |
ACCESS_LEVEL_DESC | Access level descending order. |
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at descending order. |
UPDATED_ASC | Updated at ascending order. |
UPDATED_DESC | Updated at descending order. |
USER_FULL_NAME_ASC | User's full name ascending order. |
USER_FULL_NAME_DESC | User's full name 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. |
MergeRequestNewStateNew state to apply to a merge request.
| Value | Description |
|---|---|
CLOSED | Close the merge request if it is open. |
OPEN | Open the merge request if it is closed. |
MergeRequestReviewStateState of a review of a GitLab merge request.
| Value | Description |
|---|---|
APPROVED | Merge request reviewer has approved the changes. |
REQUESTED_CHANGES | Merge request reviewer has requested changes. |
REVIEWED | Merge request reviewer has reviewed. |
REVIEW_STARTED | Merge request reviewer has started a review. |
UNAPPROVED | Merge request reviewer removed their approval of the changes. |
UNREVIEWED | Awaiting review from merge request reviewer. |
MergeRequestSortValues for sorting merge requests.
| Value | Description |
|---|---|
CLOSED_AT_ASC | Closed time by ascending order. |
CLOSED_AT_DESC | Closed time by descending order. |
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at descending order. |
LABEL_PRIORITY_ASC | Label priority by ascending order. |
LABEL_PRIORITY_DESC | Label priority by descending order. |
MERGED_AT_ASC | Merge time by ascending order. |
MERGED_AT_DESC | Merge time by descending order. |
MILESTONE_DUE_ASC | Milestone due date by ascending order. |
MILESTONE_DUE_DESC | Milestone due date by descending order. |
POPULARITY_ASC | Number of upvotes (awarded "thumbs up" emoji) by ascending order. |
POPULARITY_DESC | Number of upvotes (awarded "thumbs up" emoji) by descending order. |
PRIORITY_ASC | Priority by ascending order. |
PRIORITY_DESC | Priority 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. |
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. |
MergeRequestStateState of a GitLab merge request.
| Value | Description |
|---|---|
all | All available. |
closed | In closed state. |
locked | Discussion has been locked. |
merged | Merge request has been merged. |
opened | Opened merge request. |
MergeRequestWorkItemLinkTypeType of relationship between a merge request and a work item.
| Value | Description |
|---|---|
CLOSES | Work item will be closed when the merge request is merged. |
MENTIONED | Work item is mentioned in the merge request but will not be closed. |
RELATED | Work item is related to the merge request but will not be closed. |
MergeRequestsDashboardListTypeValues for merge request dashboard list type.
| Value | Description |
|---|---|
ACTION_BASED | Action based list rendering. |
ROLE_BASED | Role based list rendering. |
MergeStatusRepresentation of whether a GitLab merge request can be merged.
| Value | Description |
|---|---|
CANNOT_BE_MERGED | There are conflicts between the source and target branches. |
CANNOT_BE_MERGED_RECHECK | Currently unchecked. The previous state was CANNOT_BE_MERGED. |
CAN_BE_MERGED | There are no conflicts between the source and target branches. |
CHECKING | Currently checking for mergeability. |
UNCHECKED | Merge status has not been checked. |
MergeStrategyEnum| Value | Description |
|---|---|
ADD_TO_MERGE_TRAIN_WHEN_CHECKS_PASS | Use the add_to_merge_train_when_checks_pass merge strategy. |
MERGE_TRAIN | Use the merge_train merge strategy. |
MERGE_WHEN_CHECKS_PASS | Use the merge_when_checks_pass merge strategy. |
MergeTrainEnforcementMerge train enforcement levels for a project.
| Value | Description |
|---|---|
ALLOW_BYPASS | Users with permission to merge can bypass the merge train through the UI or API. |
ENFORCE_FOR_ALL_USERS | All merge requests must go through the merge train. The merge train cannot be bypassed. |
ENFORCE_WITH_OWNER_OVERRIDE | All merge requests must go through the merge train. Owners and administrators can bypass the merge train for individual merge requests. |
MergeTrainStatus| Value | Description |
|---|---|
ACTIVE | Active merge train. |
COMPLETED | Completed merge train. |
MergeabilityCheckIdentifierRepresentation of mergeability check identifier.
| Value | Description |
|---|---|
CI_MUST_PASS | Checks whether CI has passed. |
COMMITS_STATUS | Checks source branch exists and contains commits. |
CONFLICT | Checks whether the merge request has a conflict. |
DISCUSSIONS_NOT_RESOLVED | Checks whether the merge request has open discussions. |
DRAFT_STATUS | Checks whether the merge request is draft. |
JIRA_ASSOCIATION_MISSING | Checks whether the title or description references a Jira issue. |
LOCKED_LFS_FILES | Checks whether the merge request contains locked LFS files that are locked by users other than the merge request author. |
LOCKED_PATHS | Checks whether the merge request contains locked paths. |
MERGE_REQUEST_BLOCKED | Checks whether the merge request is blocked. |
MERGE_TIME | Checks whether the merge is blocked due to a scheduled merge time. |
NEED_REBASE | Checks whether the merge request needs to be rebased. |
NOT_APPROVED | Checks whether the merge request is approved. |
NOT_OPEN | Checks whether the merge request is open. |
REQUESTED_CHANGES | Checks whether the merge request has changes requested. |
SECURITY_POLICY_PIPELINE_CHECK | Checks whether all pipelines have passed when security policies are configured. |
SECURITY_POLICY_VIOLATIONS | Checks whether the security policies are satisfied. |
STATUS_CHECKS_MUST_PASS | Checks whether the external status checks pass. |
TITLE_REGEX | Checks whether the title matches the expected regex. |
MergeabilityCheckStatusRepresentation of whether a mergeability check passed, checking, failed or is inactive.
| Value | Description |
|---|---|
CHECKING | Mergeability check is being checked. |
FAILED | Mergeability check has failed. The merge request cannot be merged. |
INACTIVE | Mergeability check is disabled via settings. |
SUCCESS | Mergeability check has passed. |
WARNING | Mergeability check has passed with a warning. |
MilestoneSortValues for sorting milestones.
| Value | Description |
|---|---|
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at descending order. |
DUE_DATE_ASC | Milestone due date by ascending order. |
DUE_DATE_DESC | Milestone due date by descending order. |
EXPIRED_LAST_DUE_DATE_ASC | Group 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_DESC | Group 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_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. |
MilestoneStateEnumCurrent state of milestone.
| Value | Description |
|---|---|
active | Milestone is currently active. |
closed | Milestone is closed. |
MilestoneWildcardIdMilestone ID wildcard values.
| Value | Description |
|---|---|
ANY | Milestone is assigned. |
NONE | No milestone is assigned. |
STARTED | Milestone assigned is open and started (overlaps current date). This differs from the behavior in the REST API implementation. |
UPCOMING | Milestone assigned starts in the future (start date > today). This differs from the behavior in the REST API implementation. |
MlModelVersionsOrderByField names for ordering machine learning model versions.
| Value | Description |
|---|---|
CREATED_AT | Ordered by creation time. |
ID | Ordered by id. |
VERSION | Ordered by name. |
MlModelsOrderByValues for ordering machine learning models by a specific field.
| Value | Description |
|---|---|
CREATED_AT | Ordered by creation time. |
ID | Ordered by id. |
NAME | Ordered by name. |
UPDATED_AT | Ordered by update time. |
MoveTypeThe position to which the adjacent object should be moved.
| Value | Description |
|---|---|
after | Adjacent object is moved after the object that is being moved. |
before | Adjacent object is moved before the object that is being moved. |
MutationOperationModeDifferent toggles for changing mutator behavior.
| Value | Description |
|---|---|
APPEND | Performs an append operation. |
REMOVE | Performs a removal operation. |
REPLACE | Performs a replace operation. |
NamespaceClusterAgentFilterPossible filter types for remote development cluster agents in a namespace.
| Value | Description |
|---|---|
ALL | All cluster agents in the namespace that can be used for hosting worksapces. |
AVAILABLE | Cluster agents in the namespace that can be used for hosting workspaces. |
DIRECTLY_MAPPED | Cluster agents that are directly mapped to the given namespace. |
UNMAPPED | Cluster agents within a namespace that are not directly mapped to it. |
NamespaceProjectSortValues for sorting projects.
| Value | Description |
|---|---|
ACTIVITY_DESC | Sort by latest activity, descending order. |
BUILD_ARTIFACTS_SIZE_ASC | Sort by total build artifact size, ascending order. |
BUILD_ARTIFACTS_SIZE_DESC | Sort by total build artifact size, descending order. |
CONTAINER_REGISTRY_SIZE_ASC | Sort by total container registry size, ascending order. |
CONTAINER_REGISTRY_SIZE_DESC | Sort by total container registry size, descending order. |
EXCESS_REPO_STORAGE_SIZE_DESC | Sort by excess repository storage size, descending order. |
FULL_PATH_ASC | Sort by full path, ascending order. |
FULL_PATH_DESC | Sort by full path, descending order. |
LFS_OBJECTS_SIZE_ASC | Sort by total LFS object size, ascending order. |
LFS_OBJECTS_SIZE_DESC | Sort by total LFS object size, descending order. |
PACKAGES_SIZE_ASC | Sort by total package size, ascending order. |
PACKAGES_SIZE_DESC | Sort by total package size, descending order. |
PATH_ASC | Sort by path, ascending order. |
PATH_DESC | Sort by path, descending order. |
REPOSITORY_SIZE_ASC | Sort by total repository size, ascending order. |
REPOSITORY_SIZE_DESC | Sort by total repository size, descending order. |
SIMILARITY | Most similar to the search query. |
SNIPPETS_SIZE_ASC | Sort by total snippet size, ascending order. |
SNIPPETS_SIZE_DESC | Sort by total snippet size, descending order. |
STORAGE_SIZE_ASC | Sort by total storage size, ascending order. |
STORAGE_SIZE_DESC | Sort by total storage size, descending order. |
WIKI_SIZE_ASC | Sort by total wiki size, ascending order. |
WIKI_SIZE_DESC | Sort by total wiki size, descending order. |
NegatedIterationWildcardIdNegated Iteration ID wildcard values.
| Value | Description |
|---|---|
CURRENT | Current iteration. |
NegatedMilestoneWildcardIdNegated Milestone ID wildcard values.
| Value | Description |
|---|---|
STARTED | Milestone assigned is open and yet to be started (start date > today). |
UPCOMING | Milestone assigned is open but starts in the past (start date <= today). This differs from the behavior in the REST API implementation. |
NotesFilterTypeWork item notes collection type.
| Value | Description |
|---|---|
ALL_NOTES | Show all activity. |
ONLY_ACTIVITY | Show history only. |
ONLY_COMMENTS | Show comments only. |
OncallRotationUnitEnumRotation length unit of an on-call rotation.
| Value | Description |
|---|---|
DAYS | Days. |
HOURS | Hours. |
WEEKS | Weeks. |
OpenTelemetryMetricTypeEnum defining the type of OpenTelemetry metric.
| Value | Description |
|---|---|
EXPONENTIAL_HISTOGRAM_TYPE | Exponential Histogram Type type. |
GAUGE_TYPE | Gauge Type type. |
HISTOGRAM_TYPE | Histogram Type type. |
SUM_TYPE | Sum Type type. |
OrganizationClusterAgentFilterPossible filter types for remote development cluster agents in an organization.
| Value | Description |
|---|---|
ALL | All cluster agents in the organization that can be used for hosting workspaces. |
DIRECTLY_MAPPED | Cluster agents that are directly mapped to the given organization. |
OrganizationGroupProjectDisplayDefault list view for organization groups and projects.
| Value | Description |
|---|---|
GROUPS | Status: Experiment. Introduced in GitLab 17.2. |
Display organization groups list. |
| PROJECTS | Status: Experiment. Introduced in GitLab 17.2.
Display organization projects list. |
OrganizationGroupProjectSortValues for sorting organization groups and projects.
| Value | Description |
|---|---|
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at descending order. |
NAME_ASC | Status: 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. |
OrganizationSortValues for sorting organizations.
| Value | Description |
|---|---|
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at descending order. |
DEFAULT_RATE_ASC | Default Rate in ascending order. |
DEFAULT_RATE_DESC | Default Rate in descending order. |
DESCRIPTION_ASC | Description in ascending order. |
DESCRIPTION_DESC | Description in descending order. |
NAME_ASC | Name in ascending order. |
NAME_DESC | Name in 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. |
OrganizationStateState of an organization.
| Value | Description |
|---|---|
ACTIVE | Status: 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. |
OrganizationUserAccessLevelAccess level of an organization user.
| Value | Description |
|---|---|
DEFAULT | Status: Experiment. Introduced in GitLab 16.11. |
Guest access. |
| OWNER | Status: Experiment. Introduced in GitLab 16.11.
Owner access. |
OrganizationVisibilityVisibilities available to an organization.
| Value | Description |
|---|---|
private | Private visibility. |
public | Public visibility. |
PackageDependencyType| Value | Description |
|---|---|
BUNDLE_DEPENDENCIES | bundleDependencies dependency type. |
DEPENDENCIES | dependencies dependency type. |
DEV_DEPENDENCIES | devDependencies dependency type. |
PEER_DEPENDENCIES | peerDependencies dependency type. |
PackageGroupSortValues for sorting group packages.
| Value | Description |
|---|---|
CREATED_ASC | Ordered by created_at in ascending order. |
CREATED_DESC | Ordered by created_at in descending order. |
NAME_ASC | Ordered by name in ascending order. |
NAME_DESC | Ordered by name in descending order. |
PROJECT_PATH_ASC | Ordered by project path in ascending order. |
PROJECT_PATH_DESC | Ordered by project path in descending order. |
TYPE_ASC | Ordered by type in ascending order. |
TYPE_DESC | Ordered by type in descending order. |
VERSION_ASC | Ordered by version in ascending order. |
VERSION_DESC | Ordered by version in descending order. |
PackageManagerValues for package manager.
| Value | Description |
|---|---|
APK | Package manager: apk. |
BUNDLER | Package manager: bundler. |
CARGO | Package manager: cargo. |
COMPOSER | Package manager: composer. |
CONAN | Package manager: conan. |
CONDA | Package manager: conda. |
GO | Package manager: go. |
GRADLE | Package manager: gradle. |
MAVEN | Package manager: maven. |
NPM | Package manager: npm. |
NUGET | Package manager: nuget. |
PIP | Package manager: pip. |
PIPENV | Package manager: pipenv. |
PNPM | Package manager: pnpm. |
POETRY | Package manager: poetry. |
PUB | Package manager: pub. |
SBT | Package manager: sbt. |
SETUPTOOLS | Package manager: setuptools. |
YARN | Package manager: yarn. |
PackageMetadataAdvisorySourceSource of the package metadata advisory.
| Value | Description |
|---|---|
GLAD | Advisory from glad. |
TRIVY_DB | Advisory from trivy-db. |
PackageSortValues for sorting package.
| Value | Description |
|---|---|
CREATED_ASC | Ordered by created_at in ascending order. |
CREATED_DESC | Ordered by created_at in descending order. |
NAME_ASC | Ordered by name in ascending order. |
NAME_DESC | Ordered by name in descending order. |
TYPE_ASC | Ordered by type in ascending order. |
TYPE_DESC | Ordered by type in descending order. |
VERSION_ASC | Ordered by version in ascending order. |
VERSION_DESC | Ordered by version in descending order. |
PackageStatus| Value | Description |
|---|---|
DEFAULT | Packages with a default status. |
DEPRECATED | Packages with a deprecated status. |
ERROR | Packages with a error status. |
HIDDEN | Packages with a hidden status. |
PENDING_DESTRUCTION | Packages with a pending_destruction status. |
PROCESSING | Packages with a processing status. |
PackageTypeEnum| Value | Description |
|---|---|
CARGO | Packages from the Cargo package manager. |
COMPOSER | Packages from the Composer package manager. |
CONAN | Packages from the Conan package manager. |
DEBIAN | Packages from the Debian package manager. |
GENERIC | Packages from the Generic package manager. |
GOLANG | Packages from the Golang package manager. |
HELM | Packages from the Helm package manager. |
MAVEN | Packages from the Maven package manager. |
ML_MODEL | Packages from the Ml_model package manager. |
NPM | Packages from the npm package manager. |
NUGET | Packages from the Nuget package manager. |
PYPI | Packages from the PyPI package manager. |
RPM | Packages from the Rpm package manager. |
RUBYGEMS | Packages from the Rubygems package manager. |
TERRAFORM_MODULE | Packages from the Terraform Module package manager. |
PackagesCleanupKeepDuplicatedPackageFilesEnum| Value | Description |
|---|---|
ALL_PACKAGE_FILES | Value to keep all package files. |
FIFTY_PACKAGE_FILES | Value to keep 50 package files. |
FORTY_PACKAGE_FILES | Value to keep 40 package files. |
ONE_PACKAGE_FILE | Value to keep 1 package files. |
TEN_PACKAGE_FILES | Value to keep 10 package files. |
THIRTY_PACKAGE_FILES | Value to keep 30 package files. |
TWENTY_PACKAGE_FILES | Value to keep 20 package files. |
PackagesProtectionRuleAccessLevelAccess level of a package protection rule resource.
| Value | Description |
|---|---|
ADMIN | Admin access. |
MAINTAINER | Maintainer access. |
OWNER | Owner access. |
PackagesProtectionRuleAccessLevelForDeleteAccess level for the deletion of a package protection rule resource.
| Value | Description |
|---|---|
ADMIN | Admin access. Available only when feature flag packages_protected_packages_delete is enabled. |
OWNER | Owner access. Available only when feature flag packages_protected_packages_delete is enabled. |
PackagesProtectionRulePackageTypePackage type of a package protection rule resource.
| Value | Description |
|---|---|
CONAN | Packages of the Conan format. |
GENERIC | Packages of the Generic format. |
HELM | Packages of the Helm format. |
MAVEN | Packages of the Maven format. |
NPM | Packages of the npm format. |
NUGET | Packages of the NuGet format. |
PYPI | Packages of the PyPI format. |
TERRAFORM_MODULE | Packages of the Terraform module format. |
PermissionBoundaryType of resource that the permission can be applied to.
| Value | Description |
|---|---|
GROUP | Group. |
INSTANCE | Instance. |
PROJECT | Project. |
USER | User. |
PipelineAnalyticsJobStatus| Value | Description |
|---|---|
ANY | Jobs with any status. |
FAILED | Job that failed. |
OTHER | Job that was canceled or skipped. |
SUCCESS | Job that succeeded. |
PipelineConfigSourceEnum| Value | Description |
|---|---|
AUTO_DEVOPS_SOURCE | Auto DevOps source. |
BRIDGE_SOURCE | Bridge source. |
COMPLIANCE_SOURCE | Compliance source. |
EXTERNAL_PROJECT_SOURCE | External project source. |
PARAMETER_SOURCE | Parameter source. |
PIPELINE_EXECUTION_POLICY_FORCED | Pipeline execution policy forced. |
REMOTE_SOURCE | Remote source. |
REPOSITORY_SOURCE | Repository source. |
SECURITY_POLICIES_DEFAULT_SOURCE | Security policies default source. |
SECURITY_SCAN_PROFILES_SOURCE | Security scan profiles source. |
UNKNOWN_SOURCE | Unknown source. |
WEBIDE_SOURCE | Webide source. |
PipelineMergeRequestEventTypeEvent type of the pipeline associated with a merge request.
| Value | Description |
|---|---|
DETACHED | Pipeline run on the changes in the merge request source branch. |
MERGED_RESULT | Pipeline run on the changes from the source branch combined with the target branch. |
MERGE_TRAIN | Pipeline ran as part of a merge train. |
PipelineScheduleSortValues for sorting pipeline schedules.
| Value | Description |
|---|---|
CREATED_AT_ASC | Sort pipeline schedules by created date in ascending order. |
CREATED_AT_DESC | Sort pipeline schedules by created date in descending order. |
DESCRIPTION_ASC | Sort pipeline schedules by description in ascending order. |
DESCRIPTION_DESC | Sort pipeline schedules by description in descending order. |
ID_ASC | Sort pipeline schedules by ID in ascending order. |
ID_DESC | Sort pipeline schedules by ID in descending order. |
NEXT_RUN_AT_ASC | Sort pipeline schedules by next run in ascending order. |
NEXT_RUN_AT_DESC | Sort pipeline schedules by next run in descending order. |
REF_ASC | Sort pipeline schedules by target in ascending order. |
REF_DESC | Sort pipeline schedules by target in descending order. |
UPDATED_AT_ASC | Sort pipeline schedules by updated date in ascending order. |
UPDATED_AT_DESC | Sort pipeline schedules by updated date in descending order. |
PipelineScheduleStatus| Value | Description |
|---|---|
ACTIVE | Active pipeline schedules. |
INACTIVE | Inactive pipeline schedules. |
PipelineScopeEnum| Value | Description |
|---|---|
BRANCHES | Branches. |
FINISHED | Pipeline has completed. |
PENDING | Pipeline has not started running yet. |
RUNNING | Pipeline is running. |
TAGS | Tags. |
PipelineSecurityReportFindingSortPipeline security report finding sort values.
| Value | Description |
|---|---|
severity_asc | Severity in ascending order. |
severity_desc | Severity in descending order. |
PipelineStatusEnum| Value | Description |
|---|---|
CANCELED | Pipeline was canceled before completion. |
CANCELING | Pipeline is in the process of canceling. |
CREATED | Pipeline has been created. |
FAILED | At least one stage of the pipeline failed. |
MANUAL | Pipeline needs to be manually started. |
PENDING | Pipeline has not started running yet. |
PREPARING | Pipeline is preparing to run. |
RUNNING | Pipeline is running. |
SCHEDULED | Pipeline is scheduled to run. |
SKIPPED | Pipeline was skipped. |
SUCCESS | Pipeline completed successfully. |
WAITING_FOR_CALLBACK | Pipeline is waiting for an external action. |
WAITING_FOR_RESOURCE | A resource (for example, a runner) that the pipeline requires to run is unavailable. |
PipelineVariablesDefaultRoleTypePipeline variables minimum override roles.
| Value | Description |
|---|---|
DEVELOPER | Developer. |
MAINTAINER | Maintainer. |
NO_ONE_ALLOWED | No one allowed. |
OWNER | Owner. |
PolicyEnforcementType| Value | Description |
|---|---|
ENFORCE | Represents an enforced policy type. |
WARN | Represents a warn mode policy type. |
PolicyProjectCreatedStatusTypes of security policy project created status.
| Value | Description |
|---|---|
ERROR | Creating the security policy project failed. |
SUCCESS | Creating the security policy project was successful. |
PolicyScheduleTestRunStateState of a policy schedule test run.
| Value | Description |
|---|---|
COMPLETE | Test run completed successfully. |
FAILED | Test run failed. |
PENDING | Test run is pending and waiting for pipeline creation. |
RUNNING | Test run is in progress. |
PolicyScopeMatchModeSpecifies how multiple policy scope conditions are combined.
| Value | Description |
|---|---|
ALL | All specified conditions must match (AND logic). This is the default behavior. |
ANY | At least one specified condition must match (OR logic). |
PolicyStatusLists the status of a virtual registry cleanup policy.
| Value | Description |
|---|---|
FAILED | Cleanup policy status failed. |
RUNNING | Cleanup policy status running. |
SCHEDULED | Cleanup policy status scheduled. |
PolicyType| Value | Description |
|---|---|
APPROVAL_POLICY | Approval policy. |
DEPENDENCY_FIREWALL_POLICY | Status: 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| Value | Description |
|---|---|
ARTIFACTS_MISSING | Represents error which occurs when pipeline is misconfigured and does not include necessary artifacts to evaluate a policy. |
SCAN_NOT_SUCCEEDED | Represents error which occurs when a security scan job did not complete successfully (e.g., was canceled or failed), preventing policy evaluation. |
SCAN_REMOVED | Represents mismatch between the scans of the source and target pipelines. |
UNKNOWN | Represents unknown error. |
PolicyViolationStatus| Value | Description |
|---|---|
FAILED | Represents a failed policy violation. |
RUNNING | Represents a running policy violation. |
SKIPPED | Represents a skipped policy violation. |
WARNING | Represents a policy violation warning. |
PolicyViolations| Value | Description |
|---|---|
DISMISSED_IN_MR | Dismissed in Merge request bypass reason. |
PrincipalTypeTypes of principal that can have secrets permissions.
| Value | Description |
|---|---|
GROUP | group. |
MEMBER_ROLE | member role. |
ROLE | predefined role. |
USER | user. |
ProjectArchivedValues for the archived argument.
| Value | Description |
|---|---|
EXCLUDE | Exclude archived projects. |
INCLUDE | Include archived projects. |
ONLY | Only archived projects. |
ProjectComplianceControlStatusCompliance status of the project control.
| Value | Description |
|---|---|
FAIL | Fail. |
PASS | Pass. |
PENDING | Pending. |
ProjectComplianceRequirementStatusOrderByValues for order_by field for project requirement statuses.
| Value | Description |
|---|---|
FRAMEWORK | Order by frameworks. |
PROJECT | Order by projects. |
REQUIREMENT | Order by requirements. |
ProjectFeatureAccessLevelAccess level of a project feature.
| Value | Description |
|---|---|
DISABLED | Not enabled for anyone. |
ENABLED | Enabled for everyone able to access the project. |
PRIVATE | Enabled only for team members. |
ProjectMemberRelationProject member relation.
| Value | Description |
|---|---|
DESCENDANTS | Descendants members. |
DIRECT | Direct members. |
INHERITED | Inherited members. |
INVITED_GROUPS | Invited Groups members. |
SHARED_INTO_ANCESTORS | Shared Into Ancestors members. |
ProjectSecretsManagerStatusValues for the project secrets manager status.
| Value | Description |
|---|---|
ACTIVE | Secrets manager has been provisioned and enabled. |
DEPROVISIONING | Secrets manager is being deprovisioned. |
PROVISIONING | Secrets manager is being provisioned. |
ProjectSortValues for sorting projects.
| Value | Description |
|---|---|
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at descending order. |
ID_ASC | ID by ascending order. |
ID_DESC | ID by descending order. |
LATEST_ACTIVITY_ASC | Latest activity by ascending order. |
LATEST_ACTIVITY_DESC | Latest activity by descending order. |
NAME_ASC | Name by ascending order. |
NAME_DESC | Name by descending order. |
PATH_ASC | Path by ascending order. |
PATH_DESC | Path by descending order. |
STARS_ASC | Stars by ascending order. |
STARS_DESC | Stars by descending order. |
STORAGE_SIZE_ASC | Storage size by ascending order. |
STORAGE_SIZE_DESC | Storage size by 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. |
ProjectTrackedContextThe context type of the tracked context.
| Value | Description |
|---|---|
BRANCH | Branch type. |
TAG | Tag type. |
PromptInjectionProtectionLevelValues for prompt injection protection for a namespace.
| Value | Description |
|---|---|
INTERRUPT | Scan and block detected prompt injection attempts. |
LOG_ONLY | Scan and log results, but do not block requests. |
NO_CHECKS | Turn off scanning entirely. No prompt data is sent to third-party services. |
ReachabilityTypeDependency reachability status.
| Value | Description |
|---|---|
IN_USE | Dependency is imported and in use. |
NOT_FOUND | Dependency is not in use. |
UNKNOWN | Dependency reachability status is not available. |
RefTypeType of ref.
| Value | Description |
|---|---|
HEADS | Ref type for branches. |
TAGS | Ref type for tags. |
RegistryStateState of a Geo registry.
| Value | Description |
|---|---|
FAILED | Registry that failed to sync. |
PENDING | Registry waiting to be synced. |
STARTED | Registry currently syncing. |
SYNCED | Registry that is synced. |
RelationshipTypeRelationship of the policies to resync.
| Value | Description |
|---|---|
DIRECT | Policies defined for the project/group only. |
INHERITED | Policies defined for the project/group and ancestor groups. |
RelativePositionTypeThe position to which the object should be moved.
| Value | Description |
|---|---|
AFTER | Object is moved after an adjacent object. |
BEFORE | Object is moved before an adjacent object. |
ReleaseAssetLinkTypeType of the link: other, runbook, image, package.
| Value | Description |
|---|---|
IMAGE | Image link type. |
OTHER | Other link type. |
PACKAGE | Package link type. |
RUNBOOK | Runbook link type. |
ReleaseSortValues for sorting releases.
| Value | Description |
|---|---|
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at descending order. |
RELEASED_AT_ASC | Released at by ascending order. |
RELEASED_AT_DESC | Released at by descending order. |
ReleaseTagWildcardIdRelease tag ID wildcard values.
| Value | Description |
|---|---|
ANY | Release tag is assigned. |
NONE | No release tag is assigned. |
ReplicationStateEnum| Value | Description |
|---|---|
FAILED | Replication process finished but failed. |
PENDING | Replication process has not started. |
STARTED | Replication process is in progress. |
SYNCED | Replication process finished successfully. |
RequirementStateState of a requirement.
| Value | Description |
|---|---|
ARCHIVED | Archived requirement. |
OPENED | Open requirement. |
RequirementStatusFilterStatus of a requirement based on last test report.
| Value | Description |
|---|---|
FAILED | Failed test report. |
MISSING | Requirements without any test report. |
PASSED | Passed test report. |
ResourceGroupsProcessModeProcess mode for resource groups.
| Value | Description |
|---|---|
NEWEST_FIRST | Newest first. |
NEWEST_READY_FIRST | Newest ready first. |
OLDEST_FIRST | Oldest first. |
UNORDERED | Unordered. |
ReviewerWildcardIdReviewer ID wildcard values.
| Value | Description |
|---|---|
ANY | Any reviewer is assigned. |
NONE | No reviewer is assigned. |
RiskRatingRisk rating levels based on score ranges.
| Value | Description |
|---|---|
CRITICAL | Critical risk (76–100). |
HIGH | High risk (51–75). |
LOW | Low risk (0–25). |
MEDIUM | Medium risk (26–50). |
UNKNOWN | Unknown risk level. |
SastUiComponentSizeSize of UI component in SAST configuration page.
| Value | Description |
|---|---|
LARGE | Size of UI component in SAST configuration page is large. |
MEDIUM | Size of UI component in SAST configuration page is medium. |
SMALL | Size of UI component in SAST configuration page is small. |
SbomSourceTypeValues for sbom source types.
| Value | Description |
|---|---|
CONTAINER_SCANNING | Source Type: container_scanning. |
CONTAINER_SCANNING_FOR_REGISTRY | Source Type: container_scanning_for_registry. |
DEPENDENCY_SCANNING | Source Type: dependency_scanning. |
NIL_SOURCE | Enum source nil. |
ScanModeEnumOptions for filtering by scan mode.
| Value | Description |
|---|---|
ALL | Return results from all scans. |
FULL | Return results from full scans. |
PARTIAL | Return results from partial scans. |
ScanProfileStatusComputed display status for a scan profile.
| Value | Description |
|---|---|
ACTIVE | Scans succeeding and not stale. |
FAILED | 3+ consecutive scan failures. |
NOT_CONFIGURED | Profile is not applied for the scan type. |
PENDING | Profile is attached but no scan has completed yet. |
STALE | No scan activity in 90 days. |
WARNING | Fewer than 3 consecutive scan failures. |
ScanProfileTriggerTypeScan profile trigger type.
| Value | Description |
|---|---|
DEFAULT_BRANCH_PIPELINE | Default branch pipeline. |
GIT_PUSH_EVENT | Git push event. |
MERGE_REQUEST_PIPELINE | Merge request pipeline. |
SBOM_INGESTED | Status: Experiment. Introduced in GitLab 19.2. |
SBOM ingested. |
ScanStatusThe status of the security scan.
| Value | Description |
|---|---|
CREATED | The scan has been created. |
JOB_FAILED | The related CI build failed. |
PREPARATION_FAILED | Report couldn't be prepared. |
PREPARING | Preparing the report for the scan. |
PURGED | Report for the scan has been removed from the database. |
REPORT_ERROR | The report artifact provided by the CI build couldn't be parsed. |
SUCCEEDED | The report has been successfully prepared. |
SearchLevelLevel of search.
| Value | Description |
|---|---|
GLOBAL | Global search including all groups and projects. |
GROUP | Group search. |
PROJECT | Project search. |
SearchTypeType of search.
| Value | Description |
|---|---|
ADVANCED | Advanced search. |
BASIC | Basic search. |
ZOEKT | Exact code search. |
SecretRotationStatusStatus of secret rotation.
| Value | Description |
|---|---|
APPROACHING | Rotation is due within 7 days. |
OK | Rotation is not due soon. |
OVERDUE | Rotation is overdue (reminder was sent). |
SecretStatusStatus of secret.
| Value | Description |
|---|---|
COMPLETED | Secret is complete. |
CREATE_IN_PROGRESS | Secret creation is in progress. |
CREATE_STALE | Secret creation appears stale (started long ago or missing completion timestamp). |
UPDATE_IN_PROGRESS | Secret update is in progress. |
UPDATE_STALE | Secret update appears stale (started long ago or missing completion timestamp). |
SecretsManagementActionActions that can be performed on secrets.
| Value | Description |
|---|---|
DELETE | Delete secrets. |
READ | Read secrets. |
WRITE | Create and update secrets. |
SecretsManagerEntitlementBlockedReasonReason a Secrets Manager entitlement is blocked.
| Value | Description |
|---|---|
CREDITS_EXHAUSTED | Status: 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. |
SecretsManagerEntitlementStateState of a Secrets Manager entitlement for a top-level group.
| Value | Description |
|---|---|
BLOCKED | Status: 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. |
SecurityAttributeBulkUpdateModeMode for bulk updating security attributes.
| Value | Description |
|---|---|
ADD | Add attributes to projects (keeps existing attributes). |
REMOVE | Remove attributes from projects. |
REPLACE | Replace all existing attributes with the specified attributes. |
SecurityCategoryEditableStateEditable state for security categories and attributes.
| Value | Description |
|---|---|
EDITABLE | Editable state. |
EDITABLE_ATTRIBUTES | Editable attributes state. |
LOCKED | Locked state. |
SecurityCategoryTemplateTypeTemplate type for predefined security categories.
| Value | Description |
|---|---|
APPLICATION | Application category. |
BUSINESS_IMPACT | Business impact category. |
BUSINESS_UNIT | Business unit category. |
EXPOSURE | Exposure category. |
SecurityPolicyRelationType| Value | Description |
|---|---|
DESCENDANT | Policies 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. |
DIRECT | Policies defined for the project/group only. |
INHERITED | Policies defined for the project/group and ancestor groups. |
INHERITED_ONLY | Policies defined for the project/group's ancestor groups only. |
SecurityPreferredLicenseSourceConfiguration| Value | Description |
|---|---|
PMDB | Use internal instance license database as a source of license information for dependencies. |
SBOM | Use the SBOM as a source of license information for dependencies. |
SecurityReportTypeEnum| Value | Description |
|---|---|
API_FUZZING | API FUZZING scan report. |
CLUSTER_IMAGE_SCANNING | CLUSTER IMAGE SCANNING scan report. |
CONTAINER_SCANNING | CONTAINER SCANNING scan report. |
COVERAGE_FUZZING | COVERAGE FUZZING scan report. |
DAST | DAST scan report. |
DEPENDENCY_SCANNING | DEPENDENCY SCANNING scan report. |
SAST | SAST scan report. |
SAST_ADVANCED | SAST ADVANCED scan report. |
SAST_IAC | SAST IAC scan report. |
SECRET_DETECTION | SECRET DETECTION scan report. |
SecurityScanProfileTypeScan profile type.
| Value | Description |
|---|---|
CONTAINER_SCANNING | Container scanning. |
DEPENDENCY_SCANNING | Dependency scanning. |
DEPENDENCY_SCANNING_POST_PROCESSING | Status: Experiment. Introduced in GitLab 19.2. |
Dependency scanning post processing. |
| SAST | Sast. |
| SECRET_DETECTION | Secret detection. |
SecurityScannerTypeThe type of the security scanner.
| Value | Description |
|---|---|
API_FUZZING | API fuzzing scanner. |
CLUSTER_IMAGE_SCANNING | Cluster image scanning scanner. |
CONTAINER_SCANNING | Container scanning scanner. |
COVERAGE_FUZZING | Coverage fuzzing scanner. |
DAST | DAST scanner. |
DEPENDENCY_SCANNING | Dependency scanning scanner. |
SAST | SAST scanner. |
SAST_ADVANCED | SAST advanced scanner. |
SAST_IAC | SAST IaC scanner. |
SECRET_DETECTION | Secret detection scanner. |
SecurityTrackedRefScopeReturn vulnerabilities scoped to certain types of refs.
| Value | Description |
|---|---|
ALL_REFS | Returns all tracked refs. This is the same as omitting the filter. |
DEFAULT_BRANCHES | Returns vulnerabilities that are on a default branch. |
SecurityTrackedRefStateState of security tracked ref.
| Value | Description |
|---|---|
TRACKED | Ref is being tracked for vulnerabilities. |
UNTRACKED | Ref is not being tracked for vulnerabilities. |
SecurityTrackedRefTypeType of ref being tracked for security vulnerabilities.
| Value | Description |
|---|---|
BRANCH | Branch ref. |
TAG | Tag ref. |
SentryErrorStatusState of a Sentry error.
| Value | Description |
|---|---|
IGNORED | Error has been ignored. |
RESOLVED | Error has been resolved. |
RESOLVED_IN_NEXT_RELEASE | Error has been ignored until next release. |
UNRESOLVED | Error is unresolved. |
ServiceType| Value | Description |
|---|---|
APPLE_APP_STORE_SERVICE | Apple App Store Connect integration. |
ASANA_SERVICE | Asana integration. |
ASSEMBLA_SERVICE | Assembla integration. |
BAMBOO_SERVICE | Atlassian Bamboo integration. |
BUGZILLA_SERVICE | Bugzilla integration. |
BUILDKITE_SERVICE | Buildkite integration. |
CAMPFIRE_SERVICE | Campfire integration. |
CLICKUP_SERVICE | ClickUp integration. |
CONFLUENCE_SERVICE | Confluence Workspace integration. |
CUSTOM_ISSUE_TRACKER_SERVICE | Custom issue tracker integration. |
DATADOG_SERVICE | Datadog integration. |
DIFFBLUE_COVER_SERVICE | Diffblue Cover integration. |
DISCORD_SERVICE | Discord Notifications integration. |
DRONE_CI_SERVICE | Drone integration. |
EMAILS_ON_PUSH_SERVICE | Emails on push integration. |
EWM_SERVICE | EWM integration. |
EXTERNAL_WIKI_SERVICE | External wiki integration. |
GITHUB_SERVICE | GitHub integration. |
GITLAB_SLACK_APPLICATION_SERVICE | GitLab for Slack app integration. |
GIT_GUARDIAN_SERVICE | GitGuardian integration. |
GOOGLE_CLOUD_PLATFORM_ARTIFACT_REGISTRY_SERVICE | Google Artifact Management integration (SaaS only). |
GOOGLE_CLOUD_PLATFORM_WORKLOAD_IDENTITY_FEDERATION_SERVICE | Google Cloud IAM integration (SaaS only). |
GOOGLE_PLAY_SERVICE | Google Play integration. |
HANGOUTS_CHAT_SERVICE | Google Chat integration. |
HARBOR_SERVICE | Harbor integration. |
IRKER_SERVICE | irker (IRC gateway) integration. |
JENKINS_SERVICE | Jenkins integration. |
JIRA_CLOUD_APP_SERVICE | GitLab for Jira Cloud app integration. |
JIRA_SERVICE | Jira issues integration. |
LINEAR_SERVICE | Linear integration. |
MATRIX_SERVICE | Matrix notifications integration. |
MATTERMOST_SERVICE | Mattermost notifications integration. |
MATTERMOST_SLASH_COMMANDS_SERVICE | Mattermost slash commands integration. |
MICROSOFT_TEAMS_SERVICE | Microsoft Teams notifications integration. |
PACKAGIST_SERVICE | Packagist integration. |
PHORGE_SERVICE | Phorge integration. |
PIPELINES_EMAIL_SERVICE | Pipeline status emails integration. |
PIVOTALTRACKER_SERVICE | Pivotal Tracker integration. |
PUMBLE_SERVICE | Pumble integration. |
PUSHOVER_SERVICE | Pushover integration. |
REDMINE_SERVICE | Redmine integration. |
SLACK_SERVICE | Slack notifications integration. |
SQUASH_TM_SERVICE | Squash TM integration. |
TEAMCITY_SERVICE | JetBrains TeamCity integration. |
TELEGRAM_SERVICE | Telegram integration. |
UNIFY_CIRCUIT_SERVICE | Unify Circuit integration. |
WEBEX_TEAMS_SERVICE | Webex Teams integration. |
YOUTRACK_SERVICE | JetBrains YouTrack integration. |
ZENTAO_SERVICE | ZenTao integration. |
ShaFormatHow to format SHA strings.
| Value | Description |
|---|---|
LONG | Unabbreviated format. |
SHORT | Abbreviated format. Short SHAs are typically eight characters long. |
SharedRunnersSetting| Value | Description |
|---|---|
DISABLED_AND_OVERRIDABLE | Sharing of runners is disabled and overridable. |
DISABLED_AND_UNOVERRIDABLE | Sharing of runners is disabled and unoverridable. |
ENABLED | Sharing of runners is enabled. |
SnippetBlobActionEnumType of a snippet blob input action.
| Value | Description |
|---|---|
create | Create a snippet blob. |
delete | Delete a snippet blob. |
move | Move a snippet blob. |
update | Update a snippet blob. |
SortCommon sort values.
| Value | Description |
|---|---|
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at 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. |
SortDirectionEnumValues for sort direction.
| Value | Description |
|---|---|
ASC | Ascending order. |
DESC | Descending order. |
SourceUserSortValues for sorting the mapping of users on source instance to users on destination instance.
| Value | Description |
|---|---|
ID_ASC | ID of the source user by ascending order. |
ID_DESC | ID of the source user by descending order. |
SOURCE_NAME_ASC | Instance source name by ascending order. |
SOURCE_NAME_DESC | Instance source name by descending order. |
STATUS_ASC | Status of the mapping by ascending order. |
STATUS_DESC | Status of the mapping by descending order. |
SquashOptionSettingOptions for default squash behaviour for merge requests.
| Value | Description |
|---|---|
ALLOWED | Allow. |
ALWAYS | Require. |
ENCOURAGED | Encourage. |
NEVER | Do not allow. |
SubscriptionHistoryChangeTypeTypes of change for a subscription history record.
| Value | Description |
|---|---|
GITLAB_SUBSCRIPTION_DESTROYED | This was the previous state before the subscription was destroyed. |
GITLAB_SUBSCRIPTION_UPDATED | This was the previous state before the subscription was updated. |
SubscriptionStatusStatus of the subscription to an issuable.
| Value | Description |
|---|---|
EXPLICITLY_SUBSCRIBED | User is explicitly subscribed to the issuable. |
EXPLICITLY_UNSUBSCRIBED | User is explicitly unsubscribed from the issuable. |
TerraformStateProtectionRuleAccessLevelAccess level for Terraform state protection rule write operations.
| Value | Description |
|---|---|
ADMIN | Status: 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. |
TerraformStateProtectionRuleAllowedFromSource restriction for Terraform state protection rule write operations.
| Value | Description |
|---|---|
ANYWHERE | Status: 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| Value | Description |
|---|---|
error | Test case that has a status of error. |
failed | Test case that has a status of failed. |
skipped | Test case that has a status of skipped. |
success | Test case that has a status of success. |
TestReportStateState of a test report.
| Value | Description |
|---|---|
FAILED | Failed test report. |
PASSED | Passed test report. |
TimeboxReportErrorReasonCategory of error.
| Value | Description |
|---|---|
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at 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. |
MISSING_DATES | One or both of start_date and due_date is missing. |
PRIORITY_ASC | Priority by ascending order. |
PRIORITY_DESC | Priority by descending order. |
TOO_MANY_EVENTS | There are too many events. |
UNSUPPORTED | This type does not support timebox reports. |
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. |
TimelogSortValues for sorting timelogs.
| Value | Description |
|---|---|
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at descending order. |
SPENT_AT_ASC | Spent at ascending order. |
SPENT_AT_DESC | Spent at descending order. |
TIME_SPENT_ASC | Time spent ascending order. |
TIME_SPENT_DESC | Time spent 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. |
TodoActionEnum| Value | Description |
|---|---|
added_approver | Todo action name for added_approver. |
approval_required | Todo action name for approval_required. |
assigned | Todo action name for assigned. |
build_failed | Todo action name for build_failed. |
directly_addressed | Todo action name for directly_addressed. |
duo_core_access_granted | Todo action name for duo_core_access_granted. |
duo_enterprise_access_granted | Todo action name for duo_enterprise_access_granted. |
duo_pro_access_granted | Todo action name for duo_pro_access_granted. |
duo_workflow_input_required | Todo action name for duo_workflow_input_required. |
marked | Todo action name for marked. |
member_access_requested | Todo action name for member_access_requested. |
mentioned | Todo action name for mentioned. |
merge_train_removed | Todo action name for merge_train_removed. |
okr_checkin_requested | Todo action name for okr_checkin_requested. |
review_requested | Todo action name for review_requested. |
review_submitted | Todo action name for review_submitted. |
ssh_key_expired | Todo action name for ssh_key_expired. |
ssh_key_expiring_soon | Todo action name for ssh_key_expiring_soon. |
unmergeable | Todo action name for unmergeable. |
TodoSortSort options for todos.
| Value | Description |
|---|---|
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at descending order. |
LABEL_PRIORITY_ASC | By label priority in ascending order. |
LABEL_PRIORITY_DESC | By label priority in 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. |
TodoStateEnum| Value | Description |
|---|---|
done | State of the todo is done. |
pending | State of the todo is pending. |
TodoTargetEnum| Value | Description |
|---|---|
ALERT | Alert. |
COMMIT | Commit. |
COMPLIANCE_VIOLATION | Project Compliance Violation. |
DESIGN | Design. |
DUO_WORKFLOW | Duo Workflow session. |
EPIC | An Epic. |
ISSUE | Issue. |
KEY | SSH key. |
MERGEREQUEST | Merge request. |
NAMESPACE | Namespace. |
PROJECT | Project. |
USER | User. |
VULNERABILITY | Vulnerability. |
WIKIPAGEMETA | Wiki page. |
WORKITEM | Work item. |
TrainingUrlRequestStatusStatus 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.
| Value | Description |
|---|---|
COMPLETED | Completed request. |
PENDING | Pending request. |
TypeEnum| Value | Description |
|---|---|
personal | Snippet created independent of any project. |
project | Snippet related to a specific project. |
UserCalloutFeatureNameEnumName of the feature that the callout is for.
| Value | Description |
|---|---|
ACTIVE_USER_COUNT_THRESHOLD | Callout feature name for active_user_count_threshold. |
BRANCH_RULES_TIP_CALLOUT | Callout feature name for branch_rules_tip_callout. |
BUY_PIPELINE_MINUTES_NOTIFICATION_DOT | Callout feature name for buy_pipeline_minutes_notification_dot. |
CANARY_DEPLOYMENT | Callout feature name for canary_deployment. |
CI_DEPRECATION_WARNING_FOR_TYPES_KEYWORD | Callout feature name for ci_deprecation_warning_for_types_keyword. |
CI_MINUTES_LIMIT_ALERT_DANGER_STAGE | Callout feature name for ci_minutes_limit_alert_danger_stage. |
CI_MINUTES_LIMIT_ALERT_EXCEEDED_STAGE | Callout feature name for ci_minutes_limit_alert_exceeded_stage. |
CI_MINUTES_LIMIT_ALERT_WARNING_STAGE | Callout feature name for ci_minutes_limit_alert_warning_stage. |
CLUSTER_SECURITY_WARNING | Callout feature name for cluster_security_warning. |
DUO_AMAZON_Q_ALERT | Callout feature name for duo_amazon_q_alert. |
DUO_PANEL_AUTO_EXPANDED | Callout feature name for duo_panel_auto_expanded. |
DUO_PANEL_EMPTY_STATE_AUTO_EXPANDED | Callout feature name for duo_panel_empty_state_auto_expanded. |
EMAIL_OTP_ENROLLMENT_CALLOUT | Callout feature name for email_otp_enrollment_callout. |
EXPIRED_TRIAL_STATUS_WIDGET | Callout feature name for expired_trial_status_widget. |
FEATURE_FLAGS_NEW_VERSION | Callout feature name for feature_flags_new_version. |
FILE_TREE_BROWSER_POPOVER | Callout feature name for file_tree_browser_popover. |
FOCUSED_VULNERABILITY_REPORTING | Callout feature name for focused_vulnerability_reporting. |
GEO_ENABLE_HASHED_STORAGE | Callout feature name for geo_enable_hashed_storage. |
GEO_MIGRATE_HASHED_STORAGE | Callout feature name for geo_migrate_hashed_storage. |
GKE_CLUSTER_INTEGRATION | Callout feature name for gke_cluster_integration. |
GOLD_TRIAL_BILLINGS | Callout feature name for gold_trial_billings. |
INLINE_BLAME_POPOVER | Callout feature name for inline_blame_popover. |
JOINING_A_PROJECT_ALERT | Callout feature name for joining_a_project_alert. |
MERGE_REQUEST_DASHBOARD_DISPLAY_PREFERENCES_POPOVER | Callout feature name for merge_request_dashboard_display_preferences_popover. |
MERGE_REQUEST_DASHBOARD_SHOW_DRAFTS | Callout feature name for merge_request_dashboard_show_drafts. |
NAMESPACE_OVER_STORAGE_USERS_COMBINED_ALERT | Callout feature name for namespace_over_storage_users_combined_alert. |
NAMESPACE_STORAGE_LIMIT_ALERT_ALERT_THRESHOLD | Callout feature name for namespace_storage_limit_alert_alert_threshold. |
NAMESPACE_STORAGE_LIMIT_ALERT_ERROR_THRESHOLD | Callout feature name for namespace_storage_limit_alert_error_threshold. |
NAMESPACE_STORAGE_LIMIT_ALERT_WARNING_THRESHOLD | Callout feature name for namespace_storage_limit_alert_warning_threshold. |
NAMESPACE_STORAGE_PRE_ENFORCEMENT_BANNER | Callout feature name for namespace_storage_pre_enforcement_banner. |
NEW_USER_SIGNUPS_CAP_REACHED | Callout feature name for new_user_signups_cap_reached. |
OPENSSL_CALLOUT | Callout feature name for openssl_callout. |
PERIOD_IN_TERRAFORM_STATE_NAME_ALERT | Callout feature name for period_in_terraform_state_name_alert. |
PERSONAL_ACCESS_TOKEN_EXPIRY | Callout feature name for personal_access_token_expiry. |
PERSONAL_PROJECT_LIMITATIONS_BANNER | Callout feature name for personal_project_limitations_banner. |
PIPELINE_NEEDS_BANNER | Callout feature name for pipeline_needs_banner. |
PIPELINE_NEEDS_HOVER_TIP | Callout feature name for pipeline_needs_hover_tip. |
PIPL_COMPLIANCE_ALERT | Callout feature name for pipl_compliance_alert. |
PREVIEW_USER_OVER_LIMIT_FREE_PLAN_ALERT | Callout feature name for preview_user_over_limit_free_plan_alert. |
PROFILE_PERSONAL_ACCESS_TOKEN_EXPIRY | Callout feature name for profile_personal_access_token_expiry. |
PROJECT_REPOSITORY_LIMIT_ALERT_WARNING_THRESHOLD | Callout feature name for project_repository_limit_alert_warning_threshold. |
REGISTRATION_ENABLED_CALLOUT | Callout feature name for registration_enabled_callout. |
SECRETS_MANAGER_NAV_BADGE | Callout feature name for secrets_manager_nav_badge. |
SECURITY_CONFIGURATION_DEVOPS_ALERT | Callout feature name for security_configuration_devops_alert. |
SECURITY_CONFIGURATION_UPGRADE_BANNER | Callout feature name for security_configuration_upgrade_banner. |
SECURITY_MANAGER_ROLE | Callout feature name for security_manager_role. |
SECURITY_POLICY_PROTECTED_BRANCH_MODIFICATION | Callout feature name for security_policy_protected_branch_modification. |
SECURITY_SCANNER_PROFILES_ANNOUNCEMENT | Callout feature name for security_scanner_profiles_announcement. |
SINGLE_ORIGIN_FALLBACK_CALLOUT | Callout feature name for single_origin_fallback_callout. |
SUBMIT_LICENSE_USAGE_DATA_BANNER | Callout feature name for submit_license_usage_data_banner. |
SUGGEST_PIPELINE | Callout feature name for suggest_pipeline. |
SUGGEST_POPOVER_DISMISSED | Callout feature name for suggest_popover_dismissed. |
TABS_POSITION_HIGHLIGHT | Callout feature name for tabs_position_highlight. |
THREAT_MONITORING_INFO | Callout feature name for threat_monitoring_info. |
TRANSITION_TO_JIHU_CALLOUT | Callout feature name for transition_to_jihu_callout. |
TRIAL_STATUS_REMINDER_D14 | Callout feature name for trial_status_reminder_d14. |
TRIAL_STATUS_REMINDER_D3 | Callout feature name for trial_status_reminder_d3. |
ULTIMATE_TRIAL | Callout feature name for ultimate_trial. |
UNFINISHED_TAG_CLEANUP_CALLOUT | Callout feature name for unfinished_tag_cleanup_callout. |
USER_REACHED_LIMIT_FREE_PLAN_ALERT | Callout feature name for user_reached_limit_free_plan_alert. |
VERIFICATION_REMINDER | Callout feature name for verification_reminder. |
VIRTUAL_REGISTRY_PERMISSION_CHANGE_ALERT | Callout feature name for virtual_registry_permission_change_alert. |
VULNERABILITY_ARCHIVAL | Callout feature name for vulnerability_archival. |
VULNERABILITY_REPORT_LIMITED_EXPERIENCE | Callout feature name for vulnerability_report_limited_experience. |
WEB_IDE_ALERT_DISMISSED | Callout feature name for web_ide_alert_dismissed. |
WEB_IDE_CI_ENVIRONMENTS_GUIDANCE | Callout feature name for web_ide_ci_environments_guidance. |
WORK_ITEMS_ONBOARDING_MODAL | Callout feature name for work_items_onboarding_modal. |
WORK_ITEM_EPIC_FEEDBACK | Callout feature name for work_item_epic_feedback. |
UserEventFilterFilter for user activity events.
| Value | Description |
|---|---|
ALL | All events. |
COMMENTS | Comment events. |
DESIGNS | Design events. |
ISSUE | Issue events. |
MERGED | Merge events. |
PUSH | Push events. |
TEAM | Team events. |
WIKI | Wiki page events. |
UserGroupCalloutFeatureNameName of the feature that the callout is for.
| Value | Description |
|---|---|
ALL_SEATS_USED_ALERT | Callout feature name for all_seats_used_alert. |
APPROACHING_SEAT_COUNT_THRESHOLD | Callout feature name for approaching_seat_count_threshold. |
CI_MINUTES_LIMIT_ALERT_DANGER_STAGE | Callout feature name for ci_minutes_limit_alert_danger_stage. |
CI_MINUTES_LIMIT_ALERT_EXCEEDED_STAGE | Callout feature name for ci_minutes_limit_alert_exceeded_stage. |
CI_MINUTES_LIMIT_ALERT_WARNING_STAGE | Callout feature name for ci_minutes_limit_alert_warning_stage. |
DUO_CODE_REVIEW_ENABLED_BY_DEFAULT | Callout feature name for duo_code_review_enabled_by_default. |
END_OF_TRIAL_MODAL | Callout feature name for end_of_trial_modal. |
ENFORCEMENT_AT_LIMIT_ALERT | Callout feature name for enforcement_at_limit_alert. |
EXPIRED_DUO_ENTERPRISE_TRIAL_WIDGET | Callout feature name for expired_duo_enterprise_trial_widget. |
EXPIRED_DUO_PRO_TRIAL_WIDGET | Callout feature name for expired_duo_pro_trial_widget. |
EXPIRED_TRIAL_STATUS_WIDGET | Callout feature name for expired_trial_status_widget. |
FREE_GROUP_LIMITED_ALERT | Callout feature name for free_group_limited_alert. |
NAMESPACE_OVER_STORAGE_USERS_COMBINED_ALERT | Callout feature name for namespace_over_storage_users_combined_alert. |
NAMESPACE_STORAGE_LIMIT_ALERT_ALERT_THRESHOLD | Callout feature name for namespace_storage_limit_alert_alert_threshold. |
NAMESPACE_STORAGE_LIMIT_ALERT_ERROR_THRESHOLD | Callout feature name for namespace_storage_limit_alert_error_threshold. |
NAMESPACE_STORAGE_LIMIT_ALERT_WARNING_THRESHOLD | Callout feature name for namespace_storage_limit_alert_warning_threshold. |
NAMESPACE_STORAGE_PRE_ENFORCEMENT_BANNER | Callout feature name for namespace_storage_pre_enforcement_banner. |
NAMESPACE_USER_CAP_REACHED_ALERT | Callout feature name for namespace_user_cap_reached_alert. |
OVERAGE_SEAT_COUNT_THRESHOLD | Callout feature name for overage_seat_count_threshold. |
PREVIEW_USAGE_QUOTA_FREE_PLAN_ALERT | Callout feature name for preview_usage_quota_free_plan_alert. |
PREVIEW_USER_OVER_LIMIT_FREE_PLAN_ALERT | Callout feature name for preview_user_over_limit_free_plan_alert. |
PROJECT_REPOSITORY_LIMIT_ALERT_WARNING_THRESHOLD | Callout feature name for project_repository_limit_alert_warning_threshold. |
REACHED_SEAT_COUNT_THRESHOLD | Callout feature name for reached_seat_count_threshold. |
USAGE_QUOTA_TRIAL_ALERT | Callout feature name for usage_quota_trial_alert. |
USER_REACHED_LIMIT_FREE_PLAN_ALERT | Callout feature name for user_reached_limit_free_plan_alert. |
WEB_HOOK_DISABLED | Callout feature name for web_hook_disabled. |
UserPromotionStatusTypeTypes of User Promotion States.
| Value | Description |
|---|---|
FAILED | Failed to apply promotion requests for user. |
PARTIAL_SUCCESS | User promotion was successful, but all promotion requests were not successfully applied. |
SUCCESS | Successfully applied all promotion requests for user. |
UserStatePossible states of a user.
| Value | Description |
|---|---|
active | User is active and can use the system. |
banned | User is blocked, and their contributions are hidden. |
blocked | User has been blocked by an administrator and cannot use the system. |
blocked_pending_approval | User is blocked and pending approval. |
deactivated | User is no longer active and cannot use the system. |
ldap_blocked | User has been blocked by the system. |
UserTypePossible types of user.
| Value | Description |
|---|---|
ADMIN_BOT | Admin bot. |
ALERT_BOT | Alert bot. |
AUTOMATION_BOT | Automation bot. |
DUO_CODE_REVIEW_BOT | Duo code review bot. |
GHOST | Ghost. |
HUMAN | Human. |
IMPORT_USER | Import user. |
PLACEHOLDER | Placeholder. |
PROJECT_BOT | Project bot. |
SECURITY_BOT | Security bot. |
SECURITY_POLICY_BOT | Security policy bot. |
SERVICE_ACCOUNT | Service account. |
SERVICE_USER | Service user. |
SUPPORT_BOT | Support bot. |
VISUAL_REVIEW_BOT | Visual review bot. |
ValueStreamDashboardMetricPossible identifier types for a measurement.
| Value | Description |
|---|---|
CONTRIBUTORS | Contributor count. EXPERIMENTAL: Only available on the SaaS version of GitLab when the ClickHouse database backend is enabled. |
GROUPS | Group count. |
ISSUES | Issue count. |
MERGE_REQUESTS | Merge request count. |
PIPELINES | Pipeline count. |
PROJECTS | Project count. |
USERS | User count. |
ValueStreamDashboardProjectLevelMetricPossible identifier types for project-level measurement.
| Value | Description |
|---|---|
CONTRIBUTORS | Contributor count. EXPERIMENTAL: Only available on the SaaS version of GitLab when the ClickHouse database backend is enabled. |
ISSUES | Issue count. |
MERGE_REQUESTS | Merge request count. |
PIPELINES | Pipeline count. |
ValueStreamStageEventStage event identifiers.
| Value | Description |
|---|---|
CODE_STAGE_START | Code stage start event. |
ISSUE_CLOSED | Issue closed event. |
ISSUE_CREATED | Issue created event. |
ISSUE_DEPLOYED_TO_PRODUCTION | Issue deployed to production event. |
ISSUE_FIRST_ADDED_TO_BOARD | Issue first added to board event. |
ISSUE_FIRST_ADDED_TO_ITERATION | Issue first added to iteration event. |
ISSUE_FIRST_ASSIGNED_AT | Issue first assigned at event. |
ISSUE_FIRST_ASSOCIATED_WITH_MILESTONE | Issue first associated with milestone event. |
ISSUE_FIRST_MENTIONED_IN_COMMIT | Issue first mentioned in commit event. |
ISSUE_LABEL_ADDED | Issue label added event. |
ISSUE_LABEL_REMOVED | Issue label removed event. |
ISSUE_LAST_EDITED | Issue last edited event. |
ISSUE_STAGE_END | Issue stage end event. |
MERGE_REQUEST_CLOSED | Merge request closed event. |
MERGE_REQUEST_CREATED | Merge request created event. |
MERGE_REQUEST_FIRST_ASSIGNED_AT | Merge request first assigned at event. |
MERGE_REQUEST_FIRST_COMMIT_AT | Merge request first commit at event. |
MERGE_REQUEST_FIRST_DEPLOYED_TO_PRODUCTION | Merge request first deployed to production event. |
MERGE_REQUEST_LABEL_ADDED | Merge request label added event. |
MERGE_REQUEST_LABEL_REMOVED | Merge request label removed event. |
MERGE_REQUEST_LAST_APPROVED_AT | Merge request last approved at event. |
MERGE_REQUEST_LAST_BUILD_FINISHED | Merge request last build finished event. |
MERGE_REQUEST_LAST_BUILD_STARTED | Merge request last build started event. |
MERGE_REQUEST_LAST_EDITED | Merge request last edited event. |
MERGE_REQUEST_MERGED | Merge request merged event. |
MERGE_REQUEST_REVIEWER_FIRST_ASSIGNED | Merge request reviewer first assigned event. |
PLAN_STAGE_START | Plan stage start event. |
ValueStreamStageItemSortSorting values available to value stream stage items.
| Value | Description |
|---|---|
DURATION_ASC | Duration by ascending order. |
DURATION_DESC | Duration by ascending order. |
END_EVENT_ASC | Stage end event time by ascending order. |
END_EVENT_DESC | Stage end event time by descending order. |
VerificationStateEnum| Value | Description |
|---|---|
DISABLED | Verification process is disabled. |
FAILED | Verification process finished but failed. |
PENDING | Verification process has not started. |
STARTED | Verification process is in progress. |
SUCCEEDED | Verification process finished successfully. |
VerificationStatusVerification status of a GPG, X.509 or SSH signature for a commit.
| Value | Description |
|---|---|
EXPIRED_KEY | expired_key verification status. |
MULTIPLE_SIGNATURES | multiple_signatures verification status. |
OTHER_USER | other_user verification status. |
REVOKED_KEY | revoked_key verification status. |
SAME_USER_DIFFERENT_EMAIL | same_user_different_email verification status. |
UNKNOWN_KEY | unknown_key verification status. |
UNVERIFIED | unverified verification status. |
UNVERIFIED_AUTHOR_EMAIL | unverified_author_email verification status. |
UNVERIFIED_KEY | unverified_key verification status. |
VERIFIED | verified verification status. |
VERIFIED_CA | verified_ca verification status. |
VERIFIED_SYSTEM | verified_system verification status. |
VisibilityLevelsEnum| Value | Description |
|---|---|
internal | Internal visibility level. |
private | Private visibility level. |
public | Public visibility level. |
VisibilityPipelineIdTypeDetermines whether the pipeline list shows ID or IID.
| Value | Description |
|---|---|
ID | Display pipeline ID. |
IID | Display pipeline IID. |
VisibilityScopesEnum| Value | Description |
|---|---|
internal | Snippet is visible for any logged in user except external users. |
private | Snippet is visible only to the snippet creator. |
public | Snippet can be accessed without any authentication. |
VulnerabilityAutoRemediationStatusOutcome of triggering auto-remediation for a vulnerability.
| Value | Description |
|---|---|
IN_PROGRESS | Auto-remediation was triggered and a merge request will be created if a fix is produced. |
NO_FIX_AVAILABLE | No fix is available for the vulnerability, so auto-remediation was not triggered. |
UNSUPPORTED | No auto-remediation path is available for the vulnerability, so it was not triggered. |
VulnerabilityDismissalReasonThe dismissal reason of the Vulnerability.
| Value | Description |
|---|---|
ACCEPTABLE_RISK | The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk. |
FALSE_POSITIVE | An 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_CONTROL | A 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_APPLICABLE | The 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_TESTS | The finding is not a vulnerability because it is part of a test or is test data. |
VulnerabilityExternalIssueLinkExternalTrackerThe external tracker of the external issue link related to a vulnerability.
| Value | Description |
|---|---|
JIRA | Jira external tracker. |
VulnerabilityExternalIssueLinkTypeThe type of the external issue link related to a vulnerability.
| Value | Description |
|---|---|
CREATED | Created link type. |
VulnerabilityFalsePositiveDetectionStatusStatus of vulnerability flag false positive detection.
| Value | Description |
|---|---|
DETECTED_AS_FP | Detection is detected as fp. |
DETECTED_AS_NOT_FP | Detection is detected as not fp. |
DISMISSED | Detection is dismissed. |
FAILED | Detection is failed. |
NOT_STARTED | Detection is not started. |
VulnerabilityFindingTokenStatusStateStatus of a secret token found in a vulnerability.
| Value | Description |
|---|---|
ACTIVE | Token is active and can be exploited. |
INACTIVE | Token is inactive and cannot be exploited. |
UNKNOWN | Token status is unknown. |
VulnerabilityFunnelStepStatusStatus of a step in the vulnerability resolution funnel.
| Value | Description |
|---|---|
AVAILABLE | Data is available and count is populated. |
UNAVAILABLE_DISABLED | Licensed but the underlying feature is disabled in settings. |
UNAVAILABLE_NO_LICENSE | User's plan does not include the required capability. |
VulnerabilityGradeThe grade of the vulnerable project.
| Value | Description |
|---|---|
A | A grade. |
B | B grade. |
C | C grade. |
D | D grade. |
F | F grade. |
VulnerabilityIssueLinkTypeThe type of the issue link related to a vulnerability.
| Value | Description |
|---|---|
CREATED | Issue is created for the vulnerability. |
RELATED | Has a related issue. |
VulnerabilityOwasp2021Top10OwaspTop10 vulnerability categories for OWASP 2021.
| Value | Description |
|---|---|
A01_2021 | Status: 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. |
VulnerabilityOwasp2025Top10OwaspTop10 vulnerability categories for OWASP 2025.
| Value | Description |
|---|---|
A01_2025 | Status: 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. |
VulnerabilityOwaspTop10OwaspTop10 category of the vulnerability.
| Value | Description |
|---|---|
A10_2017 | A10:2017-Insufficient Logging & Monitoring, OWASP top 10 2017 category. |
A1_2017 | A1:2017-Injection, OWASP top 10 2017 category. |
A2_2017 | A2:2017-Broken Authentication, OWASP top 10 2017 category. |
A3_2017 | A3:2017-Sensitive Data Exposure, OWASP top 10 2017 category. |
A4_2017 | A4:2017-XML External Entities (XXE), OWASP top 10 2017 category. |
A5_2017 | A5:2017-Broken Access Control, OWASP top 10 2017 category. |
A6_2017 | A6:2017-Security Misconfiguration, OWASP top 10 2017 category. |
A7_2017 | A7:2017-Cross-Site Scripting (XSS), OWASP top 10 2017 category. |
A8_2017 | A8:2017-Insecure Deserialization, OWASP top 10 2017 category. |
A9_2017 | A9:2017-Using Components with Known Vulnerabilities, OWASP top 10 2017 category. |
NONE | No OWASP top 10 2017 category. |
VulnerabilityReportTypeThe type of the security scan that found the vulnerability.
| Value | Description |
|---|---|
API_FUZZING | API fuzzing report. |
CLUSTER_IMAGE_SCANNING | Cluster image scanning report. |
CONTAINER_SCANNING | Container scanning report. |
CONTAINER_SCANNING_FOR_REGISTRY | Container scanning for registry report. |
COVERAGE_FUZZING | Coverage fuzzing report. |
DAST | DAST report. |
DEPENDENCY_SCANNING | Dependency scanning report. |
GENERIC | Generic report. |
SARIF | Sarif report. |
SAST | SAST report. |
SECRET_DETECTION | Secret detection report. |
VulnerabilitySeverityThe severity of the vulnerability.
| Value | Description |
|---|---|
CRITICAL | Critical severity. |
HIGH | High severity. |
INFO | Info severity. |
LOW | Low severity. |
MEDIUM | Medium severity. |
UNKNOWN | Unknown severity. |
VulnerabilitySortVulnerability sort values.
| Value | Description |
|---|---|
detected_asc | Detection timestamp in ascending order. |
detected_desc | Detection timestamp in descending order. |
severity_asc | Severity in ascending order. |
severity_desc | Severity in descending order. |
VulnerabilityStateThe state of the vulnerability.
| Value | Description |
|---|---|
CONFIRMED | For details, see vulnerability status values. |
DETECTED | For details, see vulnerability status values. |
DISMISSED | For details, see vulnerability status values. |
RESOLVED | For details, see vulnerability status values. |
VulnerabilityWorkflowNameWorkflow name for vulnerability triggered workflows.
| Value | Description |
|---|---|
RESOLVE_SAST_VULNERABILITY | Workflow name is resolve sast vulnerability. |
SAST_FP_DETECTION | Workflow name is sast fp detection. |
SECRETS_FP_DETECTION | Workflow name is secrets fp detection. |
WebhookAlertStatusWebhook auto-disabling alert status.
| Value | Description |
|---|---|
DISABLED | Webhook has been permanently disabled and will not be automatically re-enabled. |
EXECUTABLE | Webhook is executable. |
TEMPORARILY_DISABLED | Webhook has been temporarily disabled and will be automatically re-enabled. |
WebhookBranchFilterStrategyStrategy for filtering push events by branch name.
| Value | Description |
|---|---|
ALL_BRANCHES | Receive push events from all branches. |
REGEX | Receive push events from branches that match a regular expression (regex). |
WILDCARD | Receive push events from branches that match a wildcard pattern. |
WeightWildcardIdWeight ID wildcard values.
| Value | Description |
|---|---|
ANY | Weight is assigned. |
NONE | No weight is assigned. |
WorkItemAvailabilityActionAction to apply to work item type availability.
| Value | Description |
|---|---|
DISABLE | Disable the work item type in the namespace. |
ENABLE | Enable the work item type in the namespace. |
WorkItemAvailabilityScopeScope to which a work item type availability change applies.
| Value | Description |
|---|---|
ALL_CHILDREN | Apply to the namespace and propagate to all existing child namespaces. |
THIS | Apply only to the namespace. |
WorkItemAwardEmojiUpdateActionValues for work item award emoji update enum.
| Value | Description |
|---|---|
ADD | Adds the emoji. |
REMOVE | Removes the emoji. |
TOGGLE | Toggles the status of the emoji. |
WorkItemDiscussionsSortValues for sorting work item discussions.
| Value | Description |
|---|---|
CREATED_ASC | Created at in ascending order. |
CREATED_DESC | Created at in descending order. |
WorkItemParentWildcardIdParent ID wildcard values.
| Value | Description |
|---|---|
ANY | Any parent is assigned. |
NONE | No parent is assigned. |
WorkItemRelatedLinkTypeValues for work item link types.
| Value | Description |
|---|---|
BLOCKED_BY | Blocked by type. |
BLOCKS | Blocks type. |
RELATED | Related type. |
WorkItemSortValues for sorting work items.
| Value | Description |
|---|---|
BLOCKING_ISSUES_ASC | Blocking items count by ascending order. |
BLOCKING_ISSUES_DESC | Blocking items count by descending order. |
CLOSED_AT_ASC | Status: 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. |
WorkItemStateState of a GitLab work item.
| Value | Description |
|---|---|
CLOSED | In closed state. |
OPEN | In open state. |
WorkItemStateEventValues for work item state events.
| Value | Description |
|---|---|
CLOSE | Closes the work item. |
REOPEN | Reopens the work item. |
WorkItemStatusCategoryEnumCategory of the work item status.
| Value | Description |
|---|---|
CANCELED | Canceled status category. |
DONE | Done status category. |
IN_PROGRESS | In progress status category. |
TO_DO | To do status category. |
TRIAGE | Triage status category. |
WorkItemSubscriptionEventValues for work item subscription events.
| Value | Description |
|---|---|
SUBSCRIBE | Subscribe to a work item. |
UNSUBSCRIBE | Unsubscribe from a work item. |
WorkItemTodoUpdateActionValues for work item to-do update enum.
| Value | Description |
|---|---|
ADD | Adds the to-do. |
MARK_AS_DONE | Marks the to-do as done. |
WorkItemWidgetTypeType of a work item widget.
| Value | Description |
|---|---|
AGENT_PLAN | Agent Plan widget. |
AI_SESSION | Ai Session widget. |
ASSIGNEES | Assignees widget. |
AWARD_EMOJI | Award Emoji widget. |
COLOR | Color widget. |
CRM_CONTACTS | Crm Contacts widget. |
CURRENT_USER_TODOS | Current User Todos widget. |
CUSTOM_FIELDS | Custom Fields widget. |
DESCRIPTION | Description widget. |
DESIGNS | Designs widget. |
DEVELOPMENT | Development widget. |
EMAIL_PARTICIPANTS | Email Participants widget. |
ERROR_TRACKING | Error Tracking widget. |
HEALTH_STATUS | Health Status widget. |
HIERARCHY | Hierarchy widget. |
ITERATION | Iteration widget. |
LABELS | Labels widget. |
LINKED_ITEMS | Linked Items widget. |
LINKED_RESOURCES | Linked Resources widget. |
MILESTONE | Milestone widget. |
NOTES | Notes widget. |
NOTIFICATIONS | Notifications widget. |
PARTICIPANTS | Participants widget. |
PROGRESS | Progress widget. |
REQUIREMENT_LEGACY | Requirement Legacy widget. |
START_AND_DUE_DATE | Start And Due Date widget. |
STATUS | Status widget. |
TEST_REPORTS | Test Reports widget. |
TIME_TRACKING | Time Tracking widget. |
VERIFICATION_STATUS | Verification Status widget. |
VULNERABILITIES | Vulnerabilities widget. |
WEIGHT | Weight widget. |
WorkItemsSavedViewsSortValues for sorting saved views.
| Value | Description |
|---|---|
CREATED_ASC | Created at ascending order. |
CREATED_DESC | Created at descending order. |
ID | Ordered by id. |
NAME_ASC | Alphabetically by name in ascending order. |
RELATIVE_POSITION | Relative position by ascending order. If user is logged out, or explicitly subscribed is not passed, falls back to id sort. |
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. |
WorkflowEnvironmentThe environment of a workflow.
| Value | Description |
|---|---|
AMBIENT | Ambient environment. |
CHAT | Chat environment. |
CHAT_PARTIAL | Chat Partial environment. |
IDE | Deprecated in GitLab 18.6. Renamed. Use CHAT instead. |
WEB | Deprecated in GitLab 18.6. Renamed. Use AMBIENT instead. |
WorkspaceVariableInputTypeEnum for the type of the variable to be injected in a workspace.
| Value | Description |
|---|---|
ENVIRONMENT | Name type. |
WorkspaceVariableTypeEnum for the type of the variable injected in a workspace.
| Value | Description |
|---|---|
ENVIRONMENT | Environment type. |