Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.63 KB

MFA.md

File metadata and controls

17 lines (12 loc) · 1.63 KB

MFA

Specifies the multi-factor authentication settings to use with this test account

Properties

Name Type Description Notes
type str Possible values are `device`, `selections`, or `questions`. If value is `device`, the MFA answer is `1234`. If value is `selections`, the MFA answer is always the first option. If value is `questions`, the MFA answer is `answer_<i>_<j>` for the j-th question in the i-th round, starting from 0. For example, the answer to the first question in the second round is `answer_1_0`.
question_rounds float Number of rounds of questions. Required if value of `type` is `questions`.
questions_per_round float Number of questions per round. Required if value of `type` is `questions`. If value of type is `selections`, default value is 2.
selection_rounds float Number of rounds of selections, used if `type` is `selections`. Defaults to 1.
selections_per_question float Number of available answers per question, used if `type` is `selection`. Defaults to 2.
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]