audiences

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


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