Name | Type | Description | Notes |
---|---|---|---|
name | str | Name of the feed | |
url | str | URL of the feed | |
auth_type | str | Auth type of the feed: * `basic` * `token` * `noAuth` | [optional] [default to 'noAuth'] |
username | str | Username for authType `basic` | [optional] |
password | str | Password for authType `basic` | [optional] |
token | str | Token for authType `token` | [optional] |
headers | list[GetExternalFeedByUUIDHeaders] | Custom headers for the feed | [optional] |
max_retries | int | Maximum number of retries on the feed url | [optional] |
cache | bool | Toggle caching of feed url response | [optional] [default to False] |