Filter: ResolvedIssueSourceFilter

Filter type for ResolvedIssueSource.

All fields in this type are and-combined; see the or field for or-combination.


Input Fields

NameTypeDescription
ANDResolvedIssueSourceFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

ORResolvedIssueSourceFilter

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 OR field is and-combined with outer fields in the parent filter type.

nameString

Checks if name equals a specified string, case-sensitively.

If an index exists on name, it can be used.

See also like for a case-insensitive filter.

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

name_containsString

Checks if name contains a specified string, case-sensitively.

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

name_ends_withString

Checks if name ends with a specified string, case-sensitively.

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

name_gtString

Checks if name is greater than a specified value.

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

name_gteString

Checks if name is greater or equal a specified value.

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

name_inString

Checks if name is equal to one of the specified values.

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

name_likeString

Matches name against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on name, it can be used for the literal prefix (the part until the first placeholder).

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

name_ltString

Checks if name is less than a specified value.

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

name_lteString

Checks if name is less or equal a specified value.

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

name_notString

Checks if name does not equal a specified string, case-sensitively.

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

name_not_containsString

Checks if name does not contain a specified string, case-sensitively.

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

name_not_ends_withString

Checks if name does not end with a specified string, case-sensitively.

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

name_not_inString

Checks if name is not equal to one of the specified values.

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

name_not_likeString

Checks if name does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

name_not_starts_withString

Checks if name does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

name_starts_withString

Checks if name starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

urlString

Checks if url equals a specified string, case-sensitively.

If an index exists on url, it can be used.

See also like for a case-insensitive filter.

The url of the documentation as provided by source

url_containsString

Checks if url contains a specified string, case-sensitively.

The url of the documentation as provided by source

url_ends_withString

Checks if url ends with a specified string, case-sensitively.

The url of the documentation as provided by source

url_gtString

Checks if url is greater than a specified value.

The url of the documentation as provided by source

url_gteString

Checks if url is greater or equal a specified value.

The url of the documentation as provided by source

url_inString

Checks if url is equal to one of the specified values.

The url of the documentation as provided by source

url_likeString

Matches url against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on url, it can be used for the literal prefix (the part until the first placeholder).

The url of the documentation as provided by source

url_ltString

Checks if url is less than a specified value.

The url of the documentation as provided by source

url_lteString

Checks if url is less or equal a specified value.

The url of the documentation as provided by source

url_notString

Checks if url does not equal a specified string, case-sensitively.

The url of the documentation as provided by source

url_not_containsString

Checks if url does not contain a specified string, case-sensitively.

The url of the documentation as provided by source

url_not_ends_withString

Checks if url does not end with a specified string, case-sensitively.

The url of the documentation as provided by source

url_not_inString

Checks if url is not equal to one of the specified values.

The url of the documentation as provided by source

url_not_likeString

Checks if url does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The url of the documentation as provided by source

url_not_starts_withString

Checks if url does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The url of the documentation as provided by source

url_starts_withString

Checks if url starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The url of the documentation as provided by source


This page was generated: 2024-05-17