audiences

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


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