interface SampleDataOptions {
    autoOnboard?: boolean;
    dataSet: string;
}

Properties

autoOnboard?: boolean

Skip all steps in authorization proces and do auto onboard flow for sample data. Dafault to false.

dataSet: string

Dataset ID to use for sample data onboard returned in getServiceSampleDataSets