Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.7 KB

File metadata and controls

14 lines (11 loc) · 1.7 KB

SecretVariableInfo

Information about the secret variable.

Properties

Name Type Required Description
enabled boolean If true, the variable is enabled.
key string The variable's key (name).
secret boolean If true, the variable is marked as secret and its value is retrieved from the mentioned provider in the source field.
source EnvironmentVariableSource Information about the source of the variable's value.
id string The variable's ID. Doesn't apply to collection-level variables.
description string The variable's description.