audiences

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

Parameters

value

A JWT containing any of these audiences will be accepted. The service name will be accepted if audiences is empty. Examples: bookstore_android.apps.googleusercontent.com, bookstore_web.apps.googleusercontent.com


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


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

Parameters

values

A JWT containing any of these audiences will be accepted. The service name will be accepted if audiences is empty. Examples: bookstore_android.apps.googleusercontent.com, bookstore_web.apps.googleusercontent.com