ControlPlaneUserAttributeFilter

An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the SearchFilter.

This accepts an OR of AND (List of List) input where:

  • The top level list specifies conditions that need to be applied with OR operator

  • The inner list specifies conditions that need to be applied with AND operator.

Only one field can be populated. Maximum number of allowed Tag conditions is 25. Maximum number of allowed Hierarchy Group conditions is 20.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of conditions which would be applied together with an AND condition.

Link copied to clipboard

A leaf node condition which can be used to specify a hierarchy group condition.

Link copied to clipboard

A list of conditions which would be applied together with an OR condition.

Link copied to clipboard

A leaf node condition which can be used to specify a tag condition, for example, HAVE BPO = 123.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String