interface OnboardingRequest {
    bucket: string;
    org: string;
    password?: string;
    retentionPeriodHrs?: number;
    retentionPeriodSeconds?: number;
    token?: string;
    username: string;
}

Properties

bucket: string
org: string
password?: string
retentionPeriodHrs?: number

Retention period in nanoseconds for the new bucket. This key's name has been misleading since OSS 2.0 GA, please transition to use retentionPeriodSeconds

retentionPeriodSeconds?: number
token?: string

Authentication token to set on the initial user. If not specified, the server will generate a token.

username: string
MMNEPVFCICPMFPCPTTAAATR