authorizationScopes

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

Parameters

value

Authorization scopes supported by this route. The scopes are used with a JWT authorizer to authorize the method invocation.


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


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

Parameters

values

Authorization scopes supported by this route. The scopes are used with a JWT authorizer to authorize the method invocation.