MongoRoleDefinitionPrivilegeArgs

data class MongoRoleDefinitionPrivilegeArgs(val actions: Output<List<String>>, val resource: Output<MongoRoleDefinitionPrivilegeResourceArgs>) : ConvertibleToJava<MongoRoleDefinitionPrivilegeArgs>

Constructors

Link copied to clipboard
constructor(actions: Output<List<String>>, resource: Output<MongoRoleDefinitionPrivilegeResourceArgs>)

Properties

Link copied to clipboard
val actions: Output<List<String>>

A list of actions that are allowed.

Link copied to clipboard

A resource block as defined below.

Functions

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