allowedAudiences

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

Parameters

value

Specifies a list of Allowed Audiences that should be requested as part of Google Sign-In authentication.


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


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

Parameters

values

Specifies a list of Allowed Audiences that should be requested as part of Google Sign-In authentication.