VariableGroupParameters interface
Properties
| description | Sets description of the variable group. |
| name | Sets name of the variable group. |
| provider |
Sets provider data. |
| type | Sets type of the variable group. |
| variable |
|
| variables | Sets variables contained in the variable group. |
Property Details
description
Sets description of the variable group.
description: string
Property Value
string
name
Sets name of the variable group.
name: string
Property Value
string
providerData
Sets provider data.
providerData: VariableGroupProviderData
Property Value
type
Sets type of the variable group.
type: string
Property Value
string
variableGroupProjectReferences
variableGroupProjectReferences: VariableGroupProjectReference[]
Property Value
variables
Sets variables contained in the variable group.
variables: {[key: string]: VariableValue}
Property Value
{[key: string]: VariableValue}