successValues

@JvmName(name = "balvwffgxfbfhmyb")
suspend fun successValues(value: Output<List<String>>)
@JvmName(name = "haubrcgxytkclncy")
suspend fun successValues(value: List<String>)

Parameters

value

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


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


@JvmName(name = "vauuhxpcyvognmmp")
suspend fun successValues(values: List<Output<String>>)
@JvmName(name = "agxrnmsavmrqxpeg")
suspend fun successValues(vararg values: String)

Parameters

values

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