audiences

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

Parameters

value

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


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


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

Parameters

values

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