identitySources

@JvmName(name = "ugcrsiimctwqykid")
suspend fun identitySources(value: Output<List<String>>)
@JvmName(name = "kwgmtlimlqivkkxb")
suspend fun identitySources(value: List<String>?)

Parameters

value

Identity sources for which authorization is requested. For REQUEST authorizers the value is a list of one or more mapping expressions of the specified request parameters. For JWT authorizers the single entry specifies where to extract the JSON Web Token (JWT) from inbound requests.


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


@JvmName(name = "wgikopcnjhebciiv")
suspend fun identitySources(values: List<Output<String>>)
@JvmName(name = "wasfevqeqvjngqsg")
suspend fun identitySources(vararg values: String)

Parameters

values

Identity sources for which authorization is requested. For REQUEST authorizers the value is a list of one or more mapping expressions of the specified request parameters. For JWT authorizers the single entry specifies where to extract the JSON Web Token (JWT) from inbound requests.