privileges

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


@JvmName(name = "dtpxpoqiodqshrvr")
suspend fun privileges(values: List<Output<PrivilegeArgs>>)
@JvmName(name = "vfmoyspwtaduwkxu")
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 = "hkmsowmanhnvojnp")
suspend fun privileges(argument: List<suspend PrivilegeArgsBuilder.() -> Unit>)
@JvmName(name = "sbgkifyjoafoojva")
suspend fun privileges(vararg argument: suspend PrivilegeArgsBuilder.() -> Unit)
@JvmName(name = "nlomkpxrlekshgai")
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.