WebdavSchemeHttps
class flow_api.connector_inputs.WebdavSchemeHttps(verify_ssl=None, server_ca=None, check_hostname=None, client_cert=None, client_key=None)
Base class: dict
https. Discriminated-union branch (scheme='https'); a dict subclass that auto-injects the discriminator.
Parameters
| Name | Type | Description |
|---|---|---|
| check_hostname | Optional | |
| client_cert | Optional | |
| client_key | Optional | |
| server_ca | Optional | |
| verify_ssl | Optional |