Open Policy Agent TypeScript Packages
    Preparing search index...
    type ExecuteDefaultPolicyWithInputRequest = {
        acceptEncoding?: GzipAcceptEncoding;
        input: Input;
        pretty?: boolean;
    }
    Index

    Properties

    acceptEncoding?: 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

    pretty?: boolean

    If parameter is true, response will formatted for humans.