webOrigins

@JvmName(name = "rqsssweukaqnyrcp")
suspend fun webOrigins(value: Output<List<String>>)
@JvmName(name = "scuckminxxkgbfok")
suspend fun webOrigins(value: List<String>?)

Parameters

value

A list of allowed CORS origins. To permit all valid redirect URIs, add +. Note that this will not include the * wildcard. To permit all origins, explicitly add *.


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


@JvmName(name = "cbnxkequuoknpbvj")
suspend fun webOrigins(values: List<Output<String>>)
@JvmName(name = "jkgdkerdicemcptg")
suspend fun webOrigins(vararg values: String)

Parameters

values

A list of allowed CORS origins. To permit all valid redirect URIs, add +. Note that this will not include the * wildcard. To permit all origins, explicitly add *.