ADA-C01 · Question #23
Which command can temporarily disable Multi-factor Authentication (MFA) for the Snowflake username user1 for 24 hours?
The correct answer is A. alter user userl set MINS_TO_BYPASS_MFA=1440. The MINS_TO_BYPASS_MFA property specifies the number of minutes to temporarily disable MFA for a user so that they can log in without the temporary token generated by the Duo Mobile application. After the time passes, MFA is enforced and the user cannot log in without the…
Question
Which command can temporarily disable Multi-factor Authentication (MFA) for the Snowflake username user1 for 24 hours?
Options
- Aalter user userl set MINS_TO_BYPASS_MFA=1440;
- Balter user userl set DISABLE_MFA=1440;
- Calter user userl set TEMPORARY_MFA_BYPASS=1440;
- Dalter user userl set HOURS_TO_BYPASS_MFA=24;
How the community answered
(19 responses)- A79% (15)
- B11% (2)
- C5% (1)
- D5% (1)
Explanation
The MINS_TO_BYPASS_MFA property specifies the number of minutes to temporarily disable MFA for a user so that they can log in without the temporary token generated by the Duo Mobile application. After the time passes, MFA is enforced and the user cannot log in without the token. Therefore, to disable MFA for 24 hours, the value of this property should be set to 1440 minutes
Topics
Community Discussion
No community discussion yet for this question.