SecretsMountMongodbatla

data class SecretsMountMongodbatla(val allowedRoles: List<String>? = null, val data: Map<String, Any>? = null, val name: String, val pluginName: String? = null, val privateKey: String, val projectId: String, val publicKey: String, val rootRotationStatements: List<String>? = null, val verifyConnection: Boolean? = null)

Constructors

Link copied to clipboard
constructor(allowedRoles: List<String>? = null, data: Map<String, Any>? = null, name: String, pluginName: String? = null, privateKey: String, projectId: String, publicKey: String, rootRotationStatements: List<String>? = null, verifyConnection: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowedRoles: List<String>? = null

A list of roles that are allowed to use this connection.

Link copied to clipboard
val data: Map<String, Any>? = null

A map of sensitive data to pass to the endpoint. Useful for templated connection strings. Supported list of database secrets engines that can be configured:

Link copied to clipboard

Name of the database connection.

Link copied to clipboard
val pluginName: String? = null

Specifies the name of the plugin to use.

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.

Link copied to clipboard

A list of database statements to be executed to rotate the root user's credentials.

Link copied to clipboard

Whether the connection should be verified on initial configuration or not.