audiences

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

Parameters

value

The list of JWT audiences. that are allowed to access. A JWT containing any of these audiences will be accepted.


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


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

Parameters

values

The list of JWT audiences. that are allowed to access. A JWT containing any of these audiences will be accepted.