audiences

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


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