ExecuteBatchPolicyWithInputResponse: {
    batchMixedResults?: BatchMixedResults;
    batchSuccessfulPolicyEvaluation?: BatchSuccessfulPolicyEvaluation;
    headers: {
        [k: string]: string[];
    };
    httpMeta: HTTPMetadata;
}

Type declaration

  • OptionalbatchMixedResults?: BatchMixedResults

    Mixed success and failures.

  • OptionalbatchSuccessfulPolicyEvaluation?: BatchSuccessfulPolicyEvaluation

    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.

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