MFAMethod

Data Type: MFAMethod

ParameterTypeDescriptionRequired/OptionalNotes
mfa_idStringUnique ID of MFA flowrequired
mfa_typeStringUsed for choosing the type of MFArequiredenumeration:
captcha
mfa_dataObjectMFA flow or toolrequiredonly one MFA flow or tool will be applied
captchaObjectCaptchaconditionally required: required when mfa_type is a captcha

captcha

ParameterTypeDescriptionRequired/OptionalNotes
typeStringCaptcha typeRequiredenumeration:
slide
icon
{
    "mfa_id": "LFOUHOFHOHFNOUH",
    "mfa_type": "captcha",
    "mfa_data": {
        "captcha": {
            "type": "slide"
        }
    }
}