failureValues

@JvmName(name = "alrhvloouepctrjk")
suspend fun failureValues(value: Output<List<String>>)
@JvmName(name = "iaatrwxgnvshjisi")
suspend fun failureValues(value: List<String>)

Parameters

value

Values for the specified identifier in the response JSON that indicate a failed login or account creation attempt. To be counted as a failure, the value must be an exact match, including case. Each value must be unique among the success and failure values. JSON example: "FailureValues": [ "False", "Failed" ]


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


@JvmName(name = "mvvnpkdaengjntcv")
suspend fun failureValues(values: List<Output<String>>)
@JvmName(name = "dtwdeoufixqbnyuq")
suspend fun failureValues(vararg values: String)

Parameters

values

Values for the specified identifier in the response JSON that indicate a failed login or account creation attempt. To be counted as a failure, the value must be an exact match, including case. Each value must be unique among the success and failure values. JSON example: "FailureValues": [ "False", "Failed" ]