Open Policy Agent TypeScript Packages
    Preparing search index...

    All batched policy executions succeeded.

    The server also returns 200 if the path refers to an undefined document. In this case, responses will be empty.

    type BatchSuccessfulPolicyEvaluation = {
        batchDecisionId?: string;
        metrics?: { [k: string]: any };
        responses?: { [k: string]: SuccessfulPolicyResponse };
    }
    Index

    Properties

    batchDecisionId?: string
    metrics?: { [k: string]: any }

    If query metrics are enabled, this field contains query performance metrics collected during the parse, compile, and evaluation steps.

    responses?: { [k: string]: SuccessfulPolicyResponse }