Filter: GroupFilter

Filter type for Group.

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


Input Fields

NameTypeDescription
ANDGroupFilter

A field that checks if all filters in the list apply

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

ORGroupFilter

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.

assets_emptyBoolean

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

assets_everyAssetFilter

Makes sure all items in assets match a certain filter.

assets_noneAssetFilter

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

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

assets_someAssetFilter

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

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

children_emptyBoolean

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

children_everyGroupFilter

Makes sure all items in children match a certain filter.

children_noneGroupFilter

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

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

children_someGroupFilter

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

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

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

createdByUserFilter

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

ctxEntityCtxFilter

Allows to filter on the fields of ctx.

Note that ctx is an entity extension and thus can never be null, so specifying null to this filter field has no effect.

deletedAtDateTime

Checks if deletedAt equals a specified value.

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

Timestamp of when this group was deleted

deletedAt_gtDateTime

Checks if deletedAt is greater than a specified value.

Timestamp of when this group was deleted

deletedAt_gteDateTime

Checks if deletedAt is greater or equal a specified value.

Timestamp of when this group was deleted

deletedAt_inDateTime

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

Timestamp of when this group was deleted

deletedAt_ltDateTime

Checks if deletedAt is less than a specified value.

Timestamp of when this group was deleted

deletedAt_lteDateTime

Checks if deletedAt is less or equal a specified value.

Timestamp of when this group was deleted

deletedAt_notDateTime

Checks if deletedAt does not equal a specified value

Timestamp of when this group was deleted

deletedAt_not_inDateTime

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

Timestamp of when this group was deleted

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

logicBombBoolean

Checks if logicBomb equals a specified value.

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

This flag is to determine whether or not that BU should have logic bomb enabled

logicBomb_notBoolean

Checks if logicBomb does not equal a specified value

This flag is to determine whether or not that BU should have logic bomb enabled

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 group

name_containsString

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

Name of the group

name_ends_withString

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

Name of the group

name_gtString

Checks if name is greater than a specified value.

Name of the group

name_gteString

Checks if name is greater or equal a specified value.

Name of the group

name_inString

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

Name of the group

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 group

name_ltString

Checks if name is less than a specified value.

Name of the group

name_lteString

Checks if name is less or equal a specified value.

Name of the group

name_notString

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

Name of the group

name_not_containsString

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

Name of the group

name_not_ends_withString

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

Name of the group

name_not_inString

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

Name of the group

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 group

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 group

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 group

newStpPipelineBoolean

Checks if newStpPipeline equals a specified value.

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

This flag is to determine whether or not that BU should have new STP pipeline enabled

newStpPipeline_notBoolean

Checks if newStpPipeline does not equal a specified value

This flag is to determine whether or not that BU should have new STP pipeline enabled

organizationOrganizationFilter

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

ownerUserFilter

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

parentGroupFilter

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

products_emptyBoolean

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

products_everyProductFilter

Makes sure all items in products match a certain filter.

products_noneProductFilter

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

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

products_someProductFilter

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

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

swtpOrgIdString

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

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

See also like for a case-insensitive filter.

The base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline.

swtpOrgId_containsString

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

The base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline.

swtpOrgId_ends_withString

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

The base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline.

swtpOrgId_gtString

Checks if swtpOrgId is greater than a specified value.

The base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline.

swtpOrgId_gteString

Checks if swtpOrgId is greater or equal a specified value.

The base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline.

swtpOrgId_inString

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

The base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline.

swtpOrgId_likeString

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

The base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline.

swtpOrgId_ltString

Checks if swtpOrgId is less than a specified value.

The base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline.

swtpOrgId_lteString

Checks if swtpOrgId is less or equal a specified value.

The base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline.

swtpOrgId_notString

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

The base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline.

swtpOrgId_not_containsString

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

The base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline.

swtpOrgId_not_ends_withString

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

The base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline.

swtpOrgId_not_inString

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

The base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline.

swtpOrgId_not_likeString

Checks if swtpOrgId 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 base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline.

swtpOrgId_not_starts_withString

Checks if swtpOrgId 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 base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline.

swtpOrgId_starts_withString

Checks if swtpOrgId 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 base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline.

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