audiences

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


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