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

    Interface SystemGeneralUpdateArgs

    interface SystemGeneralUpdateArgs {
        ds_auth?: boolean;
        kbdmap?: string;
        rollback_timeout?: number | null;
        timezone?: string;
        ui_address?: [string, ...string[]];
        ui_allowlist?: string[];
        ui_certificate?: number | null;
        ui_consolemsg?: boolean;
        ui_httpsport?: number;
        ui_httpsprotocols?: ("TLSv1" | "TLSv1.1" | "TLSv1.2" | "TLSv1.3")[];
        ui_httpsredirect?: boolean;
        ui_port?: number;
        ui_restart_delay?: number | null;
        ui_v6address?: [string, ...string[]];
        ui_x_frame_options?: "DENY" | "SAMEORIGIN" | "ALLOW_ALL";
        usage_collection?: boolean | null;
    }
    Index
    ds_auth?: boolean
    kbdmap?: string
    rollback_timeout?: number | null
    timezone?: string
    ui_address?: [string, ...string[]]

    1

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

    1

    ui_x_frame_options?: "DENY" | "SAMEORIGIN" | "ALLOW_ALL"
    usage_collection?: boolean | null