inheritedRoleNames

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

Parameters

value

A list of Mongo Roles which are inherited to the Mongo Role Definition.

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


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


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

Parameters

values

A list of Mongo Roles which are inherited to the Mongo Role Definition.

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