Cerbos JavaScript SDK
    Preparing search index...

    Interface DecisionLogEntryCheckResources

    The outcome of a CheckResources decision made by the policy decision point server.

    interface DecisionLogEntryCheckResources {
        error: string | undefined;
        inputs: CheckInput[];
        name: "CheckResources";
        outputs: CheckOutput[];
    }
    Index

    Properties

    error: string | undefined

    The error (if any) encountered while evaluating the CheckResources call.

    inputs: CheckInput[]

    The inputs to the CheckResources call.

    name: "CheckResources"

    The method that was called.

    outputs: CheckOutput[]

    The outputs from the CheckResources call.