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

    Interface FilesystemSetpermOptions

    interface FilesystemSetpermOptions {
        recursive?: boolean;
        stripacl?: boolean;
        traverse?: boolean;
    }
    Index
    recursive?: boolean
    stripacl?: boolean
    traverse?: boolean