edgeport - v1.0.3
    Preparing search index...

    Function eq

    • Equality match (attr=value).

      The value is carried literally in the structured node, so metacharacters in value are not interpreted -- eq('uid', untrusted) is injection-safe.

      Parameters

      • attr: string

        The attribute description (e.g. uid).

      • value: string

        The assertion value (used verbatim).

      Returns AttributeValueFilter

      An equalityMatch Filter node.

      1.0.2

      eq('uid', 'jdoe');