Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 1.15 KB

File metadata and controls

22 lines (18 loc) · 1.15 KB

QoveryApi.EnvironmentVariable

Properties

Name Type Description Notes
id String [readonly]
createdAt Date [readonly]
updatedAt Date [optional] [readonly]
key String key is case sensitive.
value String value of the env variable. [optional]
mountPath String should be set for file only. variable mount path makes variable a file (where file should be mounted). [optional]
overriddenVariable EnvironmentVariableOverride [optional]
aliasedVariable EnvironmentVariableAlias [optional]
scope APIVariableScopeEnum
variableType APIVariableTypeEnum [optional]
serviceId String [optional]
serviceName String [optional]
serviceType LinkedServiceTypeEnum [optional]
ownedBy String Entity that created/own the variable (i.e: Qovery, Doppler) [optional]