Cerbos JavaScript SDK
    Preparing search index...

    Interface OutputResult

    User-defined output from a policy rule evaluation.

    interface OutputResult {
        source: string;
        value: Value | undefined;
    }
    Index

    Properties

    Properties

    source: string

    The identifier of the policy rule that produced the output.

    value: Value | undefined

    The result of evaluating the output expression.