successStrings

@JvmName(name = "fbkdttqxbwlsnlgo")
suspend fun successStrings(value: Output<List<String>>)
@JvmName(name = "yqtllqrvlbximeob")
suspend fun successStrings(value: List<String>)

Parameters

value

Strings in the body of the response that indicate a successful login or account creation attempt. To be counted as a success, 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 examples: "SuccessStrings": [ "Login successful" ] and "SuccessStrings": [ "Account creation successful", "Welcome to our site!" ]


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


@JvmName(name = "qxeglleokugflnex")
suspend fun successStrings(values: List<Output<String>>)
@JvmName(name = "hdvsdqsltkyttftq")
suspend fun successStrings(vararg values: String)

Parameters

values

Strings in the body of the response that indicate a successful login or account creation attempt. To be counted as a success, 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 examples: "SuccessStrings": [ "Login successful" ] and "SuccessStrings": [ "Account creation successful", "Welcome to our site!" ]