1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. EnvironmentVariable

EnvironmentVariable

    EnvironmentVariable is a key-value pair; if the variable is secret, value will be empty/omitted.

    Properties

    • name string required
      The name of the environment variable.
    • value string optional
      The value of the environment variable. Empty or omitted if the variable is secret.
    • secret boolean required
      Whether the environment variable contains a secret value.