{ "id":"/axapi/v3/system/mfa-auth", "type":"object", "node-type":"scalar", "title":"mfa-auth", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"MFA authentication API", "properties":{ "username":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Username for MFA validation", "optional":true }, "second-factor":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Input second factor paramter", "optional":true } } }