ActorEnvVarCollectionClient
Index
Methods
create
Create a new actor environment variable.
Parameters
keyword-onlyis_secret: bool | None = None
Whether the environment variable is secret or not
keyword-onlyname: str
The name of the environment variable
keyword-onlyvalue: str
The value of the environment variable
Returns dict
The created actor environment variable
list
List the available actor environment variables.
Returns ListPage[dict]
The list of available actor environment variables.
Sub-client for manipulating actor env vars.