GetHyperdriveConfigOrigin

data class GetHyperdriveConfigOrigin(val accessClientId: String, val accessClientSecret: String, val database: String, val host: String, val password: String, val port: Int, val scheme: String, val user: String)

Constructors

Link copied to clipboard
constructor(accessClientId: String, accessClientSecret: String, database: String, host: String, password: String, port: Int, scheme: String, user: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Client ID of the Access token to use when connecting to the origin database.

Link copied to clipboard

The Client Secret of the Access token to use when connecting to the origin database. This value is write-only and never returned by the API.

Link copied to clipboard

The name of your origin database.

Link copied to clipboard

The host (hostname or IP) of your origin database.

Link copied to clipboard

The password required to access your origin database. This value is write-only and never returned by the API.

Link copied to clipboard
val port: Int

The port (default: 5432 for Postgres) of your origin database.

Link copied to clipboard

Specifies the URL scheme used to connect to your origin database. Available values: "postgres", "postgresql".

Link copied to clipboard

The user of your origin database.