LogicalUserListInfo

  • A user list can be a custom combination of other user lists.

  • Logical list rules define how these user lists are combined using operators like ALL, ANY, or NONE.

  • These logical rules are ANDed together during evaluation to determine the final user list.

Represents a user list that is a custom combination of user lists.

Proto definition

Fields

rules[]

UserListLogicalRuleInfo

Logical list rules that define this user list. The rules are defined as a logical operator (ALL/ANY/NONE) and a list of user lists. All the rules are ANDed when they are evaluated.

Required for creating a logical user list.