{ "id":"/axapi/v3/authentication/console", "type":"object", "node-type":"scalar", "title":"console", "partition-visibility":"shared", "description":"Configure console authentication type", "properties":{ "type-cfg":{ "type":"object", "properties":{ "type":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"The login authentication type" }, "console-type":{ "type":"string", "format":"enum-list", "partition-visibility":"shared", "enum":[ "ldap", "local", "radius", "tacplus" ] } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }