{ "id":"/axapi/v3/partition-admin/{user}", "type":"object", "node-type":"list", "title":"partition-admin", "partition-visibility":"private", "description":"Partition admin user configuration", "properties":{ "user":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"private", "description":"Partition admin user name", "optional":false }, "access-type":{ "type":"string", "format":"enum-list", "default":"axapi,cli,web", "partition-visibility":"private", "enum":[ "axapi", "cli", "web" ], "optional":true }, "action":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"private", "description":"'enable': Enable user; 'disable': Disable user; ", "enum":[ "enable", "disable" ], "optional":true }, "trusted-host":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"private", "description":"Set trusted network administrator can login in", "optional":true }, "trusted-host-cidr":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"private", "description":"Trusted IP Address with network mask", "optional":true }, "privilege-partition":{ "type":"string", "format":"enum", "default":"partition-read", "partition-visibility":"private", "description":"'partition-enable-disable': Set per-partition enable/disable privilege; 'partition-read': Set per-partition read privilege; 'partition-write': Set per-partition write privilege; ", "enum":[ "partition-enable-disable", "partition-read", "partition-write" ], "optional":true }, "passwd-string":{ "type":"string", "format":"password", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"private", "description":"Config user password", "optional":true }, "encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"private", "description":"Specify an ENCRYPTED password string (User password)", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"private", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"private", "description":"Customized tag", "optional":true } }, "object-keys":[ "user" ], "required":[ "user" ] }