MongoRoleDefinitionPrivilegeResourceArgs

data class MongoRoleDefinitionPrivilegeResourceArgs(val collectionName: Output<String>? = null, val dbName: Output<String>? = null) : ConvertibleToJava<MongoRoleDefinitionPrivilegeResourceArgs>

Constructors

Link copied to clipboard
constructor(collectionName: Output<String>? = null, dbName: Output<String>? = null)

Properties

Link copied to clipboard
val collectionName: Output<String>? = null

The name of the Mongo DB Collection that the Role Definition is applied.

Link copied to clipboard
val dbName: Output<String>? = null

The name of the Mongo DB that the Role Definition is applied.

Functions

Link copied to clipboard
open override fun toJava(): MongoRoleDefinitionPrivilegeResourceArgs