privileges

@JvmName(name = "ashyrkbfgbqvvlky")
suspend fun privileges(value: Output<List<PrivilegeArgs>>)
@JvmName(name = "bsmwfjublqywamix")
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 = "eeecakkrkbutnxxn")
suspend fun privileges(vararg values: Output<PrivilegeArgs>)


@JvmName(name = "ghfpyqxnrwkrtocu")
suspend fun privileges(values: List<Output<PrivilegeArgs>>)
@JvmName(name = "jaulwxxjrydavsqc")
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 = "tcxnaiwjrmwdpyei")
suspend fun privileges(argument: List<suspend PrivilegeArgsBuilder.() -> Unit>)
@JvmName(name = "mpvfnvqqritkheoy")
suspend fun privileges(vararg argument: suspend PrivilegeArgsBuilder.() -> Unit)
@JvmName(name = "mkcnimldwxtcjfdm")
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.