encryptedEnvironment property

Secret? encryptedEnvironment
getter/setter pair

The encrypted environment to pass into every action.

Each action can also specify its own encrypted environment. The secret must decrypt to a JSON-encoded dictionary where key-value pairs serve as environment variable names and their values. The decoded environment variables can overwrite the values specified by the environment field.

Implementation

Secret? encryptedEnvironment;