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

    Interface TimeLockedOptInput

    interface TimeLockedOptInput {
        aapl_name_mangling?: boolean;
        grace_period?: number;
        hostsallow?: string[];
        hostsdeny?: string[];
        purpose: "TIME_LOCKED_SHARE";
    }
    Index
    aapl_name_mangling?: boolean
    grace_period?: number
    hostsallow?: string[]
    hostsdeny?: string[]
    purpose: "TIME_LOCKED_SHARE"