Cerbos JavaScript SDK
    Preparing search index...

    Interface OutputResult

    User-defined output from a policy rule evaluation.

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

    Properties

    Properties

    action: string

    The name of the action that was being evaluated when the output was produced.

    Requires the Cerbos policy decision point server to be at least v0.51.

    source: string

    The identifier of the policy rule that produced the output.

    value: Value | undefined

    The result of evaluating the output expression.