allowedAudiences

@JvmName(name = "drqvcolcpyrngbkv")
suspend fun allowedAudiences(value: Output<List<String>>)
@JvmName(name = "fskhnfgctvikxdmf")
suspend fun allowedAudiences(value: List<String>?)

Parameters

value

The configuration settings of the allowed list of audiences from which to validate the JWT token.


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


@JvmName(name = "jlxlgviciqevqfyr")
suspend fun allowedAudiences(values: List<Output<String>>)
@JvmName(name = "diqmmdbpunmqyyob")
suspend fun allowedAudiences(vararg values: String)

Parameters

values

The configuration settings of the allowed list of audiences from which to validate the JWT token.