An IAM role has the above trust policy. Users from account 123456789012 try to assume the role. What is required for the AssumeRole API call to succeed?
Condition requires MFA.
Why this answer
The condition requires MFA to be present. Option A is incorrect because MFA is required. Option B is about source IP, not required.
Option D is incorrect because the role can be assumed without additional permissions.