audience

@JvmName(name = "wtrooxvmrfqdplip")
suspend fun audience(value: Output<List<String>>)
@JvmName(name = "choounhagvdvmgcg")
suspend fun audience(value: List<String>?)

Parameters

value

A list of the intended recipients of the JWT. A valid JWT must provide an `aud` that matches at least one entry in this list. See RFC 7519. Required for the `JWT` authorizer type. Supported only for HTTP APIs.


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


@JvmName(name = "xotrwloabapbrckw")
suspend fun audience(values: List<Output<String>>)
@JvmName(name = "xuvkfiwndwhxferp")
suspend fun audience(vararg values: String)

Parameters

values

A list of the intended recipients of the JWT. A valid JWT must provide an `aud` that matches at least one entry in this list. See RFC 7519. Required for the `JWT` authorizer type. Supported only for HTTP APIs.