audiences

@JvmName(name = "vpxepdvxmjawpbdy")
suspend fun audiences(value: Output<List<String>>)
@JvmName(name = "vuuxsywuwicxdpxt")
suspend fun audiences(value: List<String>?)

Parameters

value

List of the intended recipients of the JWT. A valid JWT must provide an aud that matches at least one entry in this list.


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


@JvmName(name = "jskcifcolgjxxwxe")
suspend fun audiences(values: List<Output<String>>)
@JvmName(name = "hmxuyxdoullhcljc")
suspend fun audiences(vararg values: String)

Parameters

values

List of the intended recipients of the JWT. A valid JWT must provide an aud that matches at least one entry in this list.