privileges

@JvmName(name = "cxuowygdniasefvn")
suspend fun privileges(value: Output<List<PrivilegeArgs>>)
@JvmName(name = "cavtaormhonvwlry")
suspend fun privileges(value: List<PrivilegeArgs>?)

Parameters

value

A set of privileges contained by the Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Scopes higher than Database are not enforceable as privilege.


@JvmName(name = "mhlgtuxhigwjqueo")
suspend fun privileges(vararg values: Output<PrivilegeArgs>)


@JvmName(name = "yejewonrscrkkgcf")
suspend fun privileges(values: List<Output<PrivilegeArgs>>)
@JvmName(name = "drnjrwnfmklfuuuc")
suspend fun privileges(vararg values: PrivilegeArgs)

Parameters

values

A set of privileges contained by the Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Scopes higher than Database are not enforceable as privilege.


@JvmName(name = "qtpbdpxiqemwxooy")
suspend fun privileges(argument: List<suspend PrivilegeArgsBuilder.() -> Unit>)
@JvmName(name = "kfnaddjwllpwgogv")
suspend fun privileges(vararg argument: suspend PrivilegeArgsBuilder.() -> Unit)
@JvmName(name = "tpkpvgpakbgpvbyi")
suspend fun privileges(argument: suspend PrivilegeArgsBuilder.() -> Unit)

Parameters

argument

A set of privileges contained by the Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Scopes higher than Database are not enforceable as privilege.