Operators node


In the operators node in the content format file, you list operators to make them available for reference from other nodes.

Operators are referenced in the following nodes:

  • Data types under the types node
  • Compliance rules in the policies node
  • Discover signatures in the signature node of a service 

    Note

    • The operators node is optional in the content format file.
    • All listed operators reflect the current configuration; you cannot use the content format file to define new operators or to modify the definitions of existing operators.

The following XML code presents an example of several operators under the operators node. Each operator is identified by its ID; other definitions (name, short name, and short ID) are optional.

<operators>
   <operator name="between" id="between" short-name="between" short-id="between"/>
   <operator name="matches" id="matches" short-name="matches" short-id="matches"/>
   <operator name="has all flags" id="has all flags" short-name="has all flags" short-id="has all flags"/>
 </operators>

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*