userMFASettingList property

List<String>? userMFASettingList
final

The MFA options that are enabled for the user. The possible values in this list are SMS_MFA and SOFTWARE_TOKEN_MFA.

Implementation

final List<String>? userMFASettingList;