successValues

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


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