Skip to content

value operator

Ryan Newington edited this page Jun 6, 2016 · 1 revision

value-operator enumeration

The SSH MA supports a variety of comparison operators, however, each attribute type supports only a limited set of comparison operators.

String and Reference attribute types

Allowed comparison operators

  • Equals
  • NotEquals
  • Contains
  • NotContains
  • StartsWith
  • EndsWith

Integer attribute type

Allowed comparison operators

  • Equals
  • NotEquals
  • GreaterThan
  • LessThan
  • GreaterThanOrEq
  • LessThanOrEq
  • And
  • Or

Boolean attribute type

Allowed comparison operators

  • Equals
  • NotEquals

Binary attribute type

Allowed comparison operators

  • Equals
  • NotEquals
Clone this wiki locally