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

    Interface IscsiAuthUpdate

    interface IscsiAuthUpdate {
        discovery_auth?: "NONE" | "CHAP" | "CHAP_MUTUAL";
        peersecret?: string;
        peeruser?: string;
        secret?: string;
        tag?: number;
        user?: string;
    }
    Index
    discovery_auth?: "NONE" | "CHAP" | "CHAP_MUTUAL"
    peersecret?: string
    peeruser?: string
    secret?: string
    tag?: number
    user?: string