{ "id":"/axapi/v3/authentication", "type":"object", "node-type":"scalar", "title":"authentication", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure authentication feature", "properties":{ "type-cfg":{ "type":"object", "properties":{ "type":{ "type":"string", "format":"enum-list", "default":"local", "partition-visibility":"shared", "description":"The login authentication type", "enum":[ "ldap", "local", "radius", "tacplus" ] } } }, "enable-cfg":{ "type":"object", "properties":{ "enable-auth-type":{ "type":"string", "format":"enum-list", "default":"local", "partition-visibility":"shared", "description":"The enable-password authentication type", "enum":[ "local", "tacplus" ] } } }, "login-cfg":{ "type":"object", "properties":{ "privilege-mode":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Configure to enter privilege-mode" }, "local":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Configure local user to enter privilege-mode" } } }, "mode-cfg":{ "type":"object", "properties":{ "mode":{ "type":"string", "format":"enum", "default":"single", "partition-visibility":"shared", "description":"'multiple': Multiple authentication mode. If an authentication method rejected, try next one; 'single': Single authentication mode. If an authentication method rejected, don't try next one; ", "enum":[ "multiple", "single" ] } } }, "multiple-auth-reject":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Multiple same user login reject", "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 }, "console":{ "type":"object", "$ref":"/axapi/v3/authentication/console", "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" } } } } }