ExecuteDefaultPolicyWithInputRequest: {
    acceptEncoding?: GzipAcceptEncoding;
    input: Input;
    pretty?: boolean;
}

Type declaration

  • OptionalacceptEncoding?: GzipAcceptEncoding

    Indicates the server should respond with a gzip encoded body. The server will send the compressed response only if its length is above server.encoding.gzip.min_length value. See the configuration section

  • input: Input

    The input document

  • Optionalpretty?: boolean

    If parameter is true, response will formatted for humans.