GitLab · Example Payload

Gitlab Api V4 Admin Api_Entities_Ci_Variable Example

CodePlatformSoftware DevelopmentSource Control

Gitlab Api V4 Admin Api_Entities_Ci_Variable Example is an example object payload from GitLab, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

variable_typekeyvalueprotectedmaskedrawenvironment_scope

Example Payload

Raw ↑
{
  "variable_type": "env_var",
  "key": "TEST_VARIABLE_1",
  "value": "TEST_1",
  "protected": true,
  "masked": true,
  "raw": true,
  "environment_scope": "*"
}