Cerbos JavaScript SDK
    Preparing search index...

    Interface Condition

    A set of expressions that must evaluate to true for a rule to take effect.

    interface Condition {
        match: Match;
    }
    Index

    Properties

    Properties

    match: Match

    The expressions to evaluate.