Cerbos JavaScript SDK
    Preparing search index...

    Interface StringMatchEquals

    Filter to match a string exactly.

    interface StringMatchEquals {
        equals: string;
    }
    Index

    Properties

    Properties

    equals: string

    The string to match.