{ "id":"/axapi/v3/rba/user/{name}", "type":"object", "node-type":"list", "title":"user", "partition-visibility":"shared", "description":"RBA configuration for a user", "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":32, "partition-visibility":"shared", "description":"Name of a user account", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "partition-list":{ "type":"array", "minItems":1, "items":{ "type":"partition" }, "uniqueItems":true, "$ref":"/axapi/v3/rba/user/{name}/partition/{partition-name}", "array":[ { "properties":{ "partition-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":14, "partition-visibility":"shared", "$ref":"/axapi/v3/partition", "description":"partition name", "optional":false }, "role-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "role":{ "type":"string", "format":"string", "minLength":1, "maxLength":32, "partition-visibility":"shared", "$ref":"/axapi/v3/rba/role", "description":"Role in a given partition" } } } ] }, "rule-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "object":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Lineage of object class for permitted operation" }, "operation":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'no-access': no-access; 'read': read; 'oper': oper; 'write': write; ", "enum":[ "no-access", "read", "oper", "write" ] } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "required":[ "partition-name" ] } ] } }, "object-keys":[ "name" ], "required":[ "name" ] }