assignableScopes

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

Parameters

value

A list of fully qualified scopes at or below which Role Assignments may be created using this Cosmos DB SQL Role Definition. It will allow application of this Cosmos DB SQL Role Definition on the entire Database Account or any underlying Database/Collection. Scopes higher than Database Account are not enforceable as assignable scopes.

NOTE: The resources referenced in assignable scopes need not exist.


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


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

Parameters

values

A list of fully qualified scopes at or below which Role Assignments may be created using this Cosmos DB SQL Role Definition. It will allow application of this Cosmos DB SQL Role Definition on the entire Database Account or any underlying Database/Collection. Scopes higher than Database Account are not enforceable as assignable scopes.

NOTE: The resources referenced in assignable scopes need not exist.