Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 607 Bytes

DataSourceEntry.md

File metadata and controls

14 lines (9 loc) · 607 Bytes

DataSourceEntry

Properties

Name Type Description Notes
url kotlin.String Url source to query for data
config kotlin.Any Suggested fetcher configuration (e.g. auth or method) to fetch data with [optional]
topics kotlin.collections.List<kotlin.String> topics the data applies to [optional]
dstPath kotlin.String OPA data api path to store the document at [optional]
saveMethod kotlin.String Method used to write into OPA - PUT/PATCH [optional]