Cerbos JavaScript SDK
    Preparing search index...

    Interface DecisionLogEntryPlanResources

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

    interface DecisionLogEntryPlanResources {
        error: string | undefined;
        input: PlanResourcesInput;
        name: "PlanResources";
        output: PlanResourcesOutput | undefined;
    }
    Index

    Properties

    Properties

    error: string | undefined

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

    The input to the PlanResources call.

    name: "PlanResources"

    The method that was called.

    output: PlanResourcesOutput | undefined

    The output from the PlanResources call.