scopes

@JvmName(name = "dfohdgdlmcwmcqsi")
suspend fun scopes(value: Output<List<String>>)
@JvmName(name = "jjxsdiwyiyqsojmx")
suspend fun scopes(value: List<String>?)

Parameters

value

A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.


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


@JvmName(name = "ckrxkueuuuucxbcl")
suspend fun scopes(values: List<Output<String>>)
@JvmName(name = "pgoovvsekffgaurf")
suspend fun scopes(vararg values: String)

Parameters

values

A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.