Secrets Mount Mongodbatla
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)
Properties
Link copied to clipboard
A list of roles that are allowed to use this connection.
Link copied to clipboard
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
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.