testPhoneNumbers

@JvmName(name = "qiwhirgpdmosutwc")
suspend fun testPhoneNumbers(value: Output<Map<String, String>>)
@JvmName(name = "embfqwabnpihjlta")
suspend fun testPhoneNumbers(value: Map<String, String>?)

Parameters

value

A map of pairs that can be used for MFA. The phone number should be in E.164 format (https://www.itu.int/rec/T-REC-E.164/) and a maximum of 10 pairs can be added (error will be thrown once exceeded).


@JvmName(name = "kogaagkgqfwjrcic")
fun testPhoneNumbers(vararg values: Pair<String, String>)

Parameters

values

A map of pairs that can be used for MFA. The phone number should be in E.164 format (https://www.itu.int/rec/T-REC-E.164/) and a maximum of 10 pairs can be added (error will be thrown once exceeded).