VariableGroup interface

A variable group is a collection of related variables.

Properties

createdBy

Gets or sets the identity who created the variable group.

createdOn

Gets or sets the time when variable group was created.

description

Gets or sets description of the variable group.

id

Gets or sets id of the variable group.

isShared

Indicates whether variable group is shared with other projects or not.

modifiedBy

Gets or sets the identity who modified the variable group.

modifiedOn

Gets or sets the time when variable group was modified

name

Gets or sets name of the variable group.

providerData

Gets or sets provider data.

type

Gets or sets type of the variable group.

variableGroupProjectReferences

all project references where the variable group is shared with other projects.

variables

Gets or sets variables contained in the variable group.

Property Details

createdBy

Gets or sets the identity who created the variable group.

createdBy: IdentityRef

Property Value

createdOn

Gets or sets the time when variable group was created.

createdOn: Date

Property Value

Date

description

Gets or sets description of the variable group.

description: string

Property Value

string

id

Gets or sets id of the variable group.

id: number

Property Value

number

isShared

Indicates whether variable group is shared with other projects or not.

isShared: boolean

Property Value

boolean

modifiedBy

Gets or sets the identity who modified the variable group.

modifiedBy: IdentityRef

Property Value

modifiedOn

Gets or sets the time when variable group was modified

modifiedOn: Date

Property Value

Date

name

Gets or sets name of the variable group.

name: string

Property Value

string

providerData

Gets or sets provider data.

providerData: VariableGroupProviderData

Property Value

type

Gets or sets type of the variable group.

type: string

Property Value

string

variableGroupProjectReferences

all project references where the variable group is shared with other projects.

variableGroupProjectReferences: VariableGroupProjectReference[]

Property Value

variables

Gets or sets variables contained in the variable group.

variables: {[key: string]: VariableValue}

Property Value

{[key: string]: VariableValue}