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

    Interface ACLTemplateEntryInput

    interface ACLTemplateEntryInput {
        acl: v25_10_0.NFS4ACEInput[] | v25_10_0.POSIXACE[];
        acltype: v25_10_0.ACLTemplateEntryAcltypeInput;
        builtin: boolean;
        comment?: string;
        id: number;
        name: string;
    }
    Index
    builtin: boolean
    comment?: string
    id: number
    name: string