assignableScopes

@JvmName(name = "xubqwyepkyjmmuov")
suspend fun assignableScopes(value: Output<List<String>>)
@JvmName(name = "obnqjbugufxnfuug")
suspend fun assignableScopes(value: List<String>?)

Parameters

value

A set of fully qualified Scopes at or below which Role Assignments may be created using this Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Must have at least one element. Scopes higher than Database account are not enforceable as assignable Scopes. Note that resources referenced in assignable Scopes need not exist.


@JvmName(name = "hllivyycifomkvuq")
suspend fun assignableScopes(vararg values: Output<String>)


@JvmName(name = "swkqinpweoedlhot")
suspend fun assignableScopes(values: List<Output<String>>)
@JvmName(name = "oobhiotptydwpiom")
suspend fun assignableScopes(vararg values: String)

Parameters

values

A set of fully qualified Scopes at or below which Role Assignments may be created using this Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Must have at least one element. Scopes higher than Database account are not enforceable as assignable Scopes. Note that resources referenced in assignable Scopes need not exist.