SshModeExecuteScript
class flow_api.connector_inputs.SshModeExecuteScript(script=None, interpreter=None, temp_path=None)
Base class: dict
Execute script. Discriminated-union branch (mode_name='execute_script'); a dict subclass that auto-injects the discriminator.
Parameters
| Name | Type | Description |
|---|---|---|
| interpreter | Optional | |
| script | Optional | |
| temp_path | Optional |