Open Policy Agent TypeScript Packages
    Preparing search index...

    Provenance information can be requested on individual API calls and are returned inline with the API response. To obtain provenance information on an API call, specify the provenance=true query parameter when executing the API call.

    type Provenance = {
        buildCommit?: string;
        buildHost?: string;
        buildTimestamp?: Date;
        bundles?: { [k: string]: Revision };
        version?: string;
    }
    Index

    Properties

    buildCommit?: string
    buildHost?: string
    buildTimestamp?: Date
    bundles?: { [k: string]: Revision }
    version?: string