audiences

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


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