MfaOptionType

This data type is no longer supported. Applies only to SMS multi-factor authentication (MFA) configurations. Does not apply to time-based one-time password (TOTP) software token MFA configurations.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attribute name of the MFA option type. The only valid value is phone_number.

Link copied to clipboard

The delivery medium to send the MFA code. You can use this parameter to set only the SMS delivery medium value.

Functions

Link copied to clipboard
inline fun copy(block: MfaOptionType.Builder.() -> Unit = {}): MfaOptionType
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String