audiences

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

Parameters

value

List of the intended recipients of the JWT. A valid JWT must provide an aud that matches at least one entry in this list.


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


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

Parameters

values

List of the intended recipients of the JWT. A valid JWT must provide an aud that matches at least one entry in this list.