{ "id":"/axapi/v3/ip/nat/inside/source/list/acl-name-list/{name}", "type":"object", "node-type":"list", "title":"acl-name-list", "partition-visibility":"shared", "description":"Apply an access list", "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":16, "partition-visibility":"shared", "$ref":"/axapi/v3/ip/access-list", "description":"Apply an access list", "optional":false }, "pool":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/ip/nat/pool", "description":"Pool or Pool Group (Pool or Pool Group Nam)", "optional":true }, "msl":{ "type":"number", "format":"number", "minimum":1, "maximum":1800, "partition-visibility":"shared", "description":"Maximum Session Life Value", "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 } }, "object-keys":[ "name" ], "required":[ "name" ] }