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

    Interface ISCSITargetAuthCredentialEntry

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