privileges

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


@JvmName(name = "xmvjrtkonsktiyha")
suspend fun privileges(values: List<Output<PrivilegeArgs>>)
@JvmName(name = "aphfifveyxtutelo")
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 = "utrcgopyyrdpxfce")
suspend fun privileges(argument: List<suspend PrivilegeArgsBuilder.() -> Unit>)
@JvmName(name = "capfxehekmuyjcmh")
suspend fun privileges(vararg argument: suspend PrivilegeArgsBuilder.() -> Unit)
@JvmName(name = "xfefgfodggxsqsey")
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.