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

    Interface SMBShareAclEntry

    interface SMBShareAclEntry {
        ae_perm: "FULL" | "READ" | "CHANGE";
        ae_type: "ALLOWED" | "DENIED";
        ae_who_id?: v25_10_0.SMBShareAclEntryWhoId | null;
        ae_who_sid?: string | null;
        ae_who_str?: string | null;
    }
    Index
    ae_perm: "FULL" | "READ" | "CHANGE"
    ae_type: "ALLOWED" | "DENIED"
    ae_who_id?: v25_10_0.SMBShareAclEntryWhoId | null
    ae_who_sid?: string | null
    ae_who_str?: string | null