audiences

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

Parameters

value

The list of audiences that can appear in the issued token.


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


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

Parameters

values

The list of audiences that can appear in the issued token.