successValues

@JvmName(name = "tuuugbbovclbyebq")
suspend fun successValues(value: Output<List<String>>)
@JvmName(name = "mnynhkixvksaiile")
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 = "iyrnabpohbgmhjja")
suspend fun successValues(vararg values: Output<String>)


@JvmName(name = "vhxvquedkxuksudc")
suspend fun successValues(values: List<Output<String>>)
@JvmName(name = "vvlnqtnjlfbqtwna")
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" ]