mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-23 00:47:51 +00:00
17 lines
604 B
YAML
17 lines
604 B
YAML
---
|
|
table_name: protected_environment_deploy_access_levels
|
|
classes:
|
|
- ProtectedEnvironments::DeployAccessLevel
|
|
feature_categories:
|
|
- continuous_delivery
|
|
description: A rule associated to a protected environment that allows a user, group,
|
|
or role to deploy. See https://docs.gitlab.com/ee/ci/environments/protected_environments.html
|
|
for more details.
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/6672
|
|
milestone: '11.3'
|
|
gitlab_schema: gitlab_main_cell
|
|
sharding_key:
|
|
protected_environment_project_id: projects
|
|
protected_environment_group_id: namespaces
|
|
table_size: small
|