inheritedRoleNames

@JvmName(name = "hmbbnxuksbctbfey")
suspend fun inheritedRoleNames(value: Output<List<String>>)
@JvmName(name = "rtnueretuwyctxpx")
suspend fun inheritedRoleNames(value: List<String>?)

Parameters

value

A list of Mongo Roles that are inherited to the Mongo User Definition.

Note: The role that needs to be inherited should exist in the Mongo DB of cosmos_mongo_database_id.


@JvmName(name = "vdyuoypdxmjvficf")
suspend fun inheritedRoleNames(vararg values: Output<String>)


@JvmName(name = "hsnfpbimtcmifbrb")
suspend fun inheritedRoleNames(values: List<Output<String>>)
@JvmName(name = "mliblgurohsbwuue")
suspend fun inheritedRoleNames(vararg values: String)

Parameters

values

A list of Mongo Roles that are inherited to the Mongo User Definition.

Note: The role that needs to be inherited should exist in the Mongo DB of cosmos_mongo_database_id.