privileges

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


@JvmName(name = "jjvqjaiuqgbwnyfg")
suspend fun privileges(values: List<Output<PrivilegeArgs>>)
@JvmName(name = "vddjafhaaynlmism")
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 = "tgvggpjcasqbrxvg")
suspend fun privileges(argument: List<suspend PrivilegeArgsBuilder.() -> Unit>)
@JvmName(name = "mwjtlvniekrhnglh")
suspend fun privileges(vararg argument: suspend PrivilegeArgsBuilder.() -> Unit)
@JvmName(name = "arvnbfdvwqacwoig")
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.