Get Project Variable Result
data class GetProjectVariableResult(val description: String, val environmentScope: String, val id: String, val key: String, val masked: Boolean, val project: String, val protected: Boolean, val raw: Boolean, val value: String, val variableType: String)
A collection of values returned by getProjectVariable.
Constructors
Properties
Link copied to clipboard
The description of the variable.
Link copied to clipboard
The environment scope of the variable. Defaults to all environment (*
). Note that in Community Editions of Gitlab, values other than *
will cause inconsistent plans.
Link copied to clipboard
If set to true
, the value of the variable will be hidden in job logs. The value must meet the masking requirements. Defaults to false
.
Link copied to clipboard
The type of a variable. Valid values are: env_var
, file
. Default is env_var
.