MongoRoleDefinitionPrivilegeResource

data class MongoRoleDefinitionPrivilegeResource(val collectionName: String? = null, val dbName: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val collectionName: String? = null

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

Link copied to clipboard
val dbName: String? = null

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