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

    Interface PoolDatasetUnlockOptionsDataset

    interface PoolDatasetUnlockOptionsDataset {
        force?: boolean;
        key?: string;
        name: string;
        passphrase?: string;
        recursive?: boolean;
    }
    Index
    force?: boolean
    key?: string
    name: string
    passphrase?: string
    recursive?: boolean