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

Latest commit

 

History

History
9 lines (6 loc) · 671 Bytes

SearchCriteria.md

File metadata and controls

9 lines (6 loc) · 671 Bytes

Rapid7VmConsole::SearchCriteria

Properties

Name Type Description Notes
filters Array<SwaggerSearchCriteriaFilter> Filters used to match assets. See <a href=&quot;#section/Responses/SearchCriteria&quot;>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]