Skip to main content

Type Alias: FunctionEnvVar

type FunctionEnvVar: components["schemas"]["FunctionEnvVar"];

Properties

PropertyTypeRequiredDescription
keystringYesEnvironment variable name (example: "API_KEY")
valuestringYesEnvironment variable value (masked if secret) (example: "***")
isSecretbooleanYesWhether this is a secret (encrypted at rest)

Defined in

4Players/cortex-typescript-sdk/src/resources/functions.ts:9