allowedAudiences

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

Parameters

value

The list of audiences that can make successful authentication/authorization requests.


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


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

Parameters

values

The list of audiences that can make successful authentication/authorization requests.