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

    Interface CloudSyncListDirectoryArgs

    interface CloudSyncListDirectoryArgs {
        args?: string;
        attributes: v25_10_0.CloudTaskAttributesInput;
        credentials: number;
        encryption?: boolean;
        encryption_password?: string;
        encryption_salt?: string;
        filename_encryption?: boolean;
    }
    Index
    args?: string
    credentials: number
    encryption?: boolean
    encryption_password?: string
    encryption_salt?: string
    filename_encryption?: boolean