{ "id":"/axapi/v3/system/mfa-cert-store", "type":"object", "node-type":"scalar", "title":"mfa-cert-store", "partition-visibility":"shared", "auto-created-object":1, "description":"Define a 2FA management client certificate store", "properties":{ "cert-host":{ "type":"string", "format":"host", "partition-visibility":"shared", "description":"Configure certificate store host", "optional":true }, "protocol":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'tftp': Use tftp for connection; 'ftp': Use ftp for connection; 'scp': Use scp for connection; 'http': Use http for connection; 'https': Use https for connection; 'sftp': Use sftp for connection; ", "enum":[ "tftp", "ftp", "scp", "http", "https", "sftp" ], "optional":true }, "cert-store-path":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Configure certificate store path", "optional":true }, "username":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Certificate store host username", "optional":true }, "passwd-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":" Certificate store host password", "optional":true }, "encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":" Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string)", "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 } } }