{ "id":"/axapi/v3/system/mfa-validation-type", "type":"object", "node-type":"scalar", "title":"mfa-validation-type", "partition-visibility":"shared", "auto-created-object":1, "description":"Define a 2FA management validation parameter", "properties":{ "ca-cert":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Configure CA Certificate", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }