ActorEnvVarCollectionClient
Index
Methods
create
Create a new actor environment variable.
Parameters
optionalkeyword-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
list
List the available actor environment variables.
Returns ListPage[dict]
Sub-client for manipulating actor env vars.