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

    Interface PoolDatasetEncryptionSummary

    interface PoolDatasetEncryptionSummary {
        key_format: string;
        key_present_in_database: boolean;
        locked: boolean;
        name: string;
        unlock_error: string | null;
        unlock_successful: boolean;
        valid_key: boolean;
    }
    Index
    key_format: string
    key_present_in_database: boolean
    locked: boolean
    name: string
    unlock_error: string | null
    unlock_successful: boolean
    valid_key: boolean