Type Alias: FunctionEnvVar
Properties
| Property | Type | Required | Description |
|---|---|---|---|
key | string | Yes | Environment variable name (example: "API_KEY") |
value | string | Yes | Environment variable value (masked if secret) (example: "***") |
isSecret | boolean | Yes | Whether this is a secret (encrypted at rest) |
Defined in
4Players/cortex-typescript-sdk/src/resources/functions.ts:9