@truenas/api-client
    Preparing search index...

    Interface SystemGeneralEntry

    interface SystemGeneralEntry {
        ds_auth: boolean;
        id: number;
        kbdmap: string;
        timezone: string;
        ui_address: [string, ...string[]];
        ui_allowlist: string[];
        ui_certificate: { [k: string]: unknown } | null;
        ui_consolemsg: boolean;
        ui_httpsport: number;
        ui_httpsprotocols: ("TLSv1" | "TLSv1.1" | "TLSv1.2" | "TLSv1.3")[];
        ui_httpsredirect: boolean;
        ui_port: number;
        ui_v6address: [string, ...string[]];
        ui_x_frame_options: "DENY" | "SAMEORIGIN" | "ALLOW_ALL";
        usage_collection: boolean | null;
        usage_collection_is_set: boolean;
        wizardshown: boolean;
    }
    Index
    ds_auth: boolean
    id: number
    kbdmap: string
    timezone: string
    ui_address: [string, ...string[]]

    1

    ui_allowlist: string[]
    ui_certificate: { [k: string]: unknown } | null
    ui_consolemsg: boolean
    ui_httpsport: number
    ui_httpsprotocols: ("TLSv1" | "TLSv1.1" | "TLSv1.2" | "TLSv1.3")[]
    ui_httpsredirect: boolean
    ui_port: number
    ui_v6address: [string, ...string[]]

    1

    ui_x_frame_options: "DENY" | "SAMEORIGIN" | "ALLOW_ALL"
    usage_collection: boolean | null
    usage_collection_is_set: boolean
    wizardshown: boolean