UserListRuleType

  • The content describes possible user list rule types using an enum.

  • Available rule types include UNSPECIFIED, UNKNOWN, AND_OF_ORS (Conjunctive normal form), and OR_OF_ANDS (Disjunctive normal form).

  • UNSPECIFIED indicates the rule type is not specified, while UNKNOWN is a return value for unknown values.

  • AND_OF_ORS represents conjunctive normal form and OR_OF_ANDS represents disjunctive normal form.

Enum describing possible user list rule types.

Proto definition

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

AND_OF_ORS

Conjunctive normal form.

OR_OF_ANDS

Disjunctive normal form.