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

    Interface IscsiAuthCreate

    interface IscsiAuthCreate {
        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