Filter: TestFilter
Filter type for Test.
All fields in this type are and-combined; see the or
field for or-combination.
Related Types
Input Fields
Name | Type | Description |
---|---|---|
AND | TestFilter | A field that checks if all filters in the list apply If the list is empty, this filter applies to all objects. |
OR | TestFilter | A field that checks if any of the filters in the list apply. If the list is empty, this filter applies to no objects. Note that only the items in the list or-combined; this complete |
artifactUnderTest | ArtifactFilter | Checks if |
authors_empty | Boolean | Checks if |
authors_every | AuthorFilter | Makes sure all items in |
authors_none | AuthorFilter | Makes sure none of the items in Note that you can specify the empty object for this filter to make sure |
authors_some | AuthorFilter | Makes sure at least one of the items in "authors" matches a certain filter. Note that you can specify the empty object for this filter to make sure |
createdAt | DateTime | Checks if If an index exists on The instant this object has been created |
createdAt_gt | DateTime | Checks if The instant this object has been created |
createdAt_gte | DateTime | Checks if The instant this object has been created |
createdAt_in | DateTime | Checks if The instant this object has been created |
createdAt_lt | DateTime | Checks if The instant this object has been created |
createdAt_lte | DateTime | Checks if The instant this object has been created |
createdAt_not | DateTime | Checks if The instant this object has been created |
createdAt_not_in | DateTime | Checks if The instant this object has been created |
createdBy | UserFilter | Checks if |
ctx | RelationEntityCtxFilter | Allows to filter on the fields of Note that |
deletedAt | DateTime | Checks if If an index exists on Timestamp of when this test/scan was deleted |
deletedAt_gt | DateTime | Checks if Timestamp of when this test/scan was deleted |
deletedAt_gte | DateTime | Checks if Timestamp of when this test/scan was deleted |
deletedAt_in | DateTime | Checks if Timestamp of when this test/scan was deleted |
deletedAt_lt | DateTime | Checks if Timestamp of when this test/scan was deleted |
deletedAt_lte | DateTime | Checks if Timestamp of when this test/scan was deleted |
deletedAt_not | DateTime | Checks if Timestamp of when this test/scan was deleted |
deletedAt_not_in | DateTime | Checks if Timestamp of when this test/scan was deleted |
description | String | Checks if If an index exists on See also Longer, optional description of this test |
description_contains | String | Checks if Longer, optional description of this test |
description_ends_with | String | Checks if Longer, optional description of this test |
description_gt | String | Checks if Longer, optional description of this test |
description_gte | String | Checks if Longer, optional description of this test |
description_in | String | Checks if Longer, optional description of this test |
description_like | String | Matches
If an index exists on Longer, optional description of this test |
description_lt | String | Checks if Longer, optional description of this test |
description_lte | String | Checks if Longer, optional description of this test |
description_not | String | Checks if Longer, optional description of this test |
description_not_contains | String | Checks if Longer, optional description of this test |
description_not_ends_with | String | Checks if Longer, optional description of this test |
description_not_in | String | Checks if Longer, optional description of this test |
description_not_like | String | Checks if
Longer, optional description of this test |
description_not_starts_with | String | Checks if Never uses an index. Consider using Longer, optional description of this test |
description_starts_with | String | Checks if Never uses an index. Consider using Longer, optional description of this test |
duration | Int | Checks if If an index exists on Duration of time the test ran |
duration_gt | Int | Checks if Duration of time the test ran |
duration_gte | Int | Checks if Duration of time the test ran |
duration_in | Int | Checks if Duration of time the test ran |
duration_lt | Int | Checks if Duration of time the test ran |
duration_lte | Int | Checks if Duration of time the test ran |
duration_not | Int | Checks if Duration of time the test ran |
duration_not_in | Int | Checks if Duration of time the test ran |
findings_empty | Boolean | Checks if |
findings_every | FindingFilter | Makes sure all items in |
findings_none | FindingFilter | Makes sure none of the items in Note that you can specify the empty object for this filter to make sure |
findings_some | FindingFilter | Makes sure at least one of the items in "findings" matches a certain filter. Note that you can specify the empty object for this filter to make sure |
id | ID | Checks if If an index exists on An auto-generated string that identifies this root entity uniquely among others of the same type |
id_gt | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_gte | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_in | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_lt | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_lte | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_not | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_not_in | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
inputType | String | Checks if If an index exists on See also The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
inputType_contains | String | Checks if The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
inputType_ends_with | String | Checks if The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
inputType_gt | String | Checks if The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
inputType_gte | String | Checks if The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
inputType_in | String | Checks if The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
inputType_like | String | Matches
If an index exists on The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
inputType_lt | String | Checks if The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
inputType_lte | String | Checks if The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
inputType_not | String | Checks if The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
inputType_not_contains | String | Checks if The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
inputType_not_ends_with | String | Checks if The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
inputType_not_in | String | Checks if The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
inputType_not_like | String | Checks if
The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
inputType_not_starts_with | String | Checks if Never uses an index. Consider using The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
inputType_starts_with | String | Checks if Never uses an index. Consider using The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
name | String | Checks if If an index exists on See also Name for this test. Will default to [tool.name | date] |
name_contains | String | Checks if Name for this test. Will default to [tool.name | date] |
name_ends_with | String | Checks if Name for this test. Will default to [tool.name | date] |
name_gt | String | Checks if Name for this test. Will default to [tool.name | date] |
name_gte | String | Checks if Name for this test. Will default to [tool.name | date] |
name_in | String | Checks if Name for this test. Will default to [tool.name | date] |
name_like | String | Matches
If an index exists on Name for this test. Will default to [tool.name | date] |
name_lt | String | Checks if Name for this test. Will default to [tool.name | date] |
name_lte | String | Checks if Name for this test. Will default to [tool.name | date] |
name_not | String | Checks if Name for this test. Will default to [tool.name | date] |
name_not_contains | String | Checks if Name for this test. Will default to [tool.name | date] |
name_not_ends_with | String | Checks if Name for this test. Will default to [tool.name | date] |
name_not_in | String | Checks if Name for this test. Will default to [tool.name | date] |
name_not_like | String | Checks if
Name for this test. Will default to [tool.name | date] |
name_not_starts_with | String | Checks if Never uses an index. Consider using Name for this test. Will default to [tool.name | date] |
name_starts_with | String | Checks if Never uses an index. Consider using Name for this test. Will default to [tool.name | date] |
parsedDate | DateTime | Checks if If an index exists on Date and time that was parsed from the test results file |
parsedDate_gt | DateTime | Checks if Date and time that was parsed from the test results file |
parsedDate_gte | DateTime | Checks if Date and time that was parsed from the test results file |
parsedDate_in | DateTime | Checks if Date and time that was parsed from the test results file |
parsedDate_lt | DateTime | Checks if Date and time that was parsed from the test results file |
parsedDate_lte | DateTime | Checks if Date and time that was parsed from the test results file |
parsedDate_not | DateTime | Checks if Date and time that was parsed from the test results file |
parsedDate_not_in | DateTime | Checks if Date and time that was parsed from the test results file |
processingStatuses_empty | Boolean | Checks if |
processingStatuses_every | ProcessingStatusFilter | Makes sure all items in |
processingStatuses_none | ProcessingStatusFilter | Makes sure none of the items in Note that you can specify the empty object for this filter to make sure |
processingStatuses_some | ProcessingStatusFilter | Makes sure at least one of the items in "processingStatuses" matches a certain filter. Note that you can specify the empty object for this filter to make sure |
softwareComponents_empty | Boolean | Checks if |
softwareComponents_every | SoftwareComponentInstanceFilter | Makes sure all items in |
softwareComponents_none | SoftwareComponentInstanceFilter | Makes sure none of the items in Note that you can specify the empty object for this filter to make sure |
softwareComponents_some | SoftwareComponentInstanceFilter | Makes sure at least one of the items in "softwareComponents" matches a certain filter. Note that you can specify the empty object for this filter to make sure |
state | TestResultsProcessingStateFilter | Allows to filter on the fields of Note that |
testId | String | Checks if If an index exists on See also Unique ID for this test as established by the testing tool. |
testId_contains | String | Checks if Unique ID for this test as established by the testing tool. |
testId_ends_with | String | Checks if Unique ID for this test as established by the testing tool. |
testId_gt | String | Checks if Unique ID for this test as established by the testing tool. |
testId_gte | String | Checks if Unique ID for this test as established by the testing tool. |
testId_in | String | Checks if Unique ID for this test as established by the testing tool. |
testId_like | String | Matches
If an index exists on Unique ID for this test as established by the testing tool. |
testId_lt | String | Checks if Unique ID for this test as established by the testing tool. |
testId_lte | String | Checks if Unique ID for this test as established by the testing tool. |
testId_not | String | Checks if Unique ID for this test as established by the testing tool. |
testId_not_contains | String | Checks if Unique ID for this test as established by the testing tool. |
testId_not_ends_with | String | Checks if Unique ID for this test as established by the testing tool. |
testId_not_in | String | Checks if Unique ID for this test as established by the testing tool. |
testId_not_like | String | Checks if
Unique ID for this test as established by the testing tool. |
testId_not_starts_with | String | Checks if Never uses an index. Consider using Unique ID for this test as established by the testing tool. |
testId_starts_with | String | Checks if Never uses an index. Consider using Unique ID for this test as established by the testing tool. |
testResultFileFormat | String | Checks if If an index exists on See also File format of the test results file for this test |
testResultFileFormat_contains | String | Checks if File format of the test results file for this test |
testResultFileFormat_ends_with | String | Checks if File format of the test results file for this test |
testResultFileFormat_gt | String | Checks if File format of the test results file for this test |
testResultFileFormat_gte | String | Checks if File format of the test results file for this test |
testResultFileFormat_in | String | Checks if File format of the test results file for this test |
testResultFileFormat_like | String | Matches
If an index exists on File format of the test results file for this test |
testResultFileFormat_lt | String | Checks if File format of the test results file for this test |
testResultFileFormat_lte | String | Checks if File format of the test results file for this test |
testResultFileFormat_not | String | Checks if File format of the test results file for this test |
testResultFileFormat_not_contains | String | Checks if File format of the test results file for this test |
testResultFileFormat_not_ends_with | String | Checks if File format of the test results file for this test |
testResultFileFormat_not_in | String | Checks if File format of the test results file for this test |
testResultFileFormat_not_like | String | Checks if
File format of the test results file for this test |
testResultFileFormat_not_starts_with | String | Checks if Never uses an index. Consider using File format of the test results file for this test |
testResultFileFormat_starts_with | String | Checks if Never uses an index. Consider using File format of the test results file for this test |
testResultFileLink | String | Checks if If an index exists on See also The file that can be ingested to get test results from this test. |
testResultFileLink_contains | String | Checks if The file that can be ingested to get test results from this test. |
testResultFileLink_ends_with | String | Checks if The file that can be ingested to get test results from this test. |
testResultFileLink_gt | String | Checks if The file that can be ingested to get test results from this test. |
testResultFileLink_gte | String | Checks if The file that can be ingested to get test results from this test. |
testResultFileLink_in | String | Checks if The file that can be ingested to get test results from this test. |
testResultFileLink_like | String | Matches
If an index exists on The file that can be ingested to get test results from this test. |
testResultFileLink_lt | String | Checks if The file that can be ingested to get test results from this test. |
testResultFileLink_lte | String | Checks if The file that can be ingested to get test results from this test. |
testResultFileLink_not | String | Checks if The file that can be ingested to get test results from this test. |
testResultFileLink_not_contains | String | Checks if The file that can be ingested to get test results from this test. |
testResultFileLink_not_ends_with | String | Checks if The file that can be ingested to get test results from this test. |
testResultFileLink_not_in | String | Checks if The file that can be ingested to get test results from this test. |
testResultFileLink_not_like | String | Checks if
The file that can be ingested to get test results from this test. |
testResultFileLink_not_starts_with | String | Checks if Never uses an index. Consider using The file that can be ingested to get test results from this test. |
testResultFileLink_starts_with | String | Checks if Never uses an index. Consider using The file that can be ingested to get test results from this test. |
testType | TestType | Checks if If an index exists on The type of test |
testType_in | TestType | Checks if The type of test |
testType_not | TestType | Checks if The type of test |
testType_not_in | TestType | Checks if The type of test |
toolSettings | ToolSettingsFilter | Allows to filter on the fields of Note that |
tools_empty | Boolean | Checks if |
tools_every | TestingToolFilter | Makes sure all items in |
tools_none | TestingToolFilter | Makes sure none of the items in Note that you can specify the empty object for this filter to make sure |
tools_some | TestingToolFilter | Makes sure at least one of the items in "tools" matches a certain filter. Note that you can specify the empty object for this filter to make sure |
updatedAt | DateTime | Checks if If an index exists on The instant this object has been updated the last time (not including relation updates) |
updatedAt_gt | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_gte | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_in | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_lt | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_lte | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_not | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_not_in | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
uploadMethod | UploadMethod | Checks if If an index exists on Upload method used for this Test |
uploadMethod_in | UploadMethod | Checks if Upload method used for this Test |
uploadMethod_not | UploadMethod | Checks if Upload method used for this Test |
uploadMethod_not_in | UploadMethod | Checks if Upload method used for this Test |
userEnteredDate | DateTime | Checks if If an index exists on Optional date and time specified by the user when the test was entered into the system |
userEnteredDate_gt | DateTime | Checks if Optional date and time specified by the user when the test was entered into the system |
userEnteredDate_gte | DateTime | Checks if Optional date and time specified by the user when the test was entered into the system |
userEnteredDate_in | DateTime | Checks if Optional date and time specified by the user when the test was entered into the system |
userEnteredDate_lt | DateTime | Checks if Optional date and time specified by the user when the test was entered into the system |
userEnteredDate_lte | DateTime | Checks if Optional date and time specified by the user when the test was entered into the system |
userEnteredDate_not | DateTime | Checks if Optional date and time specified by the user when the test was entered into the system |
userEnteredDate_not_in | DateTime | Checks if Optional date and time specified by the user when the test was entered into the system |
This page was generated: 2024-11-06