Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 1.02 KB

DiscoverySearchCriteria.md

File metadata and controls

12 lines (8 loc) · 1.02 KB

DiscoverySearchCriteria

Properties

Name Type Description Notes
connection_type str The type of discovery connection configured for the site. This property only applies to dynamic sites. [optional]
filters list[SwaggerDiscoverySearchCriteriaFilter] Filters used to match assets from a discovery connection. See <a href=&quot;#section/Responses/DiscoverySearchCriteria&quot;>Discovery Connection Search Criteria</a> for more information on the structure and format. [optional]
match str Operator to determine how to match filters. `all` requires that all filters match for an asset to be included. `any` requires only one filter to match for an asset to be included. [optional]

[Back to Model list] [Back to API list] [Back to README]