DatabaseApiCreateDatabaseUserRequest: {
    hostingId: string;
    password: string;
    region?: Region;
    username: string;
}

Type declaration

  • hostingId: string

    UUID of the hosting plan.

  • password: string

    Password of the user to create.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • username: string

    Name of the user to create.