Skip to main content
Version: Next

EnvVarRequest

Hierarchy

Index

Properties

is_secret

is_secret: bool | None

model_config

model_config: Undefined

name

name: str

value

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

The environment variable value. This field is absent in responses when isSecret is true, as secret values are never returned by the API.

Page Options