failureStrings

@JvmName(name = "kpxbcwnlqsacymgh")
suspend fun failureStrings(value: Output<List<String>>)
@JvmName(name = "npkhbpraaidhtsnu")
suspend fun failureStrings(value: List<String>)

Parameters

value

Strings in the body of the response that indicate a failed login or account creation attempt. To be counted as a failure, the string can be anywhere in the body and must be an exact match, including case. Each string must be unique among the success and failure strings. JSON example: "FailureStrings": [ "Request failed" ]


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


@JvmName(name = "wdlbpctxrqautdar")
suspend fun failureStrings(values: List<Output<String>>)
@JvmName(name = "mfjdthslnblobyxi")
suspend fun failureStrings(vararg values: String)

Parameters

values

Strings in the body of the response that indicate a failed login or account creation attempt. To be counted as a failure, the string can be anywhere in the body and must be an exact match, including case. Each string must be unique among the success and failure strings. JSON example: "FailureStrings": [ "Request failed" ]