audiences

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

Parameters

value

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


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


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

Parameters

values

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