failureValues

@JvmName(name = "ecpawocilbilcavj")
suspend fun failureValues(value: Output<List<String>>)
@JvmName(name = "apdktlqqivthsruw")
suspend fun failureValues(value: List<String>)

Parameters

value

Values in the response header with the specified name that indicate a failed login or account creation attempt. To be counted as a failure, the value must be an exact match, including case. Each value must be unique among the success and failure values. JSON examples: "FailureValues": [ "LoginFailed", "Failed login" ] and "FailureValues": [ "AccountCreationFailed" ]


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


@JvmName(name = "fhobkxkpwtlrbpig")
suspend fun failureValues(values: List<Output<String>>)
@JvmName(name = "cwfxuosnqnvjydbj")
suspend fun failureValues(vararg values: String)

Parameters

values

Values in the response header with the specified name that indicate a failed login or account creation attempt. To be counted as a failure, the value must be an exact match, including case. Each value must be unique among the success and failure values. JSON examples: "FailureValues": [ "LoginFailed", "Failed login" ] and "FailureValues": [ "AccountCreationFailed" ]