audiences

@JvmName(name = "miipfbkhjtyoaefq")
suspend fun audiences(value: Output<List<String>>)
@JvmName(name = "nsjliiqxurwrtknj")
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 = "ssdjemgdxhxxfava")
suspend fun audiences(vararg values: Output<String>)


@JvmName(name = "ahyeyrrkxorpsifk")
suspend fun audiences(values: List<Output<String>>)
@JvmName(name = "poxtpxdpclxplsre")
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.