{ "id":"/axapi/v3/aam/authentication/service-group/{name}/member/{name}+{port}", "type":"object", "node-type":"list", "title":"member", "partition-visibility":"shared", "description":"Authentication service group member", "properties":{ "name":{ "type":"string", "format":"comp-string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/aam/authentication/server/ldap", "description":"Member name", "optional":false }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "default":65534, "partition-visibility":"shared", "description":"Port number", "optional":false }, "member-state":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': Enable member service port; 'disable': Disable member service port; ", "enum":[ "enable", "disable" ], "optional":true }, "member-priority":{ "type":"number", "format":"number", "minimum":1, "maximum":16, "partition-visibility":"shared", "description":"Priority of Port in the Group", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "name", "port" ], "required":[ "name", "port" ] }