Skip to main content
Version: 3.0

EnvVarRequest

Hierarchy

Index

Properties

is_secret

is_secret: Annotated[bool | None, Field(examples=[False])]

Whether the environment variable is encrypted. Secret values aren't returned by the API.

model_config

model_config: Undefined

name

name: Annotated[str, Field(examples=['MY_ENV_VAR'])]

The name of the environment variable.

value

value: Annotated[str | None, Field(examples=['my-value'])]

The value of the environment variable. If isSecret is true, this value isn't returned by the API.

Page Options