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

Type declaration

  • headers: {
        [k: string]: string[];
    }
    • [k: string]: string[]
  • httpMeta: HTTPMetadata
  • Optionalresult?: Result

    Success.

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