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

    Interface AclTemplateCreate

    interface AclTemplateCreate {
        acl: v25_10_0.NFS4ACEInput[] | v25_10_0.POSIXACE[];
        acltype: v25_10_0.ACLTemplateEntryAcltypeInput;
        comment?: string;
        name: string;
    }
    Index
    comment?: string
    name: string