ScpAuthenticationSshKey
class flow_api.connector_inputs.ScpAuthenticationSshKey(username=None, ssh_key=None)
Base class: dict
SSH key. Discriminated-union branch (authentication_method='ssh_key'); a dict subclass that auto-injects the discriminator.
Parameters
| Name | Type | Description |
|---|---|---|
| ssh_key | Optional | |
| username | Optional |