Skip to main content

GetEnvironment

Properties

NameTypeRequiredDescription
environmentGetEnvironmentEnvironment

GetEnvironmentEnvironment

Properties

NameTypeRequiredDescription
idstringThe environment's ID.
namestringThe environment's name.
ownerstringThe ID of environment's owner.
createdAtstringThe date and time at which the environment was created.
updatedAtstringThe date and time at which the environment was last updated.
valuesEnvironmentValues2[]Information about the environment's variables.
isPublicbooleanIf true, the environment is public and visible to all users.

EnvironmentValues2

Properties

NameTypeRequiredDescription
enabledbooleanIf true, the variable is enabled.
keystringThe variable's name.
valuestringThe variable's value.
typeValuesType2The variable type.

ValuesType2

The variable type.

Properties

NameTypeRequiredDescription
SECRETstring"secret"
DEFAULT_string"default"
ANY_string"any"

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →