{ "id":"/axapi/v3/rba/role/{name}", "type":"object", "node-type":"list", "title":"role", "partition-visibility":"shared", "description":"Role configuration for RBA support", "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":32, "partition-visibility":"shared", "description":"Name for the RBA role", "optional":false }, "default-privilege":{ "type":"string", "format":"enum", "default":"no-access", "partition-visibility":"shared", "description":"'no-access': no-access; 'read': read; 'write': write; ", "enum":[ "no-access", "read", "write" ], "optional":true }, "partition-only":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Partition RBA Role", "optional":true }, "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 } }, "object-keys":[ "name" ], "required":[ "name" ] }