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

    Interface PoolDatasetEncryptionSummaryOptionsDataset

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