Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 908 Bytes

DiscoverySearchCriteria.md

File metadata and controls

10 lines (7 loc) · 908 Bytes

Rapid7VmConsole::DiscoverySearchCriteria

Properties

Name Type Description Notes
connection_type String The type of discovery connection configured for the site. This property only applies to dynamic sites. [optional]
filters Array<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 String 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]