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

    Interface FilesystemSetaclArgs

    interface FilesystemSetaclArgs {
        acltype?: "NFS4" | "POSIX1E" | null;
        dacl: v25_10_0.NFS4ACEInput[] | v25_10_0.POSIXACE[];
        gid?: number | null;
        group?: string | null;
        nfs41_flags?: v25_10_0.NFS4ACL_Flags;
        options?: v25_10_0.FilesystemSetAclOptions;
        path: string;
        uid?: number | null;
        user?: string | null;
    }
    Index
    acltype?: "NFS4" | "POSIX1E" | null
    gid?: number | null
    group?: string | null
    nfs41_flags?: v25_10_0.NFS4ACL_Flags
    path: string
    uid?: number | null
    user?: string | null