authorizationScopes

@JvmName(name = "vxdvunkppwufixhm")
suspend fun authorizationScopes(value: Output<List<String>>)
@JvmName(name = "dyrpweglevqiahcu")
suspend fun authorizationScopes(value: List<String>?)

Parameters

value

The authorization scopes supported by this route.


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


@JvmName(name = "pottviyfwfsjpgnn")
suspend fun authorizationScopes(values: List<Output<String>>)
@JvmName(name = "wccjtqefvayfcjlq")
suspend fun authorizationScopes(vararg values: String)

Parameters

values

The authorization scopes supported by this route.