Cerbos JavaScript SDK
    Preparing search index...

    Interface StringMatchIn

    Filter to match a string from a list.

    interface StringMatchIn {
        in: string[];
    }
    Index

    Properties

    Properties

    in: string[]

    The strings to match.