identitySources

@JvmName(name = "fqlbhatkbhjpgaes")
suspend fun identitySources(value: Output<List<String>>)
@JvmName(name = "nygpfalqnbtcbfrc")
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 = "tpnuisrofbokrgqw")
suspend fun identitySources(vararg values: Output<String>)


@JvmName(name = "oufdxxsleadwexmj")
suspend fun identitySources(values: List<Output<String>>)
@JvmName(name = "xehrxgfmtthrwswg")
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.