{ "id":"/axapi/v3/system/radius/server/derived-attribute/userid", "type":"object", "node-type":"scalar", "title":"userid", "partition-visibility":"shared", "description":"Configure the derived attribute of user ID.", "properties":{ "attribute":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'imei': Specify the IMEI attribute.; 'imsi': Specify the IMSI attribute.; 'msisdn': Specify the MSISDN attribute.; 'custom1': Specify the custom1 attribute.; 'custom2': Specify the custom2 attribute.; 'custom3': Specify the custom3 attribute.; 'custom4': Specify the custom4 attribute.; 'custom5': Specify the custom5 attribute.; 'custom6': Specify the custom6 attribute.; ", "enum":[ "imei", "imsi", "msisdn", "custom1", "custom2", "custom3", "custom4", "custom5", "custom6" ], "optional":true }, "regex":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify the regular expression to parse the value from a RADIUS attribute.", "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 } } }