Filter: OrganizationFilter

Filter type for Organization.

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


Input Fields

NameTypeDescription
ANDOrganizationFilter

A field that checks if all filters in the list apply

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

OROrganizationFilter

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.

createdAtDateTime

Checks if createdAt equals a specified value.

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

The instant this object has been created

createdAt_gtDateTime

Checks if createdAt is greater than a specified value.

The instant this object has been created

createdAt_gteDateTime

Checks if createdAt is greater or equal a specified value.

The instant this object has been created

createdAt_inDateTime

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

The instant this object has been created

createdAt_ltDateTime

Checks if createdAt is less than a specified value.

The instant this object has been created

createdAt_lteDateTime

Checks if createdAt is less or equal a specified value.

The instant this object has been created

createdAt_notDateTime

Checks if createdAt does not equal a specified value

The instant this object has been created

createdAt_not_inDateTime

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

The instant this object has been created

cvesLastUpdatedDateTime

Checks if cvesLastUpdated equals a specified value.

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

CVEs last updated.

cvesLastUpdated_gtDateTime

Checks if cvesLastUpdated is greater than a specified value.

CVEs last updated.

cvesLastUpdated_gteDateTime

Checks if cvesLastUpdated is greater or equal a specified value.

CVEs last updated.

cvesLastUpdated_inDateTime

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

CVEs last updated.

cvesLastUpdated_ltDateTime

Checks if cvesLastUpdated is less than a specified value.

CVEs last updated.

cvesLastUpdated_lteDateTime

Checks if cvesLastUpdated is less or equal a specified value.

CVEs last updated.

cvesLastUpdated_notDateTime

Checks if cvesLastUpdated does not equal a specified value

CVEs last updated.

cvesLastUpdated_not_inDateTime

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

CVEs last updated.

defaultSwtpOrgIdString

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

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

See also like for a case-insensitive filter.

Default legacy organization ID used when creating new groups/business units. This is an internal field related to integrating the Finite State Binary Analysis tool.

defaultSwtpOrgId_containsString

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

Default legacy organization ID used when creating new groups/business units. This is an internal field related to integrating the Finite State Binary Analysis tool.

defaultSwtpOrgId_ends_withString

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

Default legacy organization ID used when creating new groups/business units. This is an internal field related to integrating the Finite State Binary Analysis tool.

defaultSwtpOrgId_gtString

Checks if defaultSwtpOrgId is greater than a specified value.

Default legacy organization ID used when creating new groups/business units. This is an internal field related to integrating the Finite State Binary Analysis tool.

defaultSwtpOrgId_gteString

Checks if defaultSwtpOrgId is greater or equal a specified value.

Default legacy organization ID used when creating new groups/business units. This is an internal field related to integrating the Finite State Binary Analysis tool.

defaultSwtpOrgId_inString

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

Default legacy organization ID used when creating new groups/business units. This is an internal field related to integrating the Finite State Binary Analysis tool.

defaultSwtpOrgId_likeString

Matches defaultSwtpOrgId 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 defaultSwtpOrgId, it can be used for the literal prefix (the part until the first placeholder).

Default legacy organization ID used when creating new groups/business units. This is an internal field related to integrating the Finite State Binary Analysis tool.

defaultSwtpOrgId_ltString

Checks if defaultSwtpOrgId is less than a specified value.

Default legacy organization ID used when creating new groups/business units. This is an internal field related to integrating the Finite State Binary Analysis tool.

defaultSwtpOrgId_lteString

Checks if defaultSwtpOrgId is less or equal a specified value.

Default legacy organization ID used when creating new groups/business units. This is an internal field related to integrating the Finite State Binary Analysis tool.

defaultSwtpOrgId_notString

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

Default legacy organization ID used when creating new groups/business units. This is an internal field related to integrating the Finite State Binary Analysis tool.

defaultSwtpOrgId_not_containsString

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

Default legacy organization ID used when creating new groups/business units. This is an internal field related to integrating the Finite State Binary Analysis tool.

defaultSwtpOrgId_not_ends_withString

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

Default legacy organization ID used when creating new groups/business units. This is an internal field related to integrating the Finite State Binary Analysis tool.

defaultSwtpOrgId_not_inString

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

Default legacy organization ID used when creating new groups/business units. This is an internal field related to integrating the Finite State Binary Analysis tool.

defaultSwtpOrgId_not_likeString

Checks if defaultSwtpOrgId 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);

Default legacy organization ID used when creating new groups/business units. This is an internal field related to integrating the Finite State Binary Analysis tool.

defaultSwtpOrgId_not_starts_withString

Checks if defaultSwtpOrgId 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.

Default legacy organization ID used when creating new groups/business units. This is an internal field related to integrating the Finite State Binary Analysis tool.

defaultSwtpOrgId_starts_withString

Checks if defaultSwtpOrgId 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.

Default legacy organization ID used when creating new groups/business units. This is an internal field related to integrating the Finite State Binary Analysis tool.

groups_emptyBoolean

Checks if groups is an empty list (true) or a non-empty list or null (false).

groups_everyGroupFilter

Makes sure all items in groups match a certain filter.

groups_noneGroupFilter

Makes sure none of the items in groups match a certain filter.

Note that you can specify the empty object for this filter to make sure groups has no items.

groups_someGroupFilter

Makes sure at least one of the items in "groups" matches a certain filter.

Note that you can specify the empty object for this filter to make sure groups has at least one item.

iconString

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

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

See also like for a case-insensitive filter.

URL pointing to an icon associated with this Organization

icon_containsString

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

URL pointing to an icon associated with this Organization

icon_ends_withString

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

URL pointing to an icon associated with this Organization

icon_gtString

Checks if icon is greater than a specified value.

URL pointing to an icon associated with this Organization

icon_gteString

Checks if icon is greater or equal a specified value.

URL pointing to an icon associated with this Organization

icon_inString

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

URL pointing to an icon associated with this Organization

icon_likeString

Matches icon 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 icon, it can be used for the literal prefix (the part until the first placeholder).

URL pointing to an icon associated with this Organization

icon_ltString

Checks if icon is less than a specified value.

URL pointing to an icon associated with this Organization

icon_lteString

Checks if icon is less or equal a specified value.

URL pointing to an icon associated with this Organization

icon_notString

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

URL pointing to an icon associated with this Organization

icon_not_containsString

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

URL pointing to an icon associated with this Organization

icon_not_ends_withString

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

URL pointing to an icon associated with this Organization

icon_not_inString

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

URL pointing to an icon associated with this Organization

icon_not_likeString

Checks if icon 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);

URL pointing to an icon associated with this Organization

icon_not_starts_withString

Checks if icon 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.

URL pointing to an icon associated with this Organization

icon_starts_withString

Checks if icon 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.

URL pointing to an icon associated with this Organization

idID

Checks if id equals a specified value.

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

An auto-generated string that identifies this root entity uniquely among others of the same type

id_gtID

Checks if id is greater than a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_gteID

Checks if id is greater or equal a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_inID

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

An auto-generated string that identifies this root entity uniquely among others of the same type

id_ltID

Checks if id is less than a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_lteID

Checks if id is less or equal a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_notID

Checks if id does not equal a specified value

An auto-generated string that identifies this root entity uniquely among others of the same type

id_not_inID

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

An auto-generated string that identifies this root entity uniquely among others of the same type

imageString

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

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

See also like for a case-insensitive filter.

URL pointing to an image for this Organization

image_containsString

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

URL pointing to an image for this Organization

image_ends_withString

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

URL pointing to an image for this Organization

image_gtString

Checks if image is greater than a specified value.

URL pointing to an image for this Organization

image_gteString

Checks if image is greater or equal a specified value.

URL pointing to an image for this Organization

image_inString

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

URL pointing to an image for this Organization

image_likeString

Matches image 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 image, it can be used for the literal prefix (the part until the first placeholder).

URL pointing to an image for this Organization

image_ltString

Checks if image is less than a specified value.

URL pointing to an image for this Organization

image_lteString

Checks if image is less or equal a specified value.

URL pointing to an image for this Organization

image_notString

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

URL pointing to an image for this Organization

image_not_containsString

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

URL pointing to an image for this Organization

image_not_ends_withString

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

URL pointing to an image for this Organization

image_not_inString

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

URL pointing to an image for this Organization

image_not_likeString

Checks if image 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);

URL pointing to an image for this Organization

image_not_starts_withString

Checks if image 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.

URL pointing to an image for this Organization

image_starts_withString

Checks if image 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.

URL pointing to an image for this Organization

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.

Name of the organization

name_containsString

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

Name of the organization

name_ends_withString

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

Name of the organization

name_gtString

Checks if name is greater than a specified value.

Name of the organization

name_gteString

Checks if name is greater or equal a specified value.

Name of the organization

name_inString

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

Name of the organization

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).

Name of the organization

name_ltString

Checks if name is less than a specified value.

Name of the organization

name_lteString

Checks if name is less or equal a specified value.

Name of the organization

name_notString

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

Name of the organization

name_not_containsString

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

Name of the organization

name_not_ends_withString

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

Name of the organization

name_not_inString

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

Name of the organization

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);

Name of the organization

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.

Name of the organization

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.

Name of the organization

ownerUserFilter

Checks if owner is not null, and allows to filter based on its fields.

updatedAtDateTime

Checks if updatedAt equals a specified value.

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

The instant this object has been updated the last time (not including relation updates)

updatedAt_gtDateTime

Checks if updatedAt is greater than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_gteDateTime

Checks if updatedAt is greater or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_inDateTime

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

The instant this object has been updated the last time (not including relation updates)

updatedAt_ltDateTime

Checks if updatedAt is less than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_lteDateTime

Checks if updatedAt is less or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_notDateTime

Checks if updatedAt does not equal a specified value

The instant this object has been updated the last time (not including relation updates)

updatedAt_not_inDateTime

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

The instant this object has been updated the last time (not including relation updates)

users_emptyBoolean

Checks if users is an empty list (true) or a non-empty list or null (false).

users_everyUserFilter

Makes sure all items in users match a certain filter.

users_noneUserFilter

Makes sure none of the items in users match a certain filter.

Note that you can specify the empty object for this filter to make sure users has no items.

users_someUserFilter

Makes sure at least one of the items in "users" matches a certain filter.

Note that you can specify the empty object for this filter to make sure users has at least one item.


This page was generated: 2024-05-17