public static interface SMSMfaSettingsType.Builder extends SdkPojo, CopyableBuilder<SMSMfaSettingsType.Builder,SMSMfaSettingsType>
| Modifier and Type | Method and Description |
|---|---|
SMSMfaSettingsType.Builder |
enabled(Boolean enabled)
Specifies whether SMS text message MFA is activated.
|
SMSMfaSettingsType.Builder |
preferredMfa(Boolean preferredMfa)
Specifies whether SMS is the preferred MFA method.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSMSMfaSettingsType.Builder enabled(Boolean enabled)
Specifies whether SMS text message MFA is activated. If an MFA type is activated for a user, the user will be prompted for MFA during all sign-in attempts, unless device tracking is turned on and the device has been trusted.
enabled - Specifies whether SMS text message MFA is activated. If an MFA type is activated for a user, the user
will be prompted for MFA during all sign-in attempts, unless device tracking is turned on and the
device has been trusted.SMSMfaSettingsType.Builder preferredMfa(Boolean preferredMfa)
Specifies whether SMS is the preferred MFA method.
preferredMfa - Specifies whether SMS is the preferred MFA method.Copyright © 2022. All rights reserved.