successValues

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

Parameters

value

Values in the response header with the specified name 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 examples: "SuccessValues": [ "LoginPassed", "Successful login" ] and "SuccessValues": [ "AccountCreated", "Successful account creation" ]


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


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

Parameters

values

Values in the response header with the specified name 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 examples: "SuccessValues": [ "LoginPassed", "Successful login" ] and "SuccessValues": [ "AccountCreated", "Successful account creation" ]