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

    Interface StorjIxCredentialsModel

    interface StorjIxCredentialsModel {
        access_key_id: string;
        endpoint?: string;
        secret_access_key: string;
        type: "STORJ_IX";
    }
    Index
    access_key_id: string
    endpoint?: string
    secret_access_key: string
    type: "STORJ_IX"