SecretBackendConnectionMongodbatlas

data class SecretBackendConnectionMongodbatlas(val privateKey: String, val projectId: String, val publicKey: String)

Constructors

Link copied to clipboard
constructor(privateKey: String, projectId: String, publicKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Private Programmatic API Key used to connect with MongoDB Atlas API.

Link copied to clipboard

The Project ID the Database User should be created within.

Link copied to clipboard

The Public Programmatic API Key used to authenticate with the MongoDB Atlas API.