Open Policy Agent TypeScript Packages
    Preparing search index...
    type ExecuteDefaultPolicyWithInputResponse = {
        headers: { [k: string]: string[] };
        httpMeta: HTTPMetadata;
        result?: Result;
    }
    Index

    Properties

    headers: { [k: string]: string[] }
    httpMeta: HTTPMetadata
    result?: Result

    Success.

    Evaluating the default policy has the same response behavior as a successful policy evaluation, but with only the result as the response.